Re: Postfix: user unknown in virtual alias table
"Roger B.A. Klorese" <[email protected]>
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
notinh notien wrote: > postfix/smtpd[14256]: 6B59511FF9: reject: RCPT from > localhost[127.0.0.1]: 550 > <:include:/var/majordomo/lists/[email protected]>: Recipient address > rejected: User unknown in virtual alias table; > from=<[email protected]> > to=<:include:/var/majordomo/lists/[email protected]> proto=ESMTP > helo=<localhost> If myhost.com is in virtual_alias_domains then any address in that domain is treated as virtual. Virtual aliases cannot resolve to include files or to pipes. You need to have something like [email protected] test-myhost.com@localhost in your virtual_aliases_map and test-myhost.com: :include:/var/majordomo/lists/test in your local aliases file.