> > Please don't ask me how to do that - that's not a 5-sec task and touches > upon several aspects of your IS infrastructure. Of course, I'm always > available as a consultant... ;-)
Not a 5 second task? I do it with one line of iptables... iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 25 -j REDIRECT --to-ports 25 Obviously eth1 would need to be changed to whatever your internal interface is.. This redirects all SMTP traffic onto the local SMTP server and then through your QS system (as long as it is not disabled for outgoing/local traffic) Brad ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
