On Thu, 2009-08-13 at 11:22 -0500, Adam Williams wrote: > don't you need to configure nss_ldap and pam? i know with > redhat/centos/fedora you can use authconfig to assist.
The local MTA (which your feeding from fetchmail? [assuming this is a mutli-drop situation, poster doesn't day]) I'd guess uses SASL for authentication. This can be via saslauthd [to support PLAIN] or a direct connection to support other methods [DIGEST-MD5, etc...]. You shouldn't need NSS for a mail server. This really seems like an MTA configuration issue. I don't think fetchmail really integrates with LDAP at all, just the MTA. > I am new in Ldap so Plz bear with me ... > I am trying to setup Ldap server in Main Mailserver for central > authentication of 5 remote mailserver but my remote mailserver > downloading mails from Main server through fetchmail.Now I am stuck > and I have no idea how can I integrate fetchmail and Ldap.