https://bugs.exim.org/show_bug.cgi?id=2813
Fabian Groffen <grobian@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|unable to send mail, no |unable to send mail with
|host name found loop |PAM auth
--- Comment #4 from Fabian Groffen <grobian@???> ---
23364 SMTP>> 250-xxx.nl Hello xxx.nl [2a10:XXXXX]
23364 250-SIZE 73400320
23364 250-8BITMIME
23364 250-PIPELINING
23364 250-PIPE_CONNECT
23364 250-AUTH PLAIN LOGIN
23364 250-CHUNKING
23364 250 HELP
23364 Calling SSL_read(0x55ad97ae6db0, 0x55ad97af6cd4, 4096)
23364 SMTP<< AUTH PLAIN XXXXX
23364 using ACL "acl_check_auth"
23364 processing "deny" (/etc/exim/exim.conf 642)
23364 check !encrypted = *
23364 TLS_AES_256_GCM_SHA384 in "*"? yes (matched "*")
23364 deny: condition test failed in ACL "acl_check_auth"
23364 processing "accept" (/etc/exim/exim.conf 647)
23364 check encrypted = *
23364 TLS_AES_256_GCM_SHA384 in "*"? yes (matched "*")
23364 accept: condition test succeeded in ACL "acl_check_auth"
23364 end of ACL "acl_check_auth": ACCEPT
23364 auth input decode: 'fabian' 'fabian' 'XXX'
23364 plain authenticator server_condition:
23364 $auth1 = fabian
23364 $auth2 = fabian
23364 $auth3 = XXX
23364 $1 = fabian
23364 $2 = fabian
23364 $3 = XXX
23364 Running PAM authentication for user "fabian"
free(): invalid pointer
23360 child 23364 ended: status=0x6
23360 signal exit, signal 6
23360 0 SMTP accept processes now running
23360 Listening...
Boom, so that explains the "retries", it's the client retrying, after the
connection with Exim suddenly disappeared.
--
You are receiving this mail because:
You are on the CC list for the bug.