Natanael Copa wrote:
> Most serious issue was the fact that current bb sendmail uses the from
> address in the EHLO/HELO message. The rfc1869 (section 4.2) says it
> should be a domain not an address. So my MTA correctly dicarded the
> invalid EHLO. I solved this by using the domain part in the from
> address. This requires that the from address has an '@' which i think is
> ok in todays world (10 years ago it would be different)
>   
The from address may also be empty (rfc821): MAIL FROM:<>

A solution would be to add a config / command line option for the sender 
domain or EHLO/HELO string.

Regards
Ralf Friedl
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to