On Sep 27, 2013, at 09:08, Tomasz Chmielewski <t...@virtall.com> wrote:
> I have the following system users with their homedirs: > > t...@example.com - /home/t...@example.com/ > t...@domain.tld - /home/t...@domain.tld/ > > > How can I make Postfix deliver mail for such system users? > > Right now, it rejects mail to such users, with '(unknown user: "test")' > reason. A system user in this case would be 'test', not 't...@example.com' or 't...@domain.tld'. If they are both one and the same user, just make sure that the 'test' system user exists, and specify 'example.com' and 'domain.tld' as part of 'mydestination'. For further information, read the fabulous manual; http://www.postfix.org/VIRTUAL_README.html > main.cf is as follows: Do not post your 'main.cf' file, but the output of 'postconf -n'. Mvg, Joni