On Fri, Nov 22, 2019 at 6:16 AM Jerry Geis jerry.geis@gmail.com wrote:
Great thought to check the generated file. It looks OK.
grep gmail sendmail.* sendmail.cf:DSsmtp-relay.gmail.com sendmail.cf.bak:DSsmtp-relay.gmail.com sendmail.mc:define(`SMART_HOST', `smtp-relay.gmail.com') dnl
maybe add a '.' to the end of the host name? that prevents it from applying assumed default domains to it
like this:
define(`SMART_HOST', `smtp-relay.gmail.com.') dnl