This is a discussion on Re: ISP converting to automation with LDAP within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Mon, Jun 06, 2005 at 08:18:14PM -0400, Matt Juszczak wrote: > Hi all, > > We're ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, Jun 06, 2005 at 08:18:14PM -0400, Matt Juszczak wrote:
> Hi all, > > We're a nationwide ISP converting to automation, via LDAP. > Don't think about LDAP for now, it is just a data delivery mechanism, you need to decide higher level questions about your MTA process flow. http://www.postfix.org/ADDRESS_REWRITING_README.html http://www.postfix.org/VIRTUAL_README.html http://www.postfix.org/OVERVIEW.html http://www.postfix.org/DATABASE_README.html Prototype the whole system without LDAP in the lab, then use LDAP to implement as many of: access(5) canonical(5) virtual(5) transport(5) aliases(5) generic(5) as appropriate. Generally speaking you design your database for the application, not the application to the database, so for Postfix and LDAP, figure out what data Postfix needs (get it working without LDAP) then configure LDAP to provide that data. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |