RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread Clayton Weise
Yes.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 7:51 AM
To: vpopmail list
Subject: [vchkpw] Authdaemond--mysql?


Greetings All,

A quick question on authdaemond in sqwebmail:

If I've built vpopmail to use mysql to store all user info, I should still
be using the 'authvchkpw' method with sqwebmail to authenticate users,
right?

TIA,

--Duncan

 




RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Clayton Weise wrote:

 Greetings All,
 
 A quick question on authdaemond in sqwebmail:
 
 If I've built vpopmail to use mysql to store all user info, I should
 still be using the 'authvchkpw' method with sqwebmail to authenticate
 users,
 right?

 Yes.

Hmmm. OK. Then I'm wondering what I'm doing wrong as authdaemond seems to 
stop working after a time. I've setup the rc file so that the daemon 
only loads the authvchkpw module at start time.

When first started, all users can athenticate normally, but after an hour
or so, it seems to start randomly failing on known good uname/pw combos.  
Only stopping and starting the daemon fixes this; using the restart
command has no effect. 

I'm seeing this problem on two different boxes with identical installs
running RedHat 6.2 and RedHat 7.3. I'm considering doing a third build on
a Solaris box to see if the problem show up there as well.

Can anyone suggest what could cause such a problem and what a fix might 
be? 

Stopping and restarting the authdaemon once an hour seems like a kluge at
best, particularly for a busy server...

TIA,

--Duncan





Re: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread Bill Shupp
On Thursday, January 16, 2003, at 08:38  AM, [EMAIL PROTECTED] 
wrote:

Hmmm. OK. Then I'm wondering what I'm doing wrong as authdaemond seems 
to
stop working after a time. I've setup the rc file so that the daemon
only loads the authvchkpw module at start time.

When first started, all users can athenticate normally, but after an 
hour
or so, it seems to start randomly failing on known good uname/pw 
combos.
Only stopping and starting the daemon fixes this; using the restart
command has no effect.

I'm seeing this problem on two different boxes with identical installs
running RedHat 6.2 and RedHat 7.3. I'm considering doing a third build 
on
a Solaris box to see if the problem show up there as well.

Can anyone suggest what could cause such a problem and what a fix might
be?

Stopping and restarting the authdaemon once an hour seems like a kluge 
at
best, particularly for a busy server...

A simple search of the archives will show this has been covered a 
zillion times on this list.  This week even.

Bill




RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread Robin Bowes
Hi,

[EMAIL PROTECTED]

 Hmmm. OK. Then I'm wondering what I'm doing wrong as authdaemond seems to
 stop working after a time. I've setup the rc file so that the daemon
 only loads the authvchkpw module at start time.

 When first started, all users can athenticate normally, but after an hour
 or so, it seems to start randomly failing on known good uname/pw combos.
 Only stopping and starting the daemon fixes this; using the restart
 command has no effect.

 I'm seeing this problem on two different boxes with identical installs
 running RedHat 6.2 and RedHat 7.3. I'm considering doing a third build on
 a Solaris box to see if the problem show up there as well.

 Can anyone suggest what could cause such a problem and what a fix might
 be?

The fix is to not use authdaemon.

Set AUTHMODULES=authvchkpw in /usr/lib/courier-imap/etc/imapd.

Cheers,

R.
-- 
Robin Bowes | http://robinbowes.com




Re: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread Johan Kuuse
Not much of a help, just info:
I have also had the authdaemon problem on two different systems, both
FreeBSD.
In both cases I ended up recompiling sqwebmail without the authdaemon
option, which resolved the problem on both.
I have read info about several qmail toasters, and in their examples the
authdaemon option is always disabled.
I guess it is the experience they have had...

Best Regards,
Johan Kuuse
[EMAIL PROTECTED]


- Original Message -
From: [EMAIL PROTECTED]
To: Clayton Weise [EMAIL PROTECTED]
Cc: vpopmail list [EMAIL PROTECTED]
Sent: Thursday, January 16, 2003 10:38 AM
Subject: RE: [vchkpw] Authdaemond--mysql?


On Thu, 16 Jan 2003, Clayton Weise wrote:

 Greetings All,

 A quick question on authdaemond in sqwebmail:

 If I've built vpopmail to use mysql to store all user info, I should
 still be using the 'authvchkpw' method with sqwebmail to authenticate
 users,
 right?

 Yes.

Hmmm. OK. Then I'm wondering what I'm doing wrong as authdaemond seems to
stop working after a time. I've setup the rc file so that the daemon
only loads the authvchkpw module at start time.

When first started, all users can athenticate normally, but after an hour
or so, it seems to start randomly failing on known good uname/pw combos.
Only stopping and starting the daemon fixes this; using the restart
command has no effect.

I'm seeing this problem on two different boxes with identical installs
running RedHat 6.2 and RedHat 7.3. I'm considering doing a third build on
a Solaris box to see if the problem show up there as well.

Can anyone suggest what could cause such a problem and what a fix might
be?

Stopping and restarting the authdaemon once an hour seems like a kluge at
best, particularly for a busy server...

TIA,

--Duncan







RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Robin Bowes wrote:

Robin,

  Can anyone suggest what could cause such a problem and what a fix might
  be?
 
 The fix is to not use authdaemon.
 
 Set AUTHMODULES=authvchkpw in /usr/lib/courier-imap/etc/imapd.

Unfortunately, we're not using courier, so this isn't an option...

Thanks,

--Duncan






RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread Clayton Weise
Same difference though.  Just compile sqwebmail without authdaemon, and with
authvchkpw.  Courier has an issue with it's authdaemon and vpopmail.

-Clayton

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 10:32 AM
To: Robin Bowes
Cc: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Authdaemond--mysql?


On Thu, 16 Jan 2003, Robin Bowes wrote:

Robin,

  Can anyone suggest what could cause such a problem and what a fix might
  be?

 The fix is to not use authdaemon.

 Set AUTHMODULES=authvchkpw in /usr/lib/courier-imap/etc/imapd.

Unfortunately, we're not using courier, so this isn't an option...

Thanks,

--Duncan








RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Clayton Weise wrote:

Clayton,

 Same difference though.  Just compile sqwebmail without authdaemon, and with
 authvchkpw.  Courier has an issue with it's authdaemon and vpopmail.

Many thanks. While I tried this once already, the fix failed, but trying 
it again, the problem is solved.

Thanks to everyone for their help, patience and bandwidth.

--Duncan