all
I have a Redhat Linux box running sendmail. I am trying to configure the system to send to an offsite email system that also needs to have a username and password authentication. Here is what I have done.
I have tested that I can connect using Telnet <relayhost name> 25.
the sendmail.mc file as been edited to:
and when I send an email I see in the log file that the relay=localhost.domain:
I have a Redhat Linux box running sendmail. I am trying to configure the system to send to an offsite email system that also needs to have a username and password authentication. Here is what I have done.
I have tested that I can connect using Telnet <relayhost name> 25.
the sendmail.mc file as been edited to:
define(`SMART_HOST', `<RELAYHOST NAME>')
FEATURE(`authinfo')
FEATURE(`authinfo')
and when I send an email I see in the log file that the relay=localhost.domain: