Menu

#6 adjust for new sendmail feature.

open
nobody
None
5
2009-03-11
2009-03-11
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.