Koozali.org: home of the SME Server

Only use POP in SME/

miguelalbore

Only use POP in SME/
« 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?

miguelalbore

Only use POP in SME/
« Reply #1 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 !

skm

Only use POP in SME/
« Reply #2 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.

skm

Only use POP in SME/
« Reply #3 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.