blob: b953e6f51865870ce8eafdc359d3c2eff2a53202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Exim test configuration 0316
exim_path = EXIM_PATH
host_lookup_order = bydns
rfc1413_query_timeout = 0s
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
# ----- Main settings -----
qualify_domain = test.ex
# End
|