I'm making a GUI to configure in an easy way my mailserver.
Anyway I had a look at both links and I've maked some changes:
I've added this line to configure the encrypted SMTP session(TLS)
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = noanonymous
#Enabling TLS in
On Mon, Feb 08, 2010 at 10:20:39AM +, Michele Carandente wrote:
> Guys may somebody confirm that with my option I can offer both
> "SMTP authentication" and "encrypted connections (SSL)"?
Eero already gave you this link which covers the former:
http://www.postfix.org/SASL_README.html
This li
Guys may somebody confirm that with my option I can offer both "SMTP
authentication" and "encrypted connections (SSL)"?
I'm creating a simple GUI to configure an email in this mailserver and
I guess that with that options I don't need to add in the GUI the part
for "SMTP authentication" and "encry
2010/2/4 Michele Carandente :
> Hello,
> I'm creating a mailserver based on postfix.
> This mailserver will relay the outgoing email to a main mailserver.
>
> There will be some accounts from some domain. So it could be that I
> need to setup the "SMTP authentication" and "encrypted connections
> (
Hello,
I'm creating a mailserver based on postfix.
This mailserver will relay the outgoing email to a main mailserver.
There will be some accounts from some domain. So it could be that I
need to setup the "SMTP authentication" and "encrypted connections
(SSL)".
Do you know how to setup that value