Sendmail issue with AuthInfo
- by chris
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