Bug 14736 - sendmail used as relay returns error ". failed"
Summary: sendmail used as relay returns error ". failed"
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.32.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-01 09:38 UTC by chingis
Modified: 2022-04-01 14:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chingis 2022-04-01 09:38:36 UTC
I'm on Alpine 3.13 with busybox v1.32.1. I use busybox's sendmail as a relay:

sendmail_path = /usr/sbin/sendmail -t -i -S opensmtpd:25

since recently it started to give the error "sendmail: . failed"
Comment 1 chingis 2022-04-01 14:32:07 UTC
ok, it actually works fine, I was confused by the error. After adding more verbosity I saw the actual error which is "sendmail: 550 5.7.1 Delivery not authorized, message refused: Message is not RFC 2822 compliant"