To use the SMTP on your postfix server with authentication from google apps or gmail (if you uses google apps or gmail accounts, follow these steps. 1. enable postfix on the server. on Mac OS, edit /etc/hostconfig to have MAILSERVER=-YES- 2.
edit main.cf
(/etc/postfix)
smtp_sasl_auth_enable = yes
smtp_sasl_security_options ='smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_use_tls=yes [smtp.gmail.com]:587 alias@fke.utm.my:your password (username has to be a complete user account email address such as given) |
Home >