1

Topic: Sending using TLS

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: CentOS 6.7
- 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:
====

There seems to be some information floating around the internet, where it is stated, that email sent over an unencrypted connection will be marked in gmail (e.g. http://phys.org/news/2015-11-gmail-mess … utes.html)

I wonder if there is a way to have postfix in iRedMail first try to deliver mail to remote servers via TLS/STARTTLS - and if that not is possible, then fall back to "normal" SMTP ....

/Brian

----

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

2

Re: Sending using TLS

You need to set 'smtp_tls_security_level = may' in /etc/postfix/main.cf to enable opportunistic TLS. Check Postfix manual page for more details:
http://www.postfix.org/postconf.5.html# … rity_level