]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 3213
5752f91edd7084a0c14330db77318b8bb339e916
[user/henk/code/exim.git] / 3213
1 # Exim test configuration 3213
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_mail = check_mail
10
11
12 # ----- ACLs -----
13
14 begin ACL
15
16 check_mail:
17   accept  senders = testdb;<$sender_address>
18
19
20 # End