(E-Mail Removed) wrote:
> In article <(E-Mail Removed) om>,
> Linux-Mike wrote:
>> For traffic coming in on port 25, accept the packet locally, untouched,
>> and deliver it to the SMTP Daemon. Additionally, take all data coming
>> in on Port 25 to my IP address (10.1.1.1) and send a copy of it out,
>> changing the destination IP address from 10.1.1.1 to 10.1.1.2 (the test
>> server).
>
> TCP utilises handshaking, acknowledgments, retransmission, window sizing
> and all sorts of things that are not going to make any implementation of
> this reliable.
>
> Maybe you could either use a proxy that receives the mail and distributes
> it to multiple servers, or just use something like rsync to keep the mail
> spools on both systems identical.
>
> Paul
Also I would think that two separate servers are not going
get identical e-mail. The way spammers foil this type of
detection is to add random characters inside the mail and/or subject
headings etc when sening to different recipients.