>I would be interested to hear real world experiences from folks
>who are running vpopmail(etc). Perhaps we can figure out what
>needs to be changed to make it a better package.
Nobody else seemed to mention this. I would like api calls to the
functions that vmoduser performs. Currently I have to make system calls
from my biniaries to get the deactivate/reactivate features out of
vpopmail. My idea would work something like:
(some sort of info struct) vmodinfo( char *user, char *domain );
int vmodset( char *user, char *domain, (same struct as above) );
int vmodclear( char *user, char *domain );
Also from most of the requests for qmailadmin. It seems that the
project needs to branch from just qmailadmin to qmailadminadmin. This
would be pretty cool. I do like the vpopmail API calls rather than just
a webbased utility. The web is good for my customers but I want the
control at the command line.
Joe Modjeski
[EMAIL PROTECTED]