Messages containing leading whitespace in the recipient address are
rejected.
Example:
Jan 22 08:32:41 vps10 postfix/smtpd[5937]: NOQUEUE: reject: RCPT from
smtpout.eastlink.ca[24.222.0.30]: 550 5.1.1 < soli...@example.com>:
Recipient address rejected: User unknown in virtual alias table;
from=<dba...@example2.com> to=< soli...@example.com> proto=ESMTP
helo=<mta03.eastlink.ca>
soli...@example.com is a legitimate and functioning mail account.
I'm guessing that the sender has a bad address book entry, like "
soli...@example.com" -- a leading space before the address.
Is there a good reason why Postfix doesn't simply ignore a leading space
like this?
Is there something I can do to avoid these rejections (other than the
obvious -- get dba...@example2.com to fix his address book)?
Thanks.