adjust for new sendmail feature.
Brought to you by:
toganm
sendmail now has to control files rather than one
/etc/sendmail.cf
/etc/mail/submit.cf
There for on the page:
http://susefaq.sourceforge.net/howto/sendmail.html
the line:
/sbin/conf.d/SuSEconfig.sendmail -m4 >myconfig.m4
should be changed to these 2 lines:
/sbin/conf.d/SuSEconfig.sendmail -m4 >myconfig.m4
/sbin/conf.d/SuSEconfig.sendmail -m4 submit >mysubmit.m4
also this line:
m4 myconfig.m4 >/etc/sendmail.cf
should be changed to these 2 lines:
m4 myconfig.m4 >/etc/sendmail.cf
m4 mysubmit.m4 >/etc/mail/submit.cf
--
Paul Elliott pelliott@io.com