On Fri, 19 Nov 2004, Yann LE ROCH - Agence CHROM wrote:

> Re Hello
> I found a information on doc of xmail
> http://www.xmailserver.com/Readme.html#pop3_commands
> id need close the standard POP3 port for the rest of the world by binding it
> to 127.0.0.1.
> and use parameter -PI for that.
> BUT i 've 2 questions (before make a mistake....)
> :-(
> - how to do that? by line command i presume?

Yes.


> -  and can i use port 110 and 25 + 995 and 8025 on the same xmail
> server???????

You have to setup a tunnel and not to bind stunnel to port 25. These are 
the lines in a typical config:

# Add POP3S and SMTPS services
/usr/sbin/stunnel -d pop3s -r pop3 -p /usr/etc/stunnel/stunnel.pem
/usr/sbin/stunnel -d smtps -r smtp -p /usr/etc/stunnel/stunnel.pem

It tell stunnel to listen to the pop3s port and route to pop3 port (same 
for smtps/smtp).



- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to