20 messages in net.sourceforge.lists.courier-users[courier-users] authldap failing rand...
FromSent OnAttachments
Bowie BaileyJan 24, 2006 11:36 am 
Dirk KulmseeJan 24, 2006 1:02 pm 
Sam VarshavchikJan 24, 2006 3:57 pm 
Sam VarshavchikJan 24, 2006 3:58 pm 
Sebastian LechteJan 25, 2006 3:22 am 
Alessandro VeselyJan 25, 2006 5:07 am 
Bowie BaileyJan 25, 2006 10:46 am 
Sam VarshavchikJan 25, 2006 3:24 pm 
Sam VarshavchikJan 25, 2006 3:30 pm 
Bowie BaileyJan 26, 2006 5:53 am 
Sam VarshavchikJan 26, 2006 3:02 pm 
Bowie BaileyJan 27, 2006 6:17 am 
Georg LutzJan 27, 2006 2:56 pm 
Sam VarshavchikJan 27, 2006 3:27 pm 
Sam VarshavchikJan 27, 2006 3:32 pm 
Bowie BaileyJan 30, 2006 10:50 am 
Sam VarshavchikJan 30, 2006 3:29 pm 
Bowie BaileyJan 31, 2006 6:10 am 
ecu...@encontacto.netMar 16, 2006 3:20 am 
Georg LutzMar 16, 2006 12:08 pm 
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:[courier-users] authldap failing randomlyActions...
From:Bowie Bailey (Bowi@BUC.com)
Date:Jan 24, 2006 11:36:41 am
List:net.sourceforge.lists.courier-users

I'm having some problems with courier rejecting mails with the following error:

450 Service temporarily unavailable. ttes@example.net: invalid address.

This error showed up immediately after the server accepted an identical message for this user. I'm running the test using this command from the server:

$ sendmail -f bow@example.com ttes@example.net

One attempt went through, the next attempt failed with the error shown above. Here are a couple of excepts from the maillog. Why did authdaemond not bind to the LDAP the second time? Is that part of the problem, or is it normal?

This connection worked: authdaemond: received userid lookup request: ttes@example.net authdaemond: authldap: trying this module authdaemond: selected ldap protocol version 3 authdaemond: binding to LDAP server as #REMOVED# authdaemond: using search filter: (&(objectClass=CourierMailAccount)(mail=ttes@example.net)) authdaemond: one entry returned, DN: mail=ttes@example.net,cn=Users,dc=example,dc=net

This connection (5 seconds later) did not: authdaemond: received userid lookup request: ttes@example.net authdaemond: authldap: trying this module authdaemond: using search filter: (&(objectClass=CourierMailAccount)(mail=ttes@example.net)) authdaemond: ldap_search_st() failed authdaemond: authldap: TEMPFAIL - no more modules will be tried

Any ideas?

If it makes any difference, the backend is the Fedora Directory Server (v7.1, not the open source version).