1

Topic: Cannot send email programmitically although email clients are able to

==== Required information ====
- iRedMail version 0.9.2
- Ubuntu 15.05
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Email Client programs are able to add certificate of iRedMail

but when am using a python program to send email using TLS, it fails and says server configuration problem. Why is this happening ? Do I have to add server the default certificate on the server on which I am running the python program so that it can send email via the iRedMail Server ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Cannot send email programmitically although email clients are able to

"server configuration problem" in smtp error message means there's something wrong with Cluebringer or iRedAPD service. Please make sure they're running.

3

Re: Cannot send email programmitically although email clients are able to

ZhangHuangbin wrote:

"server configuration problem" in smtp error message means there's something wrong with Cluebringer or iRedAPD service. Please make sure they're running.

Thanks

Cluebringer was not running. Don't know why it didn't run. I used below command to start it and all worked

/etc/init.d/postfix-cluebringer restart