no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | sendmail [2013/03/20 00:34] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== sendmail ====== | ||
+ | * [[FreeBSD]] | ||
+ | * [[OpenBSD]] | ||
+ | |||
+ | Sendmail will work out of the box, and use the FQDN to send email from. You may want to make sure the hostname is set correctly using Webmin first. | ||
+ | |||
+ | == Disable Sendmail == | ||
+ | |||
+ | For FreeBSD: | ||
+ | |||
+ | Add to ''/ | ||
+ | |||
+ | < | ||
+ | postfix_enable=" | ||
+ | sendmail_enable=" | ||
+ | sendmail_submit_enable=" | ||
+ | sendmail_outbound_enable=" | ||
+ | sendmail_msp_queue_enable=" | ||
+ | </ | ||
+ | |||
+ | Add to ''/ | ||
+ | |||
+ | < | ||
+ | daily_clean_hoststat_enable=" | ||
+ | daily_status_mail_rejects_enable=" | ||
+ | daily_status_include_submit_mailq=" | ||
+ | daily_submit_queuerun=" | ||
+ | </ |