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

Title: how to set SME permit internet use outlook express access ?
Post 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 ?
Title: Re: how to set SME permit internet use outlook express access ?
Post by: Stefano on December 09, 2009, 09:00:55 AM
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

Title: Re: how to set SME permit internet use outlook express access ?
Post by: chris burnat on December 09, 2009, 10:19:18 AM
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.
Title: Re: how to set SME permit internet use outlook express access ?
Post by: ocp_yang on December 10, 2009, 02:03:38 AM
ok.tks

I have to solve by use pop3.

Title: Re: how to set SME permit internet use outlook express access ?
Post by: CharlieBrady on December 10, 2009, 04:52:13 AM
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
Title: Re: how to set SME permit internet use outlook express access ?
Post by: ocp_yang on December 10, 2009, 05:14:35 AM
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
Title: Re: how to set SME permit internet use outlook express access ?
Post by: Stefano on December 10, 2009, 07:51:13 AM
ocp_yang: please take the time to read the documentation as everything you need is there
Title: Re: how to set SME permit internet use outlook express access ?
Post by: ocp_yang on December 10, 2009, 08:15:55 AM
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
Title: Re: how to set SME permit internet use outlook express access ?
Post by: Stefano on December 10, 2009, 08:34:45 AM
ok..

- config show spamassassin will show you actual values
- config setprop spamassassin key value will change key value
- after changing values, call
Code: [Select]
signal-event email-update
to rebuild conf files and restart services

give simply 'db' in cli to see the syntax
Title: Re: how to set SME permit internet use outlook express access ?
Post by: ocp_yang on December 10, 2009, 08:43:39 AM
ok,thank you very much!

best wishes!