1 # Exim test configuration 0378
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex
25 data = :defer: forced defer
30 condition = ${if first_delivery{no}{yes}}
41 data = "# Exim filter\n\
42 deliver defer_aaaa@$domain\n\
43 save DIR/test-mail/file\n\
44 pipe \"/bin/sh -c exit\"\n\
45 mail subject autoreply\n\
46 text \"This is an autoreply\""
49 # ----- Transports -----