Difference between revisions of "Sendmail Configuration"
From Roaring Penguin
(Created page with "Note that if you make changes in the Sendmail configuration you should: #Edit the /etc/mail/sendmail.mc file and make changes here ONLY. #Then create the actual Sendmail configu…") |
|||
Line 9: | Line 9: | ||
/etc/init.d/sendmail reload | /etc/init.d/sendmail reload | ||
+ | |||
+ | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
+ | [[category:All]][[category:Configuration]][[category:Setup]] |
Latest revision as of 12:23, 22 June 2015
Note that if you make changes in the Sendmail configuration you should:
- Edit the /etc/mail/sendmail.mc file and make changes here ONLY.
- Then create the actual Sendmail configuration file etc/mail/sendmail.cf:
make -C /etc/mail
- Load the changes into Sendmail:
/etc/init.d/sendmail reload