setup postfix
setup postfix
I've used google mail for years, and just migrated to zoho yesterday with a domain i bought. I love it, great product, lots of features. One thing that i cant get working yet is postfix on my home Ubuntu 12.04 server. I had gmail set up on it, and it worked great. I use it to send me alerts from the server. I looked around the internet and didnt see any info on how to set it up with zoho. Below are the settings that i need:
SMTP Relay host (i tried smtp.zoho.com:465), but it didnt work.
and below are some errors i received via /var/log/mail.log (when trying to send out a email)
Dec 7 18:15:01 MERCURY1 postfix/smtp[13380]: CLIENT wrappermode (port smtps/465) is unimplemented
Dec 7 18:15:01 MERCURY1 postfix/smtp[13380]: instead, send to (port submission/587) with STARTTLS
Dec 7 18:14:33 MERCURY1 postfix/postfix-script[13300]: warning: /var/spool/postfix/etc/ssl/certs/ca-certificates.crt and /etc/ssl/certs/ca-certificates.crt differ
Dec 7 18:24:16 MERCURY1 postfix/smtp[13811]: warning: database /etc/postfix/sasl_passwd.db is older than source file /etc/postfix/sasl_passwd
Dec 7 18:24:47 MERCURY1 postfix/smtp[13811]: connect to smtp.zoho.com[74.201.154.90]:465: Connection timed out
Dec 7 18:24:47 MERCURY1 postfix/smtp[13811]: E70C5216CE: to=<xxxxxxxxxx@xxx.att.net>, relay=none, delay=586, delays=556/0.02/30/0, dsn=4.4.1, status=deferred (connect to smtp.zoho.com[74.201.154.90]:587: Connection timed out)
i wasnt sure about the certificates log entry, if i need to have certs compatible with zoho, as well as the correct smtp relay setting.
I was hoping there was a howto, or wiki article entry that shows how to set up postfix.
Thanks for your help, Joe