OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Question about file parsing
From: Wietse Venema (wietseporcupine.org)
Date: Tue Jun 06 2000 - 16:21:40 CDT


Andy Dills:
>
> I'm looking to setup individual virtual forwarding files for each domain I
> control, to make scripted administration easier and more secure (I'll be
> giving the owner of each domain a URL via which they can modify the maps).
>
> My question is, what's the best way to tell postfix about the many files?

Postfix is not designed to deal with thousands of virtual files.
That would be very, very, very, slow, because it would have to
search all the files.

If you want separate adminstration of domains, generate the Postfix
virtual database from individual per-domain files, or use d database
such as LDAP or mysql.

        Wietse