forked from FiroSolutions/cve-2020-7247-exploit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmtpd.conf
22 lines (16 loc) · 1.79 KB
/
smtpd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $OpenBSD: smtpd.conf,v 1.9 2016/05/03 18:43:45 jung Exp $
# This is the smtpd server system-wide configuration file.
# See smtpd.conf(5) for more information.
# 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 deliver to mbox
#accept from local for any relay
table aliases file:/etc/mail/aliases
table secrets file:/etc/mail/secrets
listen on lo0
action "local" mbox alias <aliases>
action "relay" relay host smtp+tls://[email protected] \
auth <secrets>
match for local action "local"
match for any action "relay"