2008/8/26 Christophe Dumonet <[EMAIL PROTECTED]>: > Hello, > I'm setting up a new postfix install on a TEST linux box. > To test with some few accounts, on the operating server, I'm looking for a > way to redirect some email adresses to my postfix test box. > How to do ? I have try to put in /etc/postfix/virtual a line like : > [EMAIL PROTECTED] [EMAIL PROTECTED] but it doesn't works.
You need to make sure your box is configured to use virtual (main.cf, show postconf -n). You then need to create the db index (check postmap command). Finally, you need to configure your test box to accept such mail (error logs; /var/log/maillog). /juan
