I'm doing a new mail server and noticing a lot of quirks with my new vpopmail 5.4.15 system. I've tried using qmailadmin 1.2.7 1.2.9 and 1.2.10 and experience similar issues with all of them.
1. I can login and create a user just fine. I can also modify the user (add the forwards, vacation, etc)
2. BUG1: I can not then delete that user. Deleting my test user shows 'test user deleted successfully' however never actually deletes the user at all. vdeluser [EMAIL PROTECTED] works perfectly, so I'm looking to qmailadmin and not vpopmail.
3. BUG2: qmailadmin does not show me any aliases. In fact, it displays only a blank screen (it send the first few headers and that's it). It happens on new domains that don't even have an alias, as well as on established domains with aliases (and I've tried converting the maildir delivery type using the contrib perl script, thinking that may be the bug)
4. BUG3 I can enter details for an autoresponder, and it makes the .qmail, message, and folder files properly, and then I guess is scanning the folder to display new autoreponders and it seg-faults. An strace I could get shows...
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] open("/home/vpopmail/domains/mydomain.com/.qmail-support", O_RDONLY) = 6
[pid 4785] fstat64(6, {st_mode=S_IFREG|0600, st_size=54, ...}) = 0
[pid 4785] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001b000
[pid 4785] read(6, "/home/vpopmail/domains/mydomain"..., 4096) = 54
[pid 4785] read(6, "", 4096) = 0
[pid 4785] close(6) = 0
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] open("/home/vpopmail/domains/mydomain.com/.qmail-webmaster", O_RDONLY) = 6
[pid 4785] fstat64(6, {st_mode=S_IFREG|0600, st_size=54, ...}) = 0
[pid 4785] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001b000
[pid 4785] read(6, "/home/vpopmail/domains/mydomain"..., 4096) = 54
[pid 4785] read(6, "", 4096) = 0
[pid 4785] close(6) = 0
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4017f000
[pid 4785] read(-1, 0x4017f000, 8192) = -1 EBADF (Bad file descriptor)
[pid 4785] munmap(0x4017f000, 8192) = 0
[pid 4785] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
./configure '--enable-htmldir=/var/www' '--enable-cgibindir=/var/www/cgi-bin' '--enable-maxusersperpage=30' '--enable-maxaliasesperpage=50' '--enable-help' '--enable-cgipath=/cgi-bin/qmailadmin'
Thoughts on any of these? Something really strange is going on. It's Apache2 BTW on a Debian 3.1 system.
1. I can login and create a user just fine. I can also modify the user (add the forwards, vacation, etc)
2. BUG1: I can not then delete that user. Deleting my test user shows 'test user deleted successfully' however never actually deletes the user at all. vdeluser [EMAIL PROTECTED] works perfectly, so I'm looking to qmailadmin and not vpopmail.
3. BUG2: qmailadmin does not show me any aliases. In fact, it displays only a blank screen (it send the first few headers and that's it). It happens on new domains that don't even have an alias, as well as on established domains with aliases (and I've tried converting the maildir delivery type using the contrib perl script, thinking that may be the bug)
4. BUG3 I can enter details for an autoresponder, and it makes the .qmail, message, and folder files properly, and then I guess is scanning the folder to display new autoreponders and it seg-faults. An strace I could get shows...
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] open("/home/vpopmail/domains/mydomain.com/.qmail-support", O_RDONLY) = 6
[pid 4785] fstat64(6, {st_mode=S_IFREG|0600, st_size=54, ...}) = 0
[pid 4785] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001b000
[pid 4785] read(6, "/home/vpopmail/domains/mydomain"..., 4096) = 54
[pid 4785] read(6, "", 4096) = 0
[pid 4785] close(6) = 0
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] open("/home/vpopmail/domains/mydomain.com/.qmail-webmaster", O_RDONLY) = 6
[pid 4785] fstat64(6, {st_mode=S_IFREG|0600, st_size=54, ...}) = 0
[pid 4785] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001b000
[pid 4785] read(6, "/home/vpopmail/domains/mydomain"..., 4096) = 54
[pid 4785] read(6, "", 4096) = 0
[pid 4785] close(6) = 0
[pid 4785] munmap(0x4001b000, 4096) = 0
[pid 4785] mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4017f000
[pid 4785] read(-1, 0x4017f000, 8192) = -1 EBADF (Bad file descriptor)
[pid 4785] munmap(0x4017f000, 8192) = 0
[pid 4785] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
./configure '--enable-htmldir=/var/www' '--enable-cgibindir=/var/www/cgi-bin' '--enable-maxusersperpage=30' '--enable-maxaliasesperpage=50' '--enable-help' '--enable-cgipath=/cgi-bin/qmailadmin'
Thoughts on any of these? Something really strange is going on. It's Apache2 BTW on a Debian 3.1 system.
