1#
2# permit_naked_ip_address
3#
4client foo 127.0.0.2
5recipient_restrictions permit_naked_ip_address
6helo 127.0.0.2
7mail sname@sdomain.example
8rcpt rname@rdomain.example
9#
10# check_relay_domains
11#
12client foo 127.0.0.2
13recipient_restrictions check_relay_domains
14relay_domains foo
15helo 127.0.0.2
16mail sname@sdomain.example
17rcpt rname@rdomain.example
18#
19# reject_maps_rbl is already covered elsewhere.
20#
21