Re: Small LDAP support for qmail

2001-07-11 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-


Severin Olloz wrote:

I have a LDAP-server with all my users and now I want to set up a
qmail-mailserver with vmailmgr and ldap support.

So I have try it with the big qmail-ldap patch. The patch is nice, but they
don't work together!?

When qmail becomes a email it checks first the virtualdomain-file and then
the passwd file to find out where's the home-directory of the user.

Is there a patch who tells qmail to search the users homedirectory in the
ldap-server and not in the passwd file?

That's a control file option.  Check the docs for ldaplocaldelivery
... that sounds like what you want.  You also need to be careful to
either a) not use a field called homeDirectory in the LDAP database in
a manner which conflicts with qmail-ldap's use of this value, or b)
change that value in qmail-ldap.h before you compile.  (Voice of
painful experience here...).

Full explanation:  http://www.nrg4u.com/qmail/QLDAPINSTALL

Good luck -d

- -- 
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/dt000823.asc

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQEVAwUBO0vwW71ZYOtSwT+tAQEc0Qf/Rg1Y6dUjrG6r4ErU4JoxfOb/YM/65j92
LhHCvyATjCBSjx6YIzbMp6ZnQ+IqcbJ9rHoHTXmpjuipmK+0Jlpz99Qk5rlT+SPg
aZBSRvkpqSUYZL11mDMGjXYskUdLxzSHpMO37O9mhebIqudEf3OFQWC37U1CNdB+
XwjiI7UM0/DW48u0txs9wBUpfvi8jyqjWp76nCqoKcvCO/GPz9CwiaspUG44mYNz
pipc2xrz7oLdnTwHGSNZdQEzTEpMv+ESal0bamKhegYRAQmbv/zePSDBd3RN64Zl
gxQ90GDV58gmknD87AON+t3z0BQ1SVgIEbXM9/J9bTVN+oBq/xcutw==
=CMoK
-END PGP SIGNATURE-





Re: Small LDAP support for qmail

2001-07-11 Thread Dave Sill

Henning Brauer [EMAIL PROTECTED] wrote:

I'm not aware of another patch for qmail doing ldap lookups - maybe
qmail-ldap ist just to good to start coding another one ;-))

There's a PAM LDAP module, but I don't know much about it.
Theoretically, it wouldn't require any qmail patching and would work
with everything, not just qmail.

-Dave



Re: Small LDAP support for qmail

2001-07-11 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-

Dave Sill wrote:

I'm not aware of another patch for qmail doing ldap lookups - maybe
qmail-ldap ist just to good to start coding another one ;-))

There's a PAM LDAP module, but I don't know much about it.
Theoretically, it wouldn't require any qmail patching and would work
with everything, not just qmail.

I've used it on Solaris.  The only reason I took the plunge into
qmail-ldap was to gain integrated virtual domain and alias handling in
LDAP.  The PAM module works fine for normal qmail operation with LDAP
users, with no qmail modifications required.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/dt000823.asc

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQEVAwUBO0xy8b1ZYOtSwT+tAQH/WAf+L0YIpbO7IANu2jgkJJ/ryzunxgfZAM8F
ArYjby0UXmsyc3eotKSLBcrASfYm7Vv+lgN2BwujhQGqTWYAat8zCqpK4ADsn6NY
t/qpUhbyF2Il1Gh26Peqh+aBGjKtM1AWer387xvLXlM/OMwwUECeZKEDlZA+0Tra
Bry5Y89Dp0rxFXs968wW4ayLwPYofXn/RcrLQOI2xO+1v9vFlcTfz9E3xK+cL8Y9
jTFjaDWSycHYO++Gk2ua6G24+AHGbIAGUe2snWyxrJCauKrn04uKtbklFYHpLhPw
J/+Q2BHcdaeLyUYNWTZdF42PGzjgtybhGAfblshMKrxXpNFUAqOmmg==
=1oaA
-END PGP SIGNATURE-





Small LDAP support for qmail

2001-07-10 Thread Severin Olloz

Hello...

I have a LDAP-server with all my users and now I want to set up a 
qmail-mailserver with vmailmgr and ldap support.

So I have try it with the big qmail-ldap patch. The patch is nice, but they 
don't work together!?

When qmail becomes a email it checks first the virtualdomain-file and then 
the passwd file to find out where's the home-directory of the user.

Is there a patch who tells qmail to search the users homedirectory in the 
ldap-server and not in the passwd file?

Thanks!

Severin Olloz