Commit 2563f5ff authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Relay may from localhost without SMTP authentication

parent f52f2706
......@@ -8,6 +8,14 @@ define(`confDONT_PROBE_INTERFACES', `True')dnl
FEATURE(use_cw_file)dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
dnl ----------------------------------------------------------------------------
dnl Allow relaying of mail from clients on the local host.
dnl ----------------------------------------------------------------------------
define(`relay_hosts_only')dnl
RELAY_DOMAIN(`localhost.localdomain')dnl
RELAY_DOMAIN(`localhost')dnl
RELAY_DOMAIN(`127.0.0.1')dnl
dnl ----------------------------------------------------------------------------
dnl Privacy.
dnl ----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment