At work, we are load testing a number of different mail servers. I need to send large amounts of mail through the boxes as part of this. To get rid of the mail, I'd like to have a linux box running Exim on the end of the chain that does two very simple things:
* Accepts any and all mail that is sent to it, regardless of domain, recipient, etc. * Delivers all mail to /dev/null Ideally, I'd like to prevent the mail from ever touching the disk for speed reasons, but if that's not possible through exim, I can accomplish the same thing by putting the spool on a RAM disk. Is this easy enough to set up? Any sample configuration files I can crib from? Thanks. --kurt P.S. if there's another way of accomplishing the same thing, please let me know. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
