Re: [Mailman-Developers] Recipient address rejected: User unknown in virtual alias table
On May 30, 2015, at 12:58 AM, Danil Smirnov wrote:
Now I have working Postorius and I can subscribe myself to the test list and get the welcome message (with incorrect urls in it!).
Known bug! The default templates actually need to be updated to not include those urls, because the core doesn't know what those urls would be. There is machinery to allow for two levels of indirection so that, e.g. url-containing templates could be defined in Postorius, and the core would fetch the on demand, but that needs to be fleshed out a bit more (and will be in MM3.1).
But I could not post to the list or mail to the list owner from outside:
550 5.1.1 <test-owner@domain.tld>: Recipient address rejected: User unknown in virtual alias table
I've checked postfix/main.cf and everything looks right in it. Also I've ensured that var/data/*.db files are world-readable. Selinux is disabled.
How could I debug this error?
It sounds like a Postfix problem, so cranking up Postfix logging is probably going to be the most fruitful avenue.
Cheers, -Barry
2015-05-30 1:21 GMT+03:00 Barry Warsaw <barry@list.org>:
It sounds like a Postfix problem, so cranking up Postfix logging is probably going to be the most fruitful avenue.
I understand this, of course this is the postfix issue, I see the error in maiillog:
May 30 00:50:03 host postfix/smtpd[5062]: NOQUEUE: reject: RCPT from mail-wg0-f46.google.com[74.125.82.46]: 550 5.1.1 <test-owner@domain.tld>: Recipient address rejected: User unknown in virtual alias table; from=<danil.smirnov@gmail.com> to=<test-owner@domain.tld> proto=ESMTP helo=<mail-wg0-f46.google.com>
But I have everything required by installation manual in the main.conf so I have no idea what going wrong and how to debug this wrong alias problem.
Any advice?
Danil
participants (2)
-
Barry Warsaw
-
Danil Smirnov