1# $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $ 2 3# This is the smtpd server system-wide configuration file. 4# See smtpd.conf(5) for more information. 5 6table aliases file:/etc/mail/aliases 7 8listen on socket 9 10# To accept external mail, replace with: listen on all 11# 12listen on lo0 13 14action "local_mail" mbox alias <aliases> 15action "outbound" relay 16 17# Uncomment the following to accept external mail for domain "example.org" 18# 19# match from any for domain "example.org" action "local_mail" 20match from local for local action "local_mail" 21match from local for any action "outbound" 22