|
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 (usebsd
free.fr)
Date: Thu Dec 01 2005 - 13:12:23 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:
foo
domain.example foo
domain.example, foo
other.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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]