Changes

Jump to navigation Jump to search
984 bytes added ,  01:55, 10 November 2010
Added SMTP Authentication TLS before Auth section
Line 448: Line 448:  
- change outgoing smtp port to 465 and select SSL<br>
 
- change outgoing smtp port to 465 and select SSL<br>
 
- enable Authentication against the outgoing mail server
 
- enable Authentication against the outgoing mail server
 +
 +
 +
====SMTP Authentication TLS before Auth disable & enable====
 +
Since SME v7.5 the default for SMTP Authentication is requires TLS before Auth to increase security.
 +
Where a SME7.4 or earlier server with SMTP & SSMTP authentication enabled has been upgraded, users are now unable to send mail.
 +
Users will need to enable TLS or Auto for the Authentication encryption setting in their email clients. Some older email clients and devices do not support TLS.
 +
 +
A fix was released in SME7.5.1 to allow this setting to be disabled (ie revert to SME7.4 functionality). Upgrade to SME7.5.1 before using these commands.
 +
 +
To disable this (AUTH without TLS) & revert to SME7.4 defaults do
 +
config setprop qpsmtpd TlsBeforeAuth 0
 +
signal-event email-update
 +
 +
To change back to the sme7.5 & greater default (AUTH with TLS) do
 +
config setprop qpsmtpd TlsBeforeAuth 1
 +
signal-event email-update
 +
See http://forums.contribs.org/index.php/topic,46218.0.html
 +
 +
http://bugs.contribs.org/show_bug.cgi?id=5997
     
624

edits

Navigation menu