Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0423
1 # Exim test configuration 0423
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 primary_hostname = mail.test.ex
13 qualify_domain = test.ex
14
15 acl_smtp_connect = connect
16
17
18 # ----- ACL -----
19
20 begin acl
21
22 connect:
23 deny message = xxxxxxxxxxxxxx has refused this message because it looks \
24 like it is infected with the Sobig.E worm. See \
25 http://www.xxxx.xxx/xxxxxxxx/xxxx/xxxx/w32.sobig.e@xx.html \
26 for details. If you feel this determination is in error, \
27 please forward the entire message to \
28 postmaster@xxxxxxxxxxxxx.com and include code \"xx#1\" \
29 in the Subject
30
31
32 # End