Home Questions Pricing Support Contact Sign up Log in

AuthSMTP - Sendmail 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/mail
>mkdir /SENDMAIL_BACKUP

>cp /etc/mail/* /SENDMAIL_BACKUP
dnl define(`SMART_HOST',`smtp.your.provider')dnl
define(`SMART_HOST', `mail.authsmtp.com')dnl
FEATURE(`authinfo')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 2525')dnl
Try_TLS:mail.authsmtp.com NO
AuthInfo:mail.authsmtp.com "U:acxxxx" "P:xxxx" "M:CRAM-MD5 DIGEST-MD5"
>makemap hash /etc/mail/authinfo < /etc/mail/authinfo

>make -C /etc/mail

>service sendmail restart