ClearFoundation Tracker - ClearOS
View Issue Details
0001241ClearOSapp-smtp - SMTP Serverpublic2013-07-19 20:172013-12-20 13:29
bchambers 
bchambers 
normalfeaturealways
closedfixed 
6.4.0 
6.5.0 Beta 16.5.0 Beta 1 
0001241: Allow admin to disable plaintext logins over SMTP
An admin can control (by firewall) the use of encrypted vs. plaintext protocols like IMAP vs. IMAPS or POP3 vs POP3S, but cannot for SMTP which needs to be open to allow MTA's to connect.

This increases the likelihood of users configuring their own devices (smartphones, tablets etc.) with non-secure authentication to send mail and these devices - by their roaming nature - are often on non-trusted (public) networks. This can lead to spam originating from network if an account credentials (albeit strong) are sniffed.


Add to GUI ability for admin's to force use of secure transmissions of SMTP.

http://www.postfix.org/postconf.5.html#smtpd_sasl_security_options [^]
No tags attached.
Issue History
2013-07-19 20:17bchambersNew Issue
2013-07-19 20:17bchambersStatusnew => assigned
2013-07-19 20:17bchambersAssigned To => bchambers
2013-07-24 16:41bchambersCheckin
2013-07-24 16:41bchambersNote Added: 0000955
2013-07-24 16:41bchambersStatusassigned => resolved
2013-07-24 16:41bchambersResolutionopen => fixed
2013-08-14 09:40user2Fixed in Version => 6.5.0 Beta 1
2013-12-20 13:29user2Statusresolved => closed

Notes
(0000955)
bchambers   
2013-07-24 16:41   
Source Code Changelog
---------------------------------------------------
- Added enable/disable on smtpd_tls_auth_only parameter in main.cf [fixed tracker 0001241]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6270 [^]
U webconfig/apps/smtp/trunk/controllers/user_policies.php
U webconfig/apps/smtp/trunk/deploy/info.php
U webconfig/apps/smtp/trunk/language/en_US/smtp_lang.php
U webconfig/apps/smtp/trunk/libraries/Postfix.php
U webconfig/apps/smtp/trunk/packaging/app-smtp.spec
U webconfig/apps/smtp/trunk/views/user_policies.php