# $OpenBSD: smtpd.conf,v 1.10 2018/05/24 11:40:17 gilles Exp $ # This is the smtpd server system-wide configuration file. # See smtpd.conf(5) for more information. table "aliases" file:/etc/aliases pki "ncpki" cert "/srv/nextcloud/nextcloud.crt" pki "ncpki" key "/srv/nextcloud/nextcloud.key" listen on localhost listen on eth0 tls pki "ncpki" listen on eth0 port 587 tls-require pki "ncpki" auth action "local" mbox alias action "relay" relay match from any for domain regex "^(nextcloud|wiki|poll)\.local$" action "local" match from auth for any action "relay" match from local for any action "relay"