2 ### transport/30_exim4-config_remote_smtp
3 #################################
4 # This transport is used for delivering messages over SMTP connections.
7 debug_print = "T: remote_smtp for $local_part@$domain"
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
14 # vim: set sts=2 expandtab sw=2 ai: