exim: Use the external DNS name in HELO commands.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / transport / 30_remote_smtp
1
2 ### transport/30_exim4-config_remote_smtp
3 #################################
4 # This transport is used for delivering messages over SMTP connections.
5
6 remote_smtp:
7   debug_print = "T: remote_smtp for $local_part@$domain"
8   driver = smtp
9   # Use a different hostname in our helo command, since our
10   # primary_hostname is not in public DNS. EXTERNAL_HOSTNAME is a macro
11   # defined in the main config.
12   helo_data = EXTERNAL_HOSTNAME
13
14 # vim: set sts=2 expandtab sw=2 ai: