SUMMARY: Sendmail 8.12.2 on Solaris 9
> I am having problems getting sendmail to send local and remote mail on
> Solaris 9. On my servers running Solaris 8, I just update the DS macro in
> /etc/mail/sendmail.cf to reflect my mail relay. Then I am able to send
> mail to local accounts (username) and remote accounts
> (username at hostname.com) without having the sendmail daemon running.
>
> I am trying to get this same setup working on Solaris 9 -- where I can
> send to local and remote account without having the daemon running. I
> have updated the sendmail.cf and submit.cf but can only send mail to local
> account while the daemon is running. I can't send to remote accounts
> while it's running and I can't send ANY mail if the daemon's not running.
> I am using the default sendmail package which installed with Solaris 9.
>
Summary....
After making sure sendmail is not running, I added the following two lines
to /usr/lib/mail/cf/main.cf
FEATURE(`no_default_msa')dnl
DAEMON_OPTIONS(``Port=smtp, Addr=127.0.0.1, Name=MTA'')dnl
Then I recompiled (/usr/ccs/bin/make) and changed the DS macro in the newly
created main.cf to point to my mail relay. And finally I copied the new
main.cf to /etc/mail/submit.cf.
Thanks to ...
Jay Cribb
john65 at pobox.com

