# ----- Main settings -----
queue_run_in_order
-log_selector = +outgoing_port
+# incoming_interface is used here to get the _outgoing_ local port
+log_selector = +outgoing_port +incoming_interface +received_recipients
# ----- Routers -----
route_list = * 127.0.0.1 byname
self = send
transport = smtp
+ errors_to = ""
no_more
smtp:
driver = smtp
port = PORT_S
+ hosts_try_fastopen = :
# ----- Retry -----