Postfix: Konfigurasi relayhost dengan Authentikasi

From OnnoWiki
Revision as of 21:58, 20 December 2010 by Onnowpurbo (talk | contribs) (New page: Tambahkan di /etc/postfix/main.cf vi /etc/postfix/main.cf smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_sasl_password_maps = hash:/etc/postfix/saslpasswd...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tambahkan di /etc/postfix/main.cf

vi /etc/postfix/main.cf 
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/saslpasswd
smtp_always_send_ehlo = yes
relayhost = smtp-global.indo.net.id

Edit /etc/postfix/saslpasswd

vi /etc/postfix/saslpasswd 
smtp-global.indo.net.id  yourlogin:yourpassword


Hash /etc/postfix/saslpasswd

postmap /etc/postfix/saslpasswd 


Restart postfix

/etc/init.d/postfix restart 


Pranala Menarik