16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
# $OpenBSD: smtpd.conf,v 1.12 2019/07/24 15:31:53 kmos Exp $
|
|
|
|
# This is the smtpd server system-wide configuration file.
|
|
# See smtpd.conf(5) for more information.
|
|
|
|
table aliases file:/etc/mail/aliases
|
|
|
|
listen on all
|
|
|
|
action "local_mail" mbox alias <aliases>
|
|
action "outbound" relay host "relay.0x90.space"
|
|
|
|
match from any for domain "{{ inventory_hostname }}.0x90.space" action "local_mail"
|
|
match from local for local action "local_mail"
|
|
match from local for any action "outbound"
|