Hello
I got a problem with vadduser dumping core. I think this is related to
qmailadmin not showing any popboxes for that domain. All other domains works
fine.
I'm still on vpopmail 4.9.8 and here is a littel backtrace if it helps.
Core was generated by `./vadduserus [EMAIL PROTECTED] fee'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libcrypt.so.1...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0 0x804ce63 in make_vpasswd_cdb (domain=0x8054f80 "chamonix.net")
at vauth.c:101
101 while (*ptr != '\n') { ptr++; }
(gdb) bt
#0 0x804ce63 in make_vpasswd_cdb (domain=0x8054f80 "chamonix.net")
at vauth.c:101
#1 0x804d8a3 in vauth_adduser (user=0x8054780 "niklas3",
domain=0x8054f80 "chamonix.net", crypted=0x80523a0 "cfamgg/WtS5mA",
gecos=0x8055380 "niklas3", dir=0x80528dc "", apop=0) at vauth.c:400
#2 0x8049d08 in vadduser (username=0x8054780 "niklas3",
domain=0x8054f80 "chamonix.net", password=0x8055180 "fee",
gecos=0x8055380 "niklas3", apop=0) at vpopmail.c:287
#3 0x804941f in main (argc=3, argv=0xbffffd64) at vadduser.c:74
(gdb) print ptr
$1 = 0xc0000000 <Address 0xc0000000 out of bounds>
Mail still arrives and users can pop (qmails pop deamon) or imap (courier)
it. I'm using cdb for password storage and vpopmail is compiled with enable
roaming.
Any ideas are appricated
--Niklas