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 = ""
smtp2:
driver = smtp
port = PORT_S
- interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
smtp3:
driver = smtp
max_rcpt = 2
connection_max_messages = 1
port = PORT_S
- interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
# ----- Retry -----