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