on 8/17/01 4:11 PM, Ken Jones at [EMAIL PROTECTED] spake:
> I just looked through the vpopmail code. Take a look at the
> vpalias.c file. This file is included if --enable-valias=n.
> It has all the functions needed to manage .qmail files
> in a domain directory. For example:
>
> char *valias_select( char *alias, char *domain );
> char *valias_select_next();
> int valias_insert( char *alias, char *domain, char *alias_line);
> int valias_delete( char *alias, char *domain);
> char *valias_select_all( char *alias, char *domain );
> char *valias_select_all_next(char *alias);
>
> With these functions you can manage all the .qmail files.
> the valias command line program uses these functions.
>
> qmailadmin hasn't been updated to use these functions.
This sounds like a good idea to me. Do you have time to do this? You could
probably do it much quicker than I ; )
> btw: for vpopmail-4.10, it looks stable. Unless there are
> any more bugs or major features needed, lets move it
> to a stable 5.0 release.
If possible, it would be nice to coordinate qmailadmin 1.0 with vpopmail
5.0. The alias/forward stuff is the last thing to get worked out, in my
opinion. Other than that, I've been working on some "aesthetics" stuff that
would be nice to get into 1.0.
Maybe we could shoot for the middle of next week for release?
Cheers,
Bill Shupp