Re: vpopmail 5.0 and valias reported problem

2001-10-01 Thread Bill Shupp

on 10/1/01 11:11 AM, Ken Jones at [EMAIL PROTECTED] spake:

 
 I can't reproduce the reported problem with vdelivermail
 crashing when using 5.0 and a valias. Can anyone recreate
 the reported problem? I'm probably testing it the way I
 wrote the code. The reported problem was probably done
 in a different order.

Ken,

I reported a slightly different problem that doesn't involve vdelivermail.
If you run valias -s domain.com (not specifying a user, but trying to run it
on the whole domain), it will core dump.  It would be really cool if it
*would* work on a whole domain, similar to the vauth_getall for pop
accounts.

Cheers,

Bill Shupp




Re: vpopmail 5.0 and valias reported problem

2001-10-01 Thread Ken Jones

On Mon, 2001-10-01 at 11:32, Bill Shupp wrote:
 on 10/1/01 11:11 AM, Ken Jones at [EMAIL PROTECTED] spake:
 
  
  I can't reproduce the reported problem with vdelivermail
  crashing when using 5.0 and a valias. Can anyone recreate
  the reported problem? I'm probably testing it the way I
  wrote the code. The reported problem was probably done
  in a different order.
 
 Ken,
 
 I reported a slightly different problem that doesn't involve vdelivermail.
 If you run valias -s domain.com (not specifying a user, but trying to run it
 on the whole domain), it will core dump.  It would be really cool if it
 *would* work on a whole domain, similar to the vauth_getall for pop
 accounts.

Wierd, I can't break it:
./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]

[root@gpl vpopmail-5.0]# ./valias -s test.com
[EMAIL PROTECTED] - [EMAIL PROTECTED]
[EMAIL PROTECTED] - [EMAIL PROTECTED]
[EMAIL PROTECTED] - [EMAIL PROTECTED]

Ken





Re: vpopmail 5.0 and valias reported problem

2001-10-01 Thread Bill Shupp

on 10/1/01 3:57 PM, Ken Jones at [EMAIL PROTECTED] spake:

 Wierd, I can't break it:
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 [root@gpl vpopmail-5.0]# ./valias -s test.com
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 
 Ken

Hmm, I still can:

[root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
[root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
[root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
[root@data /root]# valias -s test.com
Segmentation fault (core dumped)
[root@data /root]#

I'm using the 9/25/2001 release of vpopmail 5.0, mysql 3.23.42, and I'm on a
RH Linux 7.1 machine (gcc 2.96).

Here's my compile line:
./configure \
 --enable-roaming-users=y \
 --enable-mysql=y \
 --enable-clear-passwd=y \
 --enable-valias=y \
 --enable-logging=v

I did remove/reinstall the vpopmail user to make sure I'm using a fresh
install of the software, etc...

I can send you the result of `strings core` if that might help.

Cheers,

Bill Shupp




Re: vpopmail 5.0 and valias reported problem

2001-10-01 Thread Bill Shupp

on 10/1/01 4:56 PM, Bill Shupp at [EMAIL PROTECTED] spake:

 on 10/1/01 3:57 PM, Ken Jones at [EMAIL PROTECTED] spake:
 
 Wierd, I can't break it:
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 ./valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 [root@gpl vpopmail-5.0]# ./valias -s test.com
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 [EMAIL PROTECTED] - [EMAIL PROTECTED]
 
 Ken
 
 Hmm, I still can:
 
 [root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 [root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 [root@data /root]# valias -i [EMAIL PROTECTED] [EMAIL PROTECTED]
 [root@data /root]# valias -s test.com
 Segmentation fault (core dumped)
 [root@data /root]#
 
 I'm using the 9/25/2001 release of vpopmail 5.0, mysql 3.23.42, and I'm on a
 RH Linux 7.1 machine (gcc 2.96).
 
 Here's my compile line:
 ./configure \
 --enable-roaming-users=y \
 --enable-mysql=y \
 --enable-clear-passwd=y \
 --enable-valias=y \
 --enable-logging=v


It appears to only be a problem with the mysql module.  cdb works as
expected.

Regards,

Bill Shupp