Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: ocp_yang on December 09, 2009, 04:44:11 AM
-
hello:
I install SME server 7.4 in company,now all user can send and receive mail by OE or outlook or webmail in internal and internet.
in order to permit OE access mail server,I open standard pop3 protocol in mail server.
now some question neet to resolve:
1.the OUTLOOK EXPRESS user can't not access mail server in internet.
how to configure the SME server ?
-
Hi, welcome hee
if you want to access your server from outside your lan, you have to use POP3S protocol (secure pop3), which runs on port 995. That's because standard pop3 is pretty unsecure..
if you still want to use plain pop3, search the forums (and the wiki) for pop3 public access
HTH
-
if you still want to use plain pop3, search the forums (and the wiki) for pop3 public access
HTH
And be aware of the security issues associated with pop3 protocol, this is not a good choice.
-
ok.tks
I have to solve by use pop3.
-
I have to solve by use pop3.
No you don't. OE can use pop3s (SSL) on port 995 or imaps (SSL) on port 993.
Instructions here:
http://webnet77.com/secure-email.html
-
ok. I understand.
now, I have the following questions to be answered:
1.how use the command to modify the anti-spam-level?
2.how to modify the server white list?
TKS
-
ocp_yang: please take the time to read the documentation as everything you need is there
-
I know how to modify anti-spam-level by server-manager,but I don't find the command line to do same thing? can you help me? tks
-
ok..
- config show spamassassin will show you actual values
- config setprop spamassassin key value will change key value
- after changing values, call
signal-event email-update
to rebuild conf files and restart services
give simply 'db' in cli to see the syntax
-
ok,thank you very much!
best wishes!