Re: Warning users about authentication failures
Andrea Venturoli <[email protected]> Wed, 17 Sep 2025 09:18:45 +0200
| Newsgroups | gmane.mail.fetchmail.user |
|---|---|
| Message-ID | <[email protected]> |
On 6/23/25 18:53, Matthias Andree via Fetchmail-users wrote: > I would probably start by checking what actual error code is passed > through this code in driver.c (near line 1150) as return from the - > >getauth(...) method: Hello. I think I found the reason. In the logs I see: > sm-mta[13685]: 589NKPid013685: collect: relay=[127.0.2.1], from=<[email protected]>, info=Bare linefeed (LF) not allowed, where=body, status=tempfail > sm-mta[13685]: 589NKPid013685: from=<[email protected]>, size=337, class=0, nrcpts=1, proto=ESMTP, daemon=MTA, relay=[127.0.2.1] I'll try and change the code to use CRLF instead... bye av.