> A simple solution is to install Stunnel to provide SSL support on port
> 465.
> http://www.stunnel.org
>
> You then add a rule to your qmail-smtpd.rules file to handle traffic
> coming from stunnel.
>
> Here is a sample from my rules file.
>
> 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",SANITYCHECK="",RCPTCHECK=""
> #This rule applies to connections that were first accepted by Stunnel
> and sent here
> 10.0.0.1:allow,SMTPAUTH="",AUTHREQUIRED="",QMAILQUEUE="/var/qmail/bin/simscan",SANITYCHECK="",RCPTCHECK="",SENDERCHECK="STRICT"
> #The remaining "default" rule
> :allow,SMTPAUTH="TLSREQUIRED",QMAILQUEUE="/var/qmail/bin/simscan",SANITYCHECK="",RCPTCHECK="",SENDERCHECK="",RBL="",LOGLEVEL="3"
>
>
> You can use Stunnel to provide SSL support for pop3 on 995 as well.

Thank you. I will consider use this option seriously.

But qmail-smtpd already have support for ssl. Is possible do it same with
qmail-pop3 without need stunnel?





______________________________________________________________________
Correo gratis de Pobladores.com
Ahora con 25MB de capacidad. 
http://www.pobladores.com/services/webmail

Reply via email to