[exim-dev] [Bug 1407] cutthrough_delivery / hosts_require_tl…

Top Page
Delete this message
Reply to this message
Author: Mike Cardwell
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1407] New: cutthrough_delivery / cutthrough_delivery conflict
Subject: [exim-dev] [Bug 1407] cutthrough_delivery / hosts_require_tls conflict
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1407




--- Comment #2 from Mike Cardwell <exim-users@???> 2013-11-04 15:10:00 ---
Sorry for the delay, I don't recall seeing any sort of email alert to let me
know that the bug was updated. There's probably a fair bit of redundant info
here, but I'll add it anyway just to be sure:

remote_smtp:
    driver            = smtp
    interface         = <; ${lookup dnsdb{>;a+=$primary_hostname}}
    group             = ssl-cert
    hosts_try_prdr    = *
    hosts_require_tls = <; TRUSTED_HYPE
    max_rcpt          = 5
    helo_data         = ${if and{{\
                            eq{$primary_hostname}{glue.grepular.com}\
                        }{\
                            isip4{$sending_ip_address}\
                        }}{flan.grepular.com}{$smtp_active_hostname}}
    transport_filter  = /etc/exim4/scripts/gpgit.pl \
                         --encrypt-mode inline-or-plain \
                         --inline-flatten \
                         "${if
eq{$local_part@$domain}{mike\@glue.grepular.com}{mike.cardwell@???}{x@x}}"
    dkim_domain       = ${lc:${domain:$h_from:}}
    dkim_selector     = ${sg{$primary_hostname}{\\..*}{}}1
    dkim_private_key  = ${if
exists{/etc/exim4/dkim/$dkim_selector._domainkey.$dkim_domain.private}\


{/etc/exim4/dkim/$dkim_selector._domainkey.$dkim_domain.private}{}}

I also have these relevant macros earlier on in the config file:

FLAN_HYPE = fcad:d34b:d11c:5db3:39fc:c68b:3333:2222
ALFA_HYPE = fcde:fe4d:c3e2:4444:ffff:a49f:e69c:3705
GLUE_HYPE = fc00:beef:beef:601:9530:2068:3df9:5cb7
UNG_HYPE = fc68:fddd:39d:3718:bd52:a050:f00d:cccc
HTPC_HYPE = fc30:6f20:b8a8:7dd9:82e7:6666:dddd:5c4c
DAILY_HYPE = fc2c:8888:59dd:4123:5367:5960:beef:fed3
TRUSTED_HYPE = FLAN_HYPE ; GLUE_HYPE ; ALFA_HYPE ; UNG_HYPE ; HTPC_HYPE ;
DAILY_HYPE

Note: If I comment out "hosts_require_tls = <; TRUSTED_HYPE", then the
cut-through delivery works fine.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email