summaryrefslogtreecommitdiffstats
path: root/src/smtpd/smtpd_deprecated.in
blob: 345ee7107c6d52ccad5a6e23c12c5fbbbd969919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# permit_naked_ip_address
#
client foo 127.0.0.2
recipient_restrictions permit_naked_ip_address
helo 127.0.0.2
mail sname@sdomain.example
rcpt rname@rdomain.example
#
# check_relay_domains
#
client foo 127.0.0.2
recipient_restrictions check_relay_domains
relay_domains foo
helo 127.0.0.2
mail sname@sdomain.example
rcpt rname@rdomain.example
#
# reject_maps_rbl is already covered elsewhere.
#