We have a UNIX system running sendmail 8.11 (not exactly positive of release number).
This system only needs to submit outbound mail to a "smart host". These are just system messages of backup status, etc.
The "smart host" is listed in the sendmail.cf file like so:
DS[123.45.67.123]
For each outbound message, we get the following status:
qfj0T03CB19361:Mhost map: lookup (mydomain.com): deferred
I'm able to manually telnet to the "smart host" on port 25 and send mail.
Our server isn't running DNS, and we have no /etc/resolv.conf file.
How do we get sendmail to just forward all the mail to the smart host?
This system only needs to submit outbound mail to a "smart host". These are just system messages of backup status, etc.
The "smart host" is listed in the sendmail.cf file like so:
DS[123.45.67.123]
For each outbound message, we get the following status:
qfj0T03CB19361:Mhost map: lookup (mydomain.com): deferred
I'm able to manually telnet to the "smart host" on port 25 and send mail.
Our server isn't running DNS, and we have no /etc/resolv.conf file.
How do we get sendmail to just forward all the mail to the smart host?