Sendmail "Smart Host" Configuration
Sendmail "Smart Host" Configuration
(OP)
Hi.
I have a default Solaris 9 server with default sendmail settings. I have a requirement to add a mail forwarder server (smart host) to sendmail on my server. Just wondering what the best way to do this is? I found a section in the sendmail.cf file referring to smart host but not sure how to edit it (it says use a sendmail.mc file?).
Thanks in Advance.
I have a default Solaris 9 server with default sendmail settings. I have a requirement to add a mail forwarder server (smart host) to sendmail on my server. Just wondering what the best way to do this is? I found a section in the sendmail.cf file referring to smart host but not sure how to edit it (it says use a sendmail.mc file?).
Thanks in Advance.





RE: Sendmail "Smart Host" Configuration
DShost.domain.com
with the 'host.domain.com' being the fully qualified host name of the mail server that you will be "relaying" mail messages to.
You will need to restart or refresh (depending upon your Unix flavor) the sendmail process to pickup the changes made in the sendmail.cf file. For example:
refresh -s sendmail
will refresh the sendmail process on AIX.