https://bugzilla.wikimedia.org/show_bug.cgi?id=68545
Tim Landscheidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Tim Landscheidt <[email protected]> --- According to http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_default_configuration_file.html#SECID55, addresses are passed to each router until one accepts it. In our case, the dnslookup router is the last, so only addresses with local parts that are not usernames or patterns in Labs/Tools reach that stage. The exim documentation therefore puts the dnslookup router in the default configuration at the top, and testing shows that this would work for us as well: | root@tools-mail:~# exim -C /etc/exim4/exim4-bug-68545.conf -bt [email protected] | [email protected] | router = dnslookup, transport = remote_smtp | host smtp.rzone.de [2a01:238:20a:202:50f0::2097] MX=5 | host smtp.rzone.de [81.169.145.98] MX=5 | root@tools-mail:~# exim -C /etc/exim4/exim4-bug-68545.conf -bt legoktm | [email protected] | <-- [email protected] | router = dnslookup, transport = remote_smtp | host gmail-smtp-in.l.google.com [2607:f8b0:4001:c05::1a] MX=5 | host gmail-smtp-in.l.google.com [74.125.193.26] MX=5 | host alt1.gmail-smtp-in.l.google.com [2607:f8b0:400d:c00::1b] MX=10 | host alt1.gmail-smtp-in.l.google.com [173.194.68.26] MX=10 | host alt2.gmail-smtp-in.l.google.com [2607:f8b0:400c:c03::1a] MX=20 | host alt2.gmail-smtp-in.l.google.com [74.125.131.27] MX=20 | host alt3.gmail-smtp-in.l.google.com [2a00:1450:400c:c03::1a] MX=30 | host alt3.gmail-smtp-in.l.google.com [173.194.66.26] MX=30 | host alt4.gmail-smtp-in.l.google.com [2a00:1450:4013:c01::1a] MX=40 | host alt4.gmail-smtp-in.l.google.com [74.125.136.26] MX=40 | root@tools-mail:~# I'll submit a patch to that effect in a bit. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
