OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Test server?

From: mouss (usebsdfree.fr)
Date: Thu Dec 01 2005 - 13:12:23 CST


Yegor Gorshkov a écrit :
> Hello, world.
>
> Is there a way to copy (relay) every message received by the PostFix server
> to some other server, while still processing "local" copy of the email
> as usual?
>
> The idea behind it is simple - I need to test new email server under
> real load,
> while production server should still run 24x7.
>
> Any ideas?
>

you could use virtual aliases. something like:

foodomain.example foodomain.example, fooother.example

then tranport other.example to the test server.

if you only want to test the load, you can use bcc features.

In all cases, a delivery error will generate a bounce to the sender. you
may use soft_bounce on the test server to minimize this.