no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | opensmtpd [2013/06/13 21:24] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OpenSMTPD ====== | ||
+ | * [[FreeBSD]] | ||
+ | * [[OpenBSD]] | ||
+ | |||
+ | == Sample configuration file == | ||
+ | |||
+ | Sample file: ''/ | ||
+ | |||
+ | < | ||
+ | # This is the smtpd server system-wide configuration file. | ||
+ | # See smtpd.conf(5) for more information. | ||
+ | |||
+ | # To accept external mail, replace with: listen on all | ||
+ | listen on localhost | ||
+ | |||
+ | # If you edit the file, you have to run " | ||
+ | table aliases file:/ | ||
+ | |||
+ | # Uncomment the following to accept external mail for domain " | ||
+ | #accept from any for domain " | ||
+ | |||
+ | accept for local alias < | ||
+ | accept for any relay | ||
+ | </ | ||
+ | |||
+ | == Monit == | ||
+ | |||
+ | On FreeBSD, OpenSMTPD doesn' |