On Fri, 27 Sep 2013 09:23:43 +0200 DTNX Postmaster <[email protected]> wrote:
> > 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 '[email protected]' or > '[email protected]'. Why? [email protected] or [email protected] are perfectly valid system users: # getent passwd | grep test [email protected]:x:1011:1011::/home/[email protected]:/bin/false [email protected]:x:1012:1012::/home/[email protected]:/bin/false > 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'. No, they are two different users. They are not virtual users; they are system users. I want to use [email protected] and [email protected], as this is what users have for IMAP/SMTP logins on a different system, being migrated. -- Tomasz Chmielewski http://www.ptraveler.com
