Michelle Konzack writes:
It shouldn't be too difficult to hack up a small script that reads some table from the database, writes out a new aliases file, and runs makealiases.I would prefer to put the aliases into the PostgreSQL too. Is this possibel? Maybe with a seperated table? I have not found the right documentation how to do this.
It's not implemented. There's a module to use LDAP for mail aliasing, but there is no equivalent one for Postgres or MySQL. It can be done, it just needs to be implemented.
Part of the reason is that LDAP lookups are designed to be lightweight, and that's what you want for alias resolution. Postgres and MySQL is comparatively heavyweight, so they're a less natural fit for implementing mail aliases.
pgpmkVRAbAygg.pgp
Description: PGP signature
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
