1 # Exim test configuration 0378
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = test.ex
30 data = :defer: forced defer
35 condition = ${if first_delivery{no}{yes}}
46 data = "# Exim filter\n\
47 deliver defer_aaaa@$domain\n\
48 save DIR/test-mail/file\n\
49 pipe \"/bin/sh -c exit\"\n\
50 mail subject autoreply\n\
51 text \"This is an autoreply\""
54 # ----- Transports -----