Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Obsolete Releases
SME Server 7.x
Topic:
Change the email settings to SMTP and SSMTP
« previous
next »
+
Print
Pages: [
1
]
Go Down
Change the email settings to SMTP and SSMTP
1 Replies
1094 Views
shawnbishop
298
+0/-0
Change the email settings to SMTP and SSMTP
«
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
Logged
shawnbishop
298
+0/-0
Re: Change the email settings to SMTP and SSMTP -- RESOLVED
«
Reply #1 on:
July 01, 2009, 06:45:31 PM »
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.
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Obsolete Releases
SME Server 7.x
Topic:
Change the email settings to SMTP and SSMTP