Sendmail as a send-only local server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
*Edit <code>/usr/share/sendmail/cf/cf/sendmail-slackware.mc</code>: | *Edit <code># cd /usr/share/sendmail/cf/cf</code>: | ||
*Edit <code>sendmail-slackware.mc</code>: | |||
**Add the line <code>FEATURE(`no_default_msa')dnl</code> to the FEATURE block | **Add the line <code>FEATURE(`no_default_msa')dnl</code> to the FEATURE block | ||
**Add the line <code>DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,Name=MTA')dnl</code> right before the MAILER lines | **Add the line <code>DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,Name=MTA')dnl</code> right before the MAILER lines | ||
Revision as of 22:14, 5 August 2015
- Edit
# cd /usr/share/sendmail/cf/cf: - Edit
sendmail-slackware.mc:- Add the line
FEATURE(`no_default_msa')dnlto the FEATURE block - Add the line
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,Name=MTA')dnlright before the MAILER lines
- Add the line
# m4 /usr/share/sendmail/cf/cf/sendmail-slackware.mc > /etc/mail/sendmail.cf
- Add something like
root: user user: user@example.org
- to
/etc/mail/aliases; them run the commandnewaliases
# /etc/rc.d/rc.sendmail restart- Add the fqdn-hostname to the whitelist of the inbound smtp server for
example.org