5 messages in net.sourceforge.lists.courier-users[courier-users] Re: login frequency R...
FromSent OnAttachments
Brian GrossmanDec 20, 2000 12:31 pm 
jhen...@bogon.comDec 20, 2000 2:32 pm 
Sam VarshavchikDec 20, 2000 3:01 pm 
Sam VarshavchikDec 20, 2000 3:41 pm 
Brian GrossmanDec 20, 2000 4:02 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] Re: login frequency Re: courier-users digest, Vol 1 #262 - 16 msgsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Dec 20, 2000 3:41:44 pm
List:net.sourceforge.lists.courier-users

Brian Grossman writes:

Actually, we're only using courier for the webmail so far. Our pop system is still back in the qmail ages. In that pop auth system (using the same daemon), there's a way to pass around meta information (like "don't check more than once every 10 minutes; see http:blah"). Is there in courier? It would be handy in smtpd and webmail too.

There are no frequency limits there right now. There is a way to shoehorn in some custom code into authentication.

Glad you caught that. Please consider it a feature request...

It is definitely something I want to do. Next year.

And since I'm at it, it would be nice to be able to have a custom auth module be able to carry around some extra data. Custom error messages is one example.

You can already do that -- with environment variables. That's how a non-default location of the account's maildir gets set. It's just a matter of defining additional environment variables, making sure that they are initialized up front, and then doing whatever needs to be done with them.

And of course, there's being able to specify the extension from the auth module, the idea being to replace the aliases file with a database lookup.

You can already read the alias file from an LDAP directory. There's no technical reason it can't be read off a MySQL table as well, it just hasn't been done.