Sendmail issue with AuthInfo
Posted
by
chris
on Server Fault
See other posts from Server Fault
or by chris
Published on 2012-09-09T08:05:31Z
Indexed on
2012/09/09
9:39 UTC
Read the original article
Hit count: 298
I'm having trouble finding out where to add in this line to /etc/mail/access:
AuthInfo:smtp.sendgrid.net "U:XXX" "P:XXX" "M:PLAIN"
When I run this:
m4 sendmail.mc >sendmail.cf
My error:
WARNING: feature greetpause before access.db....
I also am modifying sendmail.mc with:
define(`SMART_HOST', `smtp.sendgrid.net')dnl
FEATURE(`access_db')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 587')dnl
define(`ESMTP_MAILER_ARGS', `TCP $h 587')dnl
© Server Fault or respective owner