Home Questions Pricing Support Contact Sign up Log in

AuthSMTP - Postfix 2.3+ Mail Transfer Agent (Alternate Port)

Important Points

IMPORTANT: This is only intended as a basic guide to setting up AuthSMTP and assumes prior knowledge of Linux / Unix system administration, we CANNOT provide support on general usage of the operating system or on implementing more complex configurations - for additional support with the MTA please use the software vendors support channels.

Instructions

>cd /etc/postfix
>mkdir /POSTFIX_BACKUP

>cp /etc/postfix/* /POSTFIX_BACKUP
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_mechanism_filter =
smtp_sasl_security_options =
relayhost = mail.authsmtp.com
relayhost = mail.authsmtp.com:2525
smtp_tls_security_level = encrypt
smtp_tls_mandatory_ciphers = high
mail.authsmtp.com    username:password
>postmap hash:/etc/postfix/sasl_passwd
>/etc/rc.d/init.d/postfix restart