ClearFoundation Tracker - ClearOS
View Issue Details
0000429ClearOSapp-smtp - SMTP Serverpublic2012-02-14 04:522012-04-18 19:39
timb80 
user2 
normalfeaturealways
closedfixed 
 
6.2.0 RC 16.2.0 RC 1 
0000429: SMTPS support via the webconfig
To enable SMTPS with authentication on port 465 you need to add one line to /etc/postfix/master.cf below line beginning 'smtp'

465 inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes

And the following lines in /etc/postfix/main.cf
# Encryption with TLS
# smtpd_tls_auth_only = yes
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_loglevel = 1

Then restart postfix

Please can we have this added to the webconfig as a feature to enable? Transmitting SMTP authenticaion passwords in the clear unencrypted is a security risk for users
No tags attached.
Issue History
2012-02-14 04:52timb80New Issue
2012-02-14 05:08timb80Description Updated
2012-02-25 09:43user2Statusnew => confirmed
2012-02-27 11:06user2Statusconfirmed => resolved
2012-02-27 11:06user2Fixed in Version => 6.2.0 RC 1
2012-02-27 11:06user2Resolutionopen => fixed
2012-02-27 11:06user2Assigned To => user2
2012-02-27 11:07user2Target Version => 6.2.0 RC 1
2012-04-18 19:39user2Statusresolved => closed

There are no notes attached to this issue.