Re: [vchkpw] vpopmail latest version

2003-07-11 Thread Howard Miller
Sigh!!

* Recompiled sqwebmail --without-autdaemond
* Removed authdaemond startup from boot scripts
* rebooted machine

...now cannot log in at all. Which is kind of what I expected - I have been 
using sqwebmail from back when it didn't have authdaemond, and I remember it 
completely screwing me up when I changed to a version with it and I couldn't 
get anything to work!!!

H.

On Thursday 10 July 2003 21:37, [EMAIL PROTECTED] wrote:
 ..and yes, that's an SqWebmail configuration :)

 [EMAIL PROTECTED] wrote:
  authdaemond simply caches authentication information so that
  you arent required to call the authentication module as
  frequently (which in theory, would be more efficient).
  However, Ive never seen this to be required.  If authdaemon
  is disabled, it simply talks to the authentication module.
 
  Howard Miller wrote:
  Aha I have been having this problem, and have just come in halfway
  through the conversation...
 
  Can somebody spell this out for me a bit more please?
 
  Is that --without-authdaemond in sqwebmail?  In which case how does it
  verify the user... or am I being stupid and missing something
  completely??
 
  Thanks
 
  On Thursday 10 July 2003 15:22, [EMAIL PROTECTED] wrote:
  If you're running authdaemond to cache authentication
  information, that is probably your problem.  Disable
  that at configure-time (--without-authdaemond) and try
  to use it again.
 
  Valentin Ionescu wrote:
  Someone recomanded me to update to vpopmail-5.3.38
  in order to stop getting an Invalid User Id Or Password
  message from sqwebmail but I could't fint it anywhere.
 
  The latest version that I could find was 5.3.20 (which is
  the one I am using right now).
 
  Please tell me if there really is a later version then 5.3.20
  and where could I download it from.
 
  Thanks!



Re: [vchkpw] vpopmail latest version

2003-07-10 Thread vol
If you're running authdaemond to cache authentication
information, that is probably your problem.  Disable
that at configure-time (--without-authdaemond) and try
to use it again.
Valentin Ionescu wrote:
Someone recomanded me to update to vpopmail-5.3.38
in order to stop getting an Invalid User Id Or Password
message from sqwebmail but I could't fint it anywhere.
 
The latest version that I could find was 5.3.20 (which is
the one I am using right now).
 
Please tell me if there really is a later version then 5.3.20
and where could I download it from.
 
Thanks!
 


--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices



Re: [vchkpw] vpopmail latest version

2003-07-10 Thread Howard Miller
Aha I have been having this problem, and have just come in halfway through 
the conversation...

Can somebody spell this out for me a bit more please?

Is that --without-authdaemond in sqwebmail?  In which case how does it verify 
the user... or am I being stupid and missing something completely??

Thanks

On Thursday 10 July 2003 15:22, [EMAIL PROTECTED] wrote:
 If you're running authdaemond to cache authentication
 information, that is probably your problem.  Disable
 that at configure-time (--without-authdaemond) and try
 to use it again.

 Valentin Ionescu wrote:
  Someone recomanded me to update to vpopmail-5.3.38
  in order to stop getting an Invalid User Id Or Password
  message from sqwebmail but I could't fint it anywhere.
 
  The latest version that I could find was 5.3.20 (which is
  the one I am using right now).
 
  Please tell me if there really is a later version then 5.3.20
  and where could I download it from.
 
  Thanks!




Re: [vchkpw] vpopmail latest version

2003-07-10 Thread Valentin Ionescu
From what I have been reading I understood that I have to 
use authdaemond in order to allow access to mail using sqwebmail

This is how i've configured sqwebmail

./configure --without-authpwd \
--without-authshadow \
--without-authpam \
--without-authuserdb \
--without-authmysql \
--without-authldap \
--enable-softtimeout=1800 \
--disable-changepass \
--without-gzip \
--enable-cgibindir=/var/www/cgi-bin \
--enable-imagedir=/var/www/icons \
--without-ispell \
--disable-autorenamesent



- Original Message - 
From: [EMAIL PROTECTED]
To: Valentin Ionescu [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: 10 July, 2003 17:22
Subject: Re: [vchkpw] vpopmail latest version


 If you're running authdaemond to cache authentication
 information, that is probably your problem.  Disable
 that at configure-time (--without-authdaemond) and try
 to use it again.
 
 Valentin Ionescu wrote:
  Someone recomanded me to update to vpopmail-5.3.38
  in order to stop getting an Invalid User Id Or Password
  message from sqwebmail but I could't fint it anywhere.
   
  The latest version that I could find was 5.3.20 (which is
  the one I am using right now).
   
  Please tell me if there really is a later version then 5.3.20
  and where could I download it from.
   
  Thanks!
   
 
 
 
 -- 
 mailto:[EMAIL PROTECTED]
 Matt Brookings - Chief Technical Officer
 Inter7 Internet Technologies, Inc.
 www.inter7.com - 847-492-0470
 Prices at http://www.inter7.com/prices
 
 
 
 



Re: [vchkpw] vpopmail latest version

2003-07-10 Thread Valentin Ionescu
From what I have been reading I understood that I have to 
use authdaemond in order to allow access to mail using sqwebmail


This is how I've configured vpopmail:

./configure --enable-roaming-users=y \
--enable-clear-passwd=y \
--enable-valias=y \
--enable-default-domain=hostname.myprymarydomain.com \
--enable-logging=y

And this is how i've configured sqwebmail

./configure --without-authpwd \
--without-authshadow \
--without-authpam \
--without-authuserdb \
--without-authmysql \
--without-authldap \
--enable-softtimeout=1800 \
--disable-changepass \
--without-gzip \
--enable-cgibindir=/var/www/cgi-bin \
--enable-imagedir=/var/www/icons \
--without-ispell \
--disable-autorenamesent

So I didn't used any --without-authdaemond option for 
vpopmail at compile time. Would it be OK to do that if 
I want to allow access to mail trough sqwebmail interface.

- Original Message - 
From: [EMAIL PROTECTED]
To: Valentin Ionescu [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: 10 July, 2003 17:22
Subject: Re: [vchkpw] vpopmail latest version


 If you're running authdaemond to cache authentication
 information, that is probably your problem.  Disable
 that at configure-time (--without-authdaemond) and try
 to use it again.
 
 Valentin Ionescu wrote:
  Someone recomanded me to update to vpopmail-5.3.38
  in order to stop getting an Invalid User Id Or Password
  message from sqwebmail but I could't fint it anywhere.
   
  The latest version that I could find was 5.3.20 (which is
  the one I am using right now).
   
  Please tell me if there really is a later version then 5.3.20
  and where could I download it from.
   
  Thanks!
   
 
 
 
 -- 
 mailto:[EMAIL PROTECTED]
 Matt Brookings - Chief Technical Officer
 Inter7 Internet Technologies, Inc.
 www.inter7.com - 847-492-0470
 Prices at http://www.inter7.com/prices
 
 
 



Re: [vchkpw] vpopmail latest version

2003-07-10 Thread vol
Wherever you read that is incorrect, at least for accessing
sqwebmail via the vpopmail authentication module.  This may
or may not be true for other modules, but as far as I know,
the authdaemond is an optional feature, and not a
requirement (though I could definately be wrong).
Valentin Ionescu wrote:
From what I have been reading I understood that I have to 
use authdaemond in order to allow access to mail using sqwebmail

This is how I've configured vpopmail:

./configure --enable-roaming-users=y \
--enable-clear-passwd=y \
--enable-valias=y \
--enable-default-domain=hostname.myprymarydomain.com \
--enable-logging=y
And this is how i've configured sqwebmail

./configure --without-authpwd \
--without-authshadow \
--without-authpam \
--without-authuserdb \
--without-authmysql \
--without-authldap \
--enable-softtimeout=1800 \
--disable-changepass \
--without-gzip \
--enable-cgibindir=/var/www/cgi-bin \
--enable-imagedir=/var/www/icons \
--without-ispell \
--disable-autorenamesent
So I didn't used any --without-authdaemond option for 
vpopmail at compile time. Would it be OK to do that if 
I want to allow access to mail trough sqwebmail interface.

- Original Message - 
From: [EMAIL PROTECTED]
To: Valentin Ionescu [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: 10 July, 2003 17:22
Subject: Re: [vchkpw] vpopmail latest version



If you're running authdaemond to cache authentication
information, that is probably your problem.  Disable
that at configure-time (--without-authdaemond) and try
to use it again.
Valentin Ionescu wrote:

Someone recomanded me to update to vpopmail-5.3.38
in order to stop getting an Invalid User Id Or Password
message from sqwebmail but I could't fint it anywhere.
The latest version that I could find was 5.3.20 (which is
the one I am using right now).
Please tell me if there really is a later version then 5.3.20
and where could I download it from.
Thanks!



--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices








--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices



Re: [vchkpw] vpopmail latest version

2003-07-10 Thread vol
authdaemond simply caches authentication information so that
you arent required to call the authentication module as
frequently (which in theory, would be more efficient).
However, Ive never seen this to be required.  If authdaemon
is disabled, it simply talks to the authentication module.
Howard Miller wrote:
Aha I have been having this problem, and have just come in halfway through 
the conversation...

Can somebody spell this out for me a bit more please?

Is that --without-authdaemond in sqwebmail?  In which case how does it verify 
the user... or am I being stupid and missing something completely??

Thanks

On Thursday 10 July 2003 15:22, [EMAIL PROTECTED] wrote:

If you're running authdaemond to cache authentication
information, that is probably your problem.  Disable
that at configure-time (--without-authdaemond) and try
to use it again.
Valentin Ionescu wrote:

Someone recomanded me to update to vpopmail-5.3.38
in order to stop getting an Invalid User Id Or Password
message from sqwebmail but I could't fint it anywhere.
The latest version that I could find was 5.3.20 (which is
the one I am using right now).
Please tell me if there really is a later version then 5.3.20
and where could I download it from.
Thanks!







--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices