Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: miguelalbore on August 17, 2006, 05:12:52 AM

Title: Only use POP in SME/
Post by: miguelalbore on August 17, 2006, 05:12:52 AM
Hi everyone!

I know that:
By default SME7 will only allow POP3 access from the local network. If you set the email settings to be 'Allow Private and Public' then you have POP3 access from the local network and POP3S from the public network.



But i want to use POP3 from public network.

Is it possible?
Title: Only use POP in SME/
Post by: miguelalbore on August 17, 2006, 05:23:08 AM
Ok it was:

config setprop pop3 access public
signal-event email-update
svc -t /service/pop3s

Thanks !
Title: Only use POP in SME/
Post by: skm on March 16, 2007, 03:20:45 AM
Quote from: "miguelalbore"
Ok it was:

config setprop pop3 access public
signal-event email-update
svc -t /service/pop3s

Thanks !


Thanks a lot! It work for me.
Title: Only use POP in SME/
Post by: skm on March 28, 2007, 12:16:31 PM
Quote from: "miguelalbore"
Ok it was:

config setprop pop3 access public
signal-event email-update
svc -t /service/pop3s

Thanks !


Hi, I found that this script can get the e-mail through normal pop setting, but not working for sending mail by normal smtp setting. The error message was " 550 invalid recipient ". But when I change the setting to smtp ssl (465), it was no problem.