Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: shawnbishop on June 30, 2009, 10:05:26 PM
-
In the server Manager there is an option under "email" to disable and allow ssmtp, i would also like SMTP as an option...I have done it before and cannot find my notes on how I did it to say
"Allow both SMTP and SSMTP"
Regrads
-
Thanks for the Help..found my notes..
A security warning first though. Usernames and passwords will be passed in plain text. If anyone is sniffing your connection they may well be able to get authenticated access to your mail server.
From console
Code: [Select]
# config setprop smtpd Authentication enabled
You will now have under the Email settings - SMTP Authentication an option to select both SMTP and SSMTP.
Code: [Select]
# config setprop pop3 access public
You will now have under Email settings - POP3 Server Access an option to select both POP3 and POP3S.
The above will allow SMTP Auth on port 25 and POP3 access on port 110 from the external network.
On the internal network all users have access to POP3 on port 110 and access to SMTP port 25 without authentication by default.