[exim-dev] [Bug 2806] Repeated deliveries to yahoo.co.jp

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2806] Repeated deliveries to yahoo.co.jp
https://bugs.exim.org/show_bug.cgi?id=2806

--- Comment #1 from David Carter <dpc22@???> ---
For what it is worth, I see exactly the same behaviour with 4.95 if I
disable:

DKIM signing
tls_require_ciphers.
hosts_randomize

Also: "message_linelength_limit = 1000000" which was a configuration change
from 4.94.2 that I had forgotten about: we were bitten by the new default
message_linelength_limit = 998 in Exim 4.95

So the following router, which is as bare bones as I can get:

smtp_dkim:
  driver        = smtp
  #
  #hosts_randomize
  #tls_require_ciphers    = ${readfile {TABLES/ciphers} {} }
  #message_linelength_limit = 1000000
  #dkim_domain        = DKIM_DOMAIN
  #dkim_selector        = DKIM_SELECTOR 
  #dkim_private_key    = ${if exists{DKIM_PRIVATE_KEY}{DKIM_PRIVATE_KEY}}
  #dkim_canon        = relaxed
  #dkim_strict        = false


--
You are receiving this mail because:
You are on the CC list for the bug.