Mailing List Archive

[Bug 2811] New: cannot have exim/mailx send mails
https://bugs.exim.org/show_bug.cgi?id=2811

Bug ID: 2811
Summary: cannot have exim/mailx send mails
Product: Exim
Version: N/A
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: SMTP Authentication
Assignee: jgh146exb@wizmail.org
Reporter: assolutooccidentale@gmail.com
CC: exim-dev@exim.org

not sure whether it's a bug or i simply cannot configure exim properly, but
before debina stable update everything worked properly
now in spite of my efforts mails stay in queue forevermore
i have successfully sent mails from telnet, though using AUTH LOGIN, and gmail
as usual puts them in spam cause of the missing sender

here's an echo "something" | mailx etc



echo “Subject: sendmail test” | mail -v xxxx@gmail.com
LOG: MAIN
<= yyyy@aaaa.it U=root P=local S=479
? ~ delivering 1mRIey-0001hx-76
R: smarthost for xxxx@gmail.com
T: remote_smtp_smarthost for xxxx@gmail.com
Connecting to mail.aaaa.it [185.4.142.93]:25 ... TFO mode sendto, no data:
EINPROGRESS
connected
SMTP<< 220 directadmin30.fastnom.com ESMTP Exim 4.94 Fri, 17 Sep 2021
20:32:28 +0200
SMTP>> EHLO bbbb.fritz.box
SMTP<< 250-directadmin30.fastnom.com Hello host-8.....retail.telecomitalia.it
[....]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-X_PIPE_CONNECT
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
SMTP>> STARTTLS
SMTP<< 220 TLS go ahead
SMTP(close)>>
LOG: MAIN
TLS session: (certificate verification failed): delivering unencrypted to
H=mail.aaaa.it [185.4.142.93] (not in hosts_require_tls)
Connecting to mail.aaaa.it [185.4.142.93]:25 ... TFO mode sendto, no data:
EINPROGRESS
connected
SMTP<< 220 directadmin30.fastnom.com ESMTP Exim 4.94 Fri, 17 Sep 2021
20:32:29 +0200
SMTP>> EHLO bbbb.fritz.box
SMTP<< 250-directadmin30.fastnom.com Hello host-......retail.telecomitalia.it
[.....]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-X_PIPE_CONNECT
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
SMTP>> MAIL FROM:<yyyy@aaaa.it> SIZE=1515
SMTP>> RCPT TO:<xxxx@gmail.com>
SMTP>> DATA
SMTP<< 250 OK
SMTP<< 550 authentication required
SMTP<< 503-All RCPT commands were rejected with this error:
503-authentication required
503 Valid RCPT command must precede DATA
SMTP>> QUIT
SMTP(close)>>
LOG: MAIN
** xxxx@gmail.com R=smarthost T=remote_smtp_smarthost H=mail.aaaa.it [....]:
SMTP error from remote mail server after RCPT TO:<xxxx@gmail.com>: 550
authentication required
LOG: MAIN
<= <> R=1mRIey-0001hx-76 U=Debian-exim P=local S=2028
delivering 1mRIez-0001i3-JU
R: system_aliases for yyyy@aaaa.it
LOG: MAIN
** yyyy@aaaa.it: Unrouteable address
LOG: MAIN
Frozen (delivery error message)
LOG: MAIN
Completed

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