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