Koozali.org: home of the SME Server

How to allow external POP3 access

Offline koshakis

  • **
  • 22
  • +0/-0
How to allow external POP3 access
« on: February 14, 2009, 03:35:53 AM »
I try to allow external POP3 access on SME 7.4 with the below command but no luck.

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

Please help


maze

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Re: How to allow external POP3 access
« Reply #1 on: February 14, 2009, 03:47:38 AM »
All you need to do is to enable it in the server-manager, just click on Email under the Configuration heading on the left hand side of the server-manager web page. Then forward the appropriate ports if you have a router between the server & the Internet. Remember that SME use secure POP, which uses port 995. Outlook, Outlook Express, Thunderbird & Apple Mail all support secure POP, so I imagine most other email clients do.

HTH

Peter

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #2 on: February 14, 2009, 04:19:15 AM »
Thanks Peter, but this is not what i want.

Uses on external network must be ample to connect with POP3
without SSL.

Koshakis
maze

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: How to allow external POP3 access
« Reply #3 on: February 14, 2009, 04:22:03 AM »
Unfortunately this isn't possible. What are you trying to achieve exactly? Perhaps we can come up with another method if you can give us some background.

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #4 on: February 14, 2009, 04:29:06 AM »
What I try to do is to allow User to retrieve mail without using SSL.
I have a mail server for 200 uses and most of them they want access
with POP3 not POP3s.

Koshakis
maze

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: How to allow external POP3 access
« Reply #5 on: February 14, 2009, 04:40:23 AM »
You could try putting the server into Server-Only mode, replacing SME with another gateway/router and then using port forwarding on your new gateway/router to forward SMTP & POP3 requests to the SME server.

I'm not sure whether this will work, but Server-Only mode disables most external security.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: How to allow external POP3 access
« Reply #6 on: February 14, 2009, 08:21:48 AM »
Code: [Select]
config setprop pop3 access public
signal-event email-update
signal-event remoteaccess-update

should work..

HTH
ciao
Stefano

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #7 on: February 14, 2009, 09:37:28 AM »
Stefano,

I try
config setprop pop3 access public
signal-event email-update
signal-event remoteaccess-update

But still not working, any suggestion

Koshakis
maze

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: How to allow external POP3 access
« Reply #8 on: February 14, 2009, 09:39:59 AM »
well

first of all: is your server in server & gateway mode?
then: is port 110 open and forwarded in your router?

please describe your lan/wan setup

thank you
Ciao
Stefano

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #9 on: February 14, 2009, 09:51:11 AM »
The server is on server & gateway mode
Running on a public ip address and is connected
to a bridge router, no firewall or anything to stop any port.

Up to SME 7.1 everything was fine, the trouble start when update
to 7.4.

Koshakis
maze

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: How to allow external POP3 access
« Reply #10 on: February 14, 2009, 10:05:46 AM »
hi

question: did you upgrade from 7.1 to 7.4?

please post the result of

Code: [Select]
iptables -L | grep pop3

BTW, if you think something is broken, please open a bug, thank you

Stefano

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: How to allow external POP3 access
« Reply #11 on: February 14, 2009, 04:02:43 PM »
Up to SME 7.1 everything was fine, the trouble start when update
to 7.4.

Anything which you think should work, but doesn't, should be reported via the Bug Tracker.

Allowing plaintext remote access exposes your server to having usernames and passwords stolen. Your users are being either foolish or ignorant in wishing to use pop3 in preference to pop3s, and you'd be well advised to insist on only pop3s.

I presume pop3s does work, so your users "wanting" pop3 is preventing them from having access to their mail.

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #12 on: February 15, 2009, 12:53:32 AM »
Charlie,

I agree with you but sometime we have to do things even
if don't want to.
Yes POP3s work fine but the question is, can i enable POP3.
I install a fresh SME 7.4 and try again the below command
but no luck.

config setprop pop3 access public
signal-event email-update
signal-event remoteaccess-update

I see an old post from you witch you said is possible with
some commands from the console, any idea?

Koshakis
maze

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: How to allow external POP3 access
« Reply #13 on: February 15, 2009, 05:18:22 AM »
I see an old post from you witch you said is possible with
some commands from the console, any idea?

I gave you this idea in the previous post:

Quote
Anything which you think should work, but doesn't, should be reported via the Bug Tracker.

Offline koshakis

  • **
  • 22
  • +0/-0
Re: How to allow external POP3 access
« Reply #14 on: February 15, 2009, 07:52:32 AM »
Thank you Charlie,

You are very help full ?

I just ask if any one knows how i can do this --at my own risk--
The point is Yes or No.

To put it in the bug tracker must do something witch normally work first
and if is not work then you reported as bug.

Is the bellow commands correct yes or no ?

config setprop pop3 access public
signal-event email-update
signal-event remoteaccess-update

or this

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

Thanks in advance. 

Koshakis
« Last Edit: February 15, 2009, 08:00:39 AM by koshakis »
maze