[exim-dev] [Bug 1696] verify_sender fails when sender's serv…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1696] verify_sender fails when sender's server is IPv6 only without MX record (delivered via IPv4)
https://bugs.exim.org/show_bug.cgi?id=1696

--- Comment #2 from Hans-Werner Hilse <exim-bugs@???> ---
B and C do have both IPv4 *and* IPv6 connectivity.
C is the host I'm running exim on.

I reduced the test to just A and C.
A = sender.haveyouseenthiscat.de
C = hilses.de

---snip---
[root@hilses hw]# nc localhost 25
220 hilses.de ESMTP Exim 4.86 Sat, 03 Oct 2015 22:16:53 +0200
HELO localhost
250 hilses.de Hello localhost [::1]
MAIL FROM: hw@???
250 OK
RCPT TO: hw@???
550-Verification failed for <hw@???>
550-Unrouteable address
550 Sender verify failed
QUIT
221 hilses.de closing connection
---snip---

---snip---
[root@hilses hw]# exim -bvs -d-all+route sender@???
Exim version 4.86 uid=0 gid=0 pid=5177 D=2000000
Probably GDBM (native mode)
Support for: crypteq iconv() IPv6 PAM OpenSSL Content_Scanning DKIM Old_Demime
DNSSEC PRDR OCSP
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch dbm dbmjz dbmnz
dnsdb dsearch ldap ldapdn ldapm sqlite
Authenticators: cram_md5 dovecot plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Compiler: GCC [5.2.0]
Library version: OpenSSL: Compile: OpenSSL 1.0.2d 9 Jul 2015
                          Runtime: OpenSSL 1.0.2d 9 Jul 2015
                                 : built on: reproducible build, date
unspecified
Library version: PCRE: Compile: 8.38-RC1
                       Runtime: 8.37 2015-04-28
Library version: SQLite: Compile: 3.8.11.1
                         Runtime: 3.8.11.1
WHITELIST_D_MACROS unset
TRUSTED_CONFIG_LIST unset
configuration file is /etc/mail/exim.conf
log selectors = 00000ffc 00332001
trusted user
admin user
DSN: smarthost_auto propagating DSN
DSN: dnslookup propagating DSN
DSN: system_aliases propagating DSN
DSN: localuser propagating DSN

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sender@???
--------> smarthost_auto router <--------
local_part=sender domain=sender.haveyouseenthiscat.de
checking domains
checking "condition"
smarthost_auto router skipped: condition failure
--------> dnslookup router <--------
local_part=sender domain=sender.haveyouseenthiscat.de
checking domains
calling dnslookup router
dnslookup router called for sender@???
domain = sender.haveyouseenthiscat.de
dnslookup router declined for sender@???
"more" is false: skipping remaining routers
no more routers
sender@??? failed to verify: Unrouteable address
>>>>>>>>>>>>>>>> Exim pid=5177 terminating with rc=2 >>>>>>>>>>>>>>>>

---snip---

---snip---
[root@hilses hw]# dig sender.haveyouseenthiscat.de AAAA                         


; <<>> DiG 9.10.2-P3 <<>> sender.haveyouseenthiscat.de AAAA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16583
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;sender.haveyouseenthiscat.de.  IN      AAAA


;; ANSWER SECTION:
sender.haveyouseenthiscat.de. 85898 IN  AAAA    2a01:4f8:a0:90c7::1


;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Oct 03 22:22:16 CEST 2015
;; MSG SIZE rcvd: 85
---snip---

No MX and A records for sender.haveyouseenthiscat.de

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