Hi Kaleb,
I just wanted to mention that there is a project that I have been using for years that is build for exactly what you need to do, using Postfix as the MTA. It's ESVA (email security virtual appliance.) I've used it for a number of customers and my own environment. The maintainer of the project seems to of disbanded the project, but, it's based on all actively maintained components: postfix, mailscanner, spam assasian, clamav, razor, pyzor, sqlgrey, etc., etc. I would be happy to provide it to you if that helps. Turnkey Linux has a CORE Linux (and LAMP) distribution that would also be perfect for staring as a base, and the core may or may not (I forget) already include postfix. It's actually been on my radar to build a ESVA-New project, based on TKL Core and Postfix, and supply it either as a patch on TKL or as a separate project altogether. When I get there (not sure when), I will let you know! In meantime, hope those 2 resources can help and let me know if I can help you with any of those Postfix has been a big part of anti-spam tactics and quite successful! Thanks, Postfix! *From:* owner-postfix-us...@postfix.org [mailto: owner-postfix-us...@postfix.org] *On Behalf Of *Kaleb Hosie *Sent:* Friday, September 23, 2011 10:51 AM *To:* postfix-users@postfix.org *Subject:* Easy Administration of Postfix SMTP Relay Server I’m currently tasked with a project of creating a spam server which will receive email for all of our customers, filter it for spam and relay clean mail onto the final destination. The challenge is that it needs to be manageable by someone who doesn’t know Linux. Is there a way to add additional domains without the need to login through SSH? Here is how postfix is configured: transport_maps = hash:/etc/postfix/transport relay_domains = hash:/etc/postfix/relay_domains /etc/postfix/transport: abc.com :[mail.abc.com] xyz.com :[mail.xyz.com] /etc/postfix/relay_domains: abc.com OK xyz.com OK I’ve tried using Webmin however to my knowledge, it only supports modifying the transport file but won’t add additional relay domains. Am I missing something? Is there an easier way of configuring this? -Kaleb