20 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Re: LDAP backend ...
FromSent OnAttachments
Bryan RagonMar 28, 2003 1:34 pm 
Sam VarshavchikMar 28, 2003 2:33 pm 
Bryan RagonMar 31, 2003 6:05 am 
Bi...@triligon.orgMar 31, 2003 9:52 am 
James A BakerMar 31, 2003 10:42 am 
Sam VarshavchikMar 31, 2003 11:02 am 
Rodrigo SeveroApr 1, 2003 7:01 am 
Bi...@triligon.orgApr 1, 2003 7:54 am 
Bryan RagonApr 1, 2003 8:58 am 
Rodrigo SeveroApr 1, 2003 9:57 am 
Rodrigo SeveroApr 1, 2003 1:58 pm 
Gerardo GregoryApr 1, 2003 2:50 pm 
Gerardo GregoryApr 1, 2003 3:48 pm 
Bruce BroeckerApr 1, 2003 6:46 pm 
Bi...@triligon.orgApr 1, 2003 8:47 pm 
Jerry AmundsonApr 2, 2003 8:39 am 
Rodrigo SeveroApr 3, 2003 4:39 am 
Rodrigo SeveroApr 3, 2003 5:12 am 
Rodrigo SeveroApr 3, 2003 7:45 am 
Rodrigo SeveroApr 3, 2003 10:14 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:RE: [courier-users] Re: LDAP backend / password expirationActions...
From:Bryan Ragon (bra@zapeng.com)
Date:Apr 1, 2003 8:58:36 am
List:net.sourceforge.lists.courier-users

Does it actually work that way? Well... I have a shell account <name> who can send mail out. I also have a mailing list of the same <name>. Traffic in or out of the mailing list does NOT end up in the shell account's mailbox.

What you say makes sense, but I'm wondering if we may be trying to solve two different problems. Suppose I have a virtual-user, say test@virtual-dom.com. his info in ldap routes his mail to a maildir in /var/spool/mail/domains/virtual-dom.com/testuser . That is working just fine. Now he comes along and wants to check his email (via pop3 or imap--pop3d, imapd respectively of course). I would like the authentication to check to see if his password has expired. If I were to create an alias entry for test@virtual-dom.com, where would I point it to? An auto-responder of some kind telling the sender of email that the account is disabled? My intention is not to disable the ability to receive email into the users maildir, but instead to prevent the user from retrieving email (via imapd, pop3d) until they change their password. (I have outside resources to support the user changing their password and updating the expire date field in the ldap backend). Or is the intent to tell imapd to look in a different maildir directory, say /var/spool/mail/password_expired/, and then have a read-only email message in there stating that "your email password has expired, please update to access your account."? From looking at the man pages, I don't see how an aliases file changes the behavior of imapd or pop3d.

Thanks for your help with this, Bryan