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: ''/usr/local/etc/mail/smtpd.conf.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 "smtpctl update table aliases"
 +table aliases file:/etc/aliases
 +
 +# Uncomment the following to accept external mail for domain "example.org"
 +#accept from any for domain "example.org" alias <aliases> deliver to mbox
 +
 +accept for local alias <aliases> deliver to mbox
 +accept for any relay
 +</file>
 +
 +== Monit ==
 +
 +On FreeBSD, OpenSMTPD doesn't create a PID file.

Navigation
QR Code
QR Code opensmtpd (generated for current page)