Posts Tagged ‘Sendmail’

Yeah! Finally I was able to send and receive email with sendmail and dovecot implemented on my FreeBSD server. I choose gmail smtp server to act as my Outgoing Email Server. Here is how I did,
In the /etc/mail/yourhostname.mc file, add the following above the DAEMON_OPTIONS line.

define(`confAUTH_OPTIONS’, `A’)dnl
define(`confAUTH_MECHANISMS’, `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN’)dnl
TRUST_AUTH_MECH(`EXTERNAL GSSAPI DIGEST-MD5 [...]