mwolson: Upgrade exim4 packages to equivalent of version in debian testing
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / transport / 30_exim4-config_remote_smtp_smarthost
CommitLineData
725c9874 1
2### transport/30_exim4-config_remote_smtp_smarthost
3#################################
4
5# This transport is used for delivering messages over SMTP connections
6# to a smarthost. The local host tries to authenticate and does some
7# modification in headers and return-path.
8# This transport is used for smarthost and satellite configurations.
9
10remote_smtp_smarthost:
11 debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
12 driver = smtp
d2b0a567 13 hosts_try_auth = ${if exists {CONFDIR/passwd.client}\
14 {${extract{1}{:}{DCsmarthost}}}\
15 {}\
16 }
725c9874 17 tls_tempfail_tryclear = false
d2b0a567 18 # to disable TLS on outgoing connections, uncomment this
19 # hosts_avoid_tls = *
725c9874 20 DEBCONFheaders_rewriteDEBCONF
21 DEBCONFreturn_pathDEBCONF