Email address not forwarding... seems to be Postfix related
When I mail the address, I get the following bounce:
Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 13): 550 <
(
In the /etc/postfix/virtusertable I have set up the following:
I've checked it using:
postmap -q
Which returns "user".
I've also tested that "user" can receive email with the following:
mail user
Which successfully delivers a mail, but if I type:
mail
The mail does not arrive. When I check in /var/log/maillog I get the following:
Sep 22 11:09:35 li* postfix/smtpd[19800]: NOQUEUE: reject: RCPT from localhost.localdomain[127.0.0.1]: 550 <
I've also tried setting up another virtual address pointing to the same user, and when I send to this, the mail is delivered without a hitch.
I'd appreciate if anyone has any ideas. I hope I've given all the necessary details. It's very frustrating because it seems like everything's set up as it the same way as every other email address, but this one isn't working.
Thanks in afvance,
James
2 Replies
the postmap output, but fails when you actually try to lookup the username.
Try piping the output of the postmap -q command to 'od -a'. Or just delete the whole line and re-enter it.
The "od -a" command didn't seem to show anything unusual, but wiping the line and reentering it seems to have done the trick. I had originally copied it into PuTTY, so this time I typed it manually. It's possible something got carried in the the pasting.
Thanks,
James