On Sun, 2016-10-23 at 01:42 +0300, Nmz wrote:
> I`m spending some time to figure out why sometimes exim "drops" MAIL FROM > field after helo server. > SMTP>> RCPT TO:<e@mail> > Error from server: SMTP error from remote mail server after end of > data: 550 5.7.512 Access denied, message must be RFC 5322 section > 3.6.2 compliant and include a valid From address > 142P Received: from Debian-exim by SERVER with local (Exim) > id xx-xx-x > for me@email; Sat, 22 Oct 2016 20:01:46 +0000 > 060T To: "[email protected]" <me@email> Because "[email protected]" is the USER'S NAME, not the user's email address when sending; <me@email> is not a valid email address ? Try:- To: "Me at my email address" <[email protected]> -- Regards, Paul. England, EU. England's place is in the European Union. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
