summaryrefslogtreecommitdiffstats
path: root/src/smtpd/smtpd_check.in3
blob: 808f56255ebe78862ee3288996f674297224116b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#msg_verbose 1
smtpd_delay_reject 0
mynetworks 127.0.0.0/8,168.100.3.0/28
relay_domains porcupine.org
local_recipient_maps unix:passwd.byname
client unknown 131.155.210.17
canonical_maps tcp:localhost:200
#
recipient_restrictions permit
rcpt no.such.user@[127.0.0.1]
#
virtual_alias_maps tcp:localhost:100
#
recipient_restrictions permit_mx_backup
rcpt wietse@nowhere1.com
#
recipient_restrictions check_relay_domains
rcpt wietse@nowhere2.com
#
recipient_restrictions reject_unknown_recipient_domain
rcpt wietse@nowhere3.com
#
recipient_restrictions permit_auth_destination
rcpt wietse@nowhere4.com
#
recipient_restrictions reject_unauth_destination
rcpt wietse@nowhere5.com