### transport/30_exim4-config_remote_smtp ################################# # This transport is used for delivering messages over SMTP connections. remote_smtp: debug_print = "T: remote_smtp for $local_part@$domain" driver = smtp # Use a different hostname in our helo command, since our # primary_hostname is not in public DNS. EXTERNAL_HOSTNAME is a macro # defined in the main config. helo_data = EXTERNAL_HOSTNAME # vim: set sts=2 expandtab sw=2 ai: