SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: carlo on September 06, 2021, 01:26:44 PM

Title: simple debian upgrade and exim4/mailx failure
Post by: carlo on September 06, 2021, 01:26:44 PM
hi all,
i have another issue, but with a plain stable debian, no sparky or whatsoever:
as i've upgraded the system mailx isn't sending mails anymore...
i've tried anything i could i guess but the outcome is always the same:
here's the log of echo something | mailx and telnet the smtp server

➜  ~ echo "This is the message body and contains the message" | mail -v -I  xxxx@gmail.com
LOG: MAIN
  <= root@aaaa.it U=root P=local S=486
➜  ~ delivering 1mMxuE-0007If-OE
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 Sun, 05 Sep 2021 21:34:19 +0200
  SMTP>> EHLO debian.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>> 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 [....]:25 ...  TFO mode sendto, no data: EINPROGRESS
connected
  SMTP<< 220 directadmin30.fastnom.com ESMTP Exim 4.94 Sun, 05 Sep 2021 21:34:20 +0200
  SMTP>> EHLO debian.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:<root@aaaa.it> SIZE=1522
  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 [185.4.142.93]: SMTP error from remote mail server after RCPT TO:<xxxx@gmail.com>: 550 authentication required
LOG: MAIN
  <= <> R=1mMxuE-0007If-OE U=Debian-exim P=local S=2004
delivering 1mMxuG-0007Il-7O
R: system_aliases for root@aaaa.it
R: system_aliases for yyyy@aaaa.it
LOG: MAIN
  ** yyyy@aaaa.it <root@aaaa.it>: Unrouteable address
LOG: MAIN
  Frozen (delivery error message)
LOG: MAIN
  Completed]


telnet mail.aaaa.it 25
Trying .........
Connected to mail.aaaa.it.
Escape character is '^]'.
220 directadmin30.fastnom.com ESMTP Exim 4.94 Sun, 05 Sep 2021 21:42:41 +0200