ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000429ClearOSapp-smtp - SMTP Serverpublic2012-02-14 04:522012-04-18 19:39
Reportertimb80 
Assigned Touser2 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.2.0 RC 1Fixed in Version6.2.0 RC 1 
Summary0000429: SMTPS support via the webconfig
DescriptionTo 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
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-02-14 04:52 timb80 New Issue
2012-02-14 05:08 timb80 Description Updated
2012-02-25 09:43 user2 Status new => confirmed
2012-02-27 11:06 user2 Status confirmed => resolved
2012-02-27 11:06 user2 Fixed in Version => 6.2.0 RC 1
2012-02-27 11:06 user2 Resolution open => fixed
2012-02-27 11:06 user2 Assigned To => user2
2012-02-27 11:07 user2 Target Version => 6.2.0 RC 1
2012-04-18 19:39 user2 Status resolved => closed