Mark Goldey - 2010-10-20

This worked for me as well. Qmailadmin 1.2.14 and VPopmail 5.5.0

Without the fix, the qmailadmin script returns a blank screen, Apache generates a 500 error, and syslog contains something like this:

[1510588.627230] qmailadmin[1719]: segfault at 0 ip (null) sp bfc2dfec error 4 in qmailadmin[8048000+14000]

Another problem, unrelated but perhaps helpful if you're reading this: VPOPMAILDIR is now undefined in config.h. Simply add:

#define VPOPMAILDIR "/home/vpopmail"

into config.h to solve this problem (change /home/vpopmail if necessary)