Postfix e autenticazione su smtp remoto: differenze tra le versioni

Riga 17: Riga 17:
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_auth_enable = yes
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = # qui possono essere inserite delle opzioni di sicurezza
smtp_sasl_security_options = # se non inserite opzioni commentare all'inizio
</pre>
</pre>
(dove ''mail.provider.it'' è il server smtp del proprio provider) e creare il file <code>/etc/postfix/sasl_passwd</code> con un contenuto simile a questo:
Le opzioni disponibili sono :
noanonymous Don't use mechanisms that permit anonymous authentication.
noplaintext Don't use mechanisms that transmit unencrypted username and password information.  
nodictionary Don't use mechanisms that are vulnerable to dictionary attacks.
forward_secrecy Require forward secrecy between sessions (breaking one session does not break earlier sessions).  
mutual_auth Use only mechanisms that authenticate both the client and the server to each other.
 
Creare il file <code>/etc/postfix/sasl_passwd</code> con un contenuto simile a questo:


<pre>mail.provider.it    username:password
<pre>mail.provider.it    username:password
Riga 43: Riga 50:
# /etc/init.d/postfix reload
# /etc/init.d/postfix reload
</pre>
</pre>
e controllare che funzioni!
e controllare che funzioni verificando il log ''/var/log/mail.warn''.
{{Autori
{{Autori
|Autore = [[Utente:MaXeR|MaXeR]]
|Autore = [[Utente:MaXeR|MaXeR]]
}}
}}
[[Categoria:Mail server]]
[[Categoria:Mail server]]
660

contributi