On 21/02/15 03:29, roland wrote:
> SMTP>> MAIL FROM:<user@raspi> SIZE=1317 AUTH=user@raspi
> SMTP<< 501 Syntax error in parameters or arguments
Your ISP doesn't like your MAIL command. Probably due to one
of the parameters, and the AUTH= is the more likely.
See
http://exim.org/exim-html-current/doc/html/spec_html/ch-smtp_authentication.html#SECID170
and the very last paragraph on the page; this says why
Exim is including it. Your options seem to be making
the message non-authenticated within the Exim processing,
or experimenting with setting a deliberately empty
authenticated_sender option on the outbound smtp trannsport.
--
Cheers,
Jeremy