This is a discussion on Re: LDAP virtual/local and aliases within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Thursday, September 16, 2004 at 15:50 CEST, David Wilson <dave@dcdata.co.za> wrote: > How ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thursday, September 16, 2004 at 15:50 CEST,
David Wilson <dave@dcdata.co.za> wrote: > How are you ? I've installed Postfix on a Linux PC and have got it to > pull it's local user database from an LDAP backend. All is working > well. My only problem is, is that I need to have certain aliases > enabled from /etc/aliases, many of which need to send data out to > commands with the "alias: | [command]" type option in my aliases file. >=20 > Do I have to have "local_transport =3D virtual" when using LDAP as a > backend for all my user accounts ? No. If the users are accessible via standard getpwnam() and friends (i.e. you are using nss_ldap) you don't have to do a thing. [...] --=20 Magnus B=E4ck magnus@dsek.lth.se |