OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix FULL configuration with SQL

lst_hoekwsoft.de
Date: Mon Jun 02 2003 - 10:43:02 CDT


Zitat von Jose Murillo <r02329yahoo.es>:

> Hi everybody,
>
> Maybe it could sound quite strange but did anybody
> considered ever doing FULL postfix configuration via
> SQL? (leaving only two or this per-server parameters
> in a text file)

Most of the time people tried doing things like this with LDAP but MySQL or
PostgreSQL will do the trick too.

> Imagine an scenario where several postfix boxes act as
> primary/secondary mx for a bunch of domains, all using
> the same anti-UCE, antivirus and transport params...
> Deploying another server (and reconfiguration of
> something beyond transports/aliases) shoul be easier,
> realy?

The problem arises with performance. Even with a fast DB-Server you are limited
in scalability if some front-end MX hammers your DB with queries.

For little loaded env. this can be done but in this case you donīt need multiple
SMTP Gateways anyway.

Regards

Andreas