Authentication in 5.0pre3

2001-09-06 Thread Elric

I run a FreeBSD 4.3 system which allows the _ char in usernames. 
Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
fails with a user not found:

Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found 
[EMAIL PROTECTED]:127.0.0.1


Matt Ford



Re: Authentication in 5.0pre3

2001-09-06 Thread Ken Jones

On Thu, 2001-09-06 at 11:58, Elric wrote:
 I run a FreeBSD 4.3 system which allows the _ char in usernames. 
 Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
 fails with a user not found:
 
 Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found 
[EMAIL PROTECTED]:127.0.0.1
 
 
 Matt Ford
 

Which authentication module are you using?

Ken




RE: Authentication in 5.0pre3

2001-09-06 Thread Brad Dameron

I don't believe this is a issue with the _. I do believe it is related to
the same problem I am encountering when I upgrade. Here it is.


Vpopmail will not authneticate virtual users. I get a vpopmail user not
found [EMAIL PROTECTED].

My configuration is as follows:

./configure --enable-mysql=y \
--enable-sqlincdir=/usr/local/include/mysql \
--enable-sqllibdir=/usr/local/lib/mysql \
--enable-logging=v \
--enable-log-name=pop3

I upgraded a box from 4.9.9 to 5.0pre3 and it immediately started give the
authentication errors.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Elric [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:58 AM
To: [EMAIL PROTECTED]
Subject: Authentication in 5.0pre3


I run a FreeBSD 4.3 system which allows the _ char in usernames.
Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
fails with a user not found:

Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found
[EMAIL PROTECTED]:127.0.0.1


Matt Ford




RE: Authentication in 5.0pre3

2001-09-06 Thread Brad Dameron

I am using the default ones created by vpopmail on install.

pw_name  varchar(32)
pw_domain  varchar(223)
pw_passwd  varchar(255)
pw_uid  int(11)
pw_gid  int(11)   NULL
pw_gecos  varchar(255)   NULL
pw_dir  varchar(255)   NULL
pw_shell  varchar(255) NULL



pw_name  pw_domain pw_passwd  pw_uid pw_gid  pw_gecos
---  - -  -- --  
test checkoutisle.net  o8Z7Yt1Onv8pM  0  0   test

pw_dir pw_shell
-- 
/vmail/domains/checkoutisle.net/test   NOQUOTA


So the upgrade should work unless the databases have been changed.


---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 1:53 PM
To: [EMAIL PROTECTED]
Cc: Elric; [EMAIL PROTECTED]
Subject: RE: Authentication in 5.0pre3


Could you send me the tables in your mysql vpopmail
database with thier descriptions?

I can check it against the tables that get created with 5.0

Ken

On Thu, 2001-09-06 at 15:07, Brad Dameron wrote:
 I don't believe this is a issue with the _. I do believe it is related to
 the same problem I am encountering when I upgrade. Here it is.


 Vpopmail will not authneticate virtual users. I get a vpopmail user not
 found [EMAIL PROTECTED].

 My configuration is as follows:

 ./configure --enable-mysql=y \
 --enable-sqlincdir=/usr/local/include/mysql \
 --enable-sqllibdir=/usr/local/lib/mysql \
 --enable-logging=v \
 --enable-log-name=pop3

 I upgraded a box from 4.9.9 to 5.0pre3 and it immediately started give the
 authentication errors.

 ---
 Brad Dameron  
Network Account Executive
 TSCNet Inc.  
 www.tscnet.com
 Silverdale, WA.  
 1-888-8TSCNET



 -Original Message-
 From: Elric [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 06, 2001 9:58 AM
 To: [EMAIL PROTECTED]
 Subject: Authentication in 5.0pre3


 I run a FreeBSD 4.3 system which allows the _ char in usernames.
 Currently I use vpopmail 4.9.10 and it works fine. But, 5.0pre3
 fails with a user not found:

 Sep  6 11:56:45 colossus vpopmail[46550]: vchkpw: vpopmail user not found
 [EMAIL PROTECTED]:127.0.0.1


 Matt Ford