postfix_gmail_relay
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
| Entrambe le parti precedenti la revisioneRevisione precedente | |||
| postfix_gmail_relay [2014/09/28 11:31] – silenx | postfix_gmail_relay [Data sconosciuta] (versione attuale) – eliminata - modifica esterna (Data sconosciuta) 127.0.0.1 | ||
|---|---|---|---|
| Linea 1: | Linea 1: | ||
| - | **Relay con Postfix, utilizzando i server gmail**\\ | ||
| - | apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules \\ | ||
| - | nano / | ||
| - | < | ||
| - | relayhost = [smtp.gmail.com]: | ||
| - | smtp_sasl_auth_enable = yes | ||
| - | smtp_sasl_password_maps = hash:/ | ||
| - | smtp_sasl_security_options = noanonymous | ||
| - | smtp_tls_CAfile = / | ||
| - | smtp_use_tls = yes | ||
| - | </ | ||
| - | nano / | ||
| - | < | ||
| - | [smtp.gmail.com]: | ||
| - | </ | ||
| - | sudo chmod 400 / | ||
| - | sudo postmap / | ||
| - | cat / | ||
| - | service postfix restart \\ | ||
| - | \\ | ||
| - | **Test Funzionamento**\\ | ||
| - | echo "Test mail from postfix" | ||
postfix_gmail_relay.1411896712.txt.gz · Ultima modifica: (modifica esterna)
