9 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop PostFix problem
FromSent OnAttachments
Gurjiv SinghSep 30, 2005 4:08 am 
Tony EarnshawSep 30, 2005 5:03 am 
Sam VarshavchikOct 2, 2005 1:23 pm 
Gurjiv SinghOct 4, 2005 2:52 am 
Tony EarnshawOct 4, 2005 4:41 am 
Gurjiv SinghOct 4, 2005 8:52 pm 
Gurjiv SinghOct 4, 2005 9:15 pm 
Gurjiv SinghOct 4, 2005 11:40 pm 
Tony EarnshawOct 5, 2005 1:41 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Maildrop PostFix problemActions...
From:Gurjiv Singh (gur@dcmengg.co.in)
Date:Oct 4, 2005 2:52:28 am
List:net.sourceforge.lists.courier-maildrop

Many thanks ,it was as you expected , the authdaemond wasn't running, now that I have got it running . It still is creating trouble... and now there is a socket in the /var/spool/authdaemon.

But still the authdaemond with DEBUG_LOGIN=2 returns this :

# echo foo | /usr/sbin/sendmail -f "" post@example.com && tail -f /var/log/maillog Oct 4 15:08:43 mail postfix/pickup[3338]: 5D1072B0053: uid=0 from=<> Oct 4 15:08:43 mail postfix/cleanup[3548]: 5D1072B0053: message-id=<2005@mail.example.com> Oct 4 15:08:43 mail postfix/qmgr[2046]: 5D1072B0053: from=<>, size=281, nrcpt=1 (queue active) Oct 4 15:08:43 mail authdaemond: received userid lookup request: ba@example.com Oct 4 15:08:43 mail authdaemond: authuserdb: trying this module Oct 4 15:08:43 mail authdaemond: userdb: unable to stat /etc/authlib/userdb.dat: No such file or directory Oct 4 15:08:43 mail authdaemond: userdb: looking up 'ba@example.com' Oct 4 15:08:43 mail authdaemond: authuserdb: REJECT - try next module Oct 4 15:08:43 mail authdaemond: authpam: trying this module Oct 4 15:08:43 mail authdaemond: authpam: username 'ba@example.com' not found in password file Oct 4 15:08:43 mail authdaemond: authpam: REJECT - try next module Oct 4 15:08:43 mail authdaemond: authldap: trying this module Oct 4 15:08:43 mail authdaemond: selected ldap protocol version 3 Oct 4 15:08:43 mail authdaemond: binding to LDAP server as DN '<null>', password '<null>' Oct 4 15:08:43 mail authdaemond: using search filter: (mail=ba@example.com) Oct 4 15:08:43 mail authdaemond: ldap_search_st() failed Oct 4 15:08:43 mail authdaemond: authldap: TEMPFAIL - no more modules will be tried Oct 4 15:08:43 mail postfix/pipe[3552]: 5D1072B0053: to=<ba@example.com>, orig_to=<post@example.com>, relay=maildrop, delay=0, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Temporary authentication failure. )

Whereas the LDAP search is pretty fine:

# ldapsearch -x -LLL -b "uid=bammbamm,ou=it,ou=people,dc=example,dc=com" "(objectclass=*)" dn: uid=bammbamm,ou=it,ou=people,dc=example,dc=com uid: bammbamm givenName: Bamm sn: Bamm cn: Bamm Bamm userPassword:: YmFtbV9zZWNyZXQ= homeDirectory: /var/spool/mail/bammbamm mail: ba@example.com maildrop: post@example.com maildrop: bamm@example.com maildrop: abu@example.com objectClass: CourierMailAlias objectClass: CourierMailAccount objectClass: inetOrgPerson uidNumber: 1003 gidNumber: 1003 mailbox: /var/spool/mail/bammbamm/Maildir quota: 5120000S

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Tony Earnshaw Sent: Friday, September 30, 2005 5:30 PM To: cour@lists.sourceforge.net Subject: Re: [maildropl] Maildrop PostFix problem

On Fri, 2005-09-30 at 16:37 +0530, Gurjiv Singh wrote:

drw-r-xr-x 2 daemon vmail 4096 Sep 29 10:31 authdaemon

does the directory contain the socket?

[...]

to=<ba@example.com>, orig_to=<post@example.com>, relay=maildrop, delay=0, status=deferred (temporary failure. Command output: ERR:

authdaemon: s_connect() failed: No such file or directory

Doesn't look like it ... Is authdaemond running?

/usr/local/bin/maildrop: Temporary authentication failure. )

--Tonni