Re: auth/checkpassword plugin

2006-10-16 Thread Ask Bjørn Hansen
On Oct 16, 2006, at 3:05 AM, Nick Leverton wrote: if it's coded close enough to qpsmtpd stylee for me to update the wiki - A few quick comments, - use "use POSIX qw();" - I'd prefix the configuration variables with "config_" or some such to make it clear what they are (or see below)

auth/checkpassword plugin

2006-10-16 Thread Nick Leverton
There's already an authcheckpassword plugin on the wiki for SMTP AUTH, but it only works with plaintext authentication (PLAIN and LOGIN). So I ended up adding CRAM-MD5 to it, and *that* involved discovering the two incompatible interfaces to checkpassword out there. It's ended up a bit less tri

Re: SMTP auth checkpassword plugin

2005-06-07 Thread John Peacock
Michael Holzt wrote: I have no cvs access, and it seems that nobody cared to put it into cvs. When some POD is added to the plugin, I'll add it to the repository (we're using Subversion now, now CVS)... John

Re: SMTP auth checkpassword plugin

2005-06-07 Thread Robin Bowes
Michael Holzt wrote: Am I right in thinking that this should work fine with the vpopmail password checking program "vchkpw"? It should if 'vchkpw' is compatible to the standard checkpassword. I programmed this plugin because i use an custom checkpassword too. Michael, I posted the followin

Re: SMTP auth checkpassword plugin

2005-06-07 Thread Michael Holzt
> Mostly a matter of time/testing. I committed the auth plugins I could > test or at least read through (I'm not immediately familiar with the > checkpassword protocol). If some other people can test the plugin and > confirm that it at least basically works, I don't have any problem > committ

Re: SMTP auth checkpassword plugin

2005-06-07 Thread Michael Holzt
> Am I right in thinking that this should work fine with the vpopmail > password checking program "vchkpw"? It should if 'vchkpw' is compatible to the standard checkpassword. I programmed this plugin because i use an custom checkpassword too. As an side anecdote: I was fully believing that i ha

Re: SMTP auth checkpassword plugin

2005-06-07 Thread John Peacock
Robin Bowes wrote: Am I right in thinking that this should work fine with the vpopmail password checking program "vchkpw"? Yes, it should; I use vpopmail, but with MySQL, so I don't use vchkpw at all. Is there any reason this plugin has not made it into CVS? Mostly a matter of time/testin

Re: SMTP auth checkpassword plugin

2005-06-07 Thread Robin Bowes
Michael Holzt wrote: I've programmed an plugin for the SMTP auth system which can use a regular checkpassword binary. One need to configure the full path of the binary in config file 'smtpauth-checkpassword'. The code is attached. Picking up on rather an old thread here... Am I right in thinki

SMTP auth checkpassword plugin

2004-07-29 Thread Michael Holzt
I've programmed an plugin for the SMTP auth system which can use a regular checkpassword binary. One need to configure the full path of the binary in config file 'smtpauth-checkpassword'. The code is attached. -kju -- It's an insane world, but i'm proud to be a part of it. -- Bill Hicks #!