on 4/8/01 4:13 AM, Lu at [EMAIL PROTECTED] wrote:
> My server:
>
> Red Hat Linux release 7.0 (Guinness)
> Kernel 2.2.17-14smp on a 2-processor i686
>
> I am using the lateset vpopmail 4.10 (April 3) Also 4.9.9 of Mar. 16 with
> same result
> and the latest qmailadmin 0.43 (Mar 16)
> All were compiled with mysql (also tried it without mysql - same result)
>
>
> I am experiencing a few problems with qmailadmin I hope you can help.
>
> 1) deleting alias:
> Invalid alias
> Invalid Alias Type : adddotqmailnow()
>
> 2) deleting forward:
> Error: could not change to directory
>
> I have been searching for solutions for a few weeks now and am eager to use
> this product. I know of a few other people having the exact same problems.
> So if you have any ideas, it will help not only myself.
>
> Thanks in advance.
Finally figured this out. In alias.c (qmailadmin 0.42 or 0.43), change line
553 from:
if (fixup_local_name(Alias)) {
to:
if (fixup_local_name(ActionUser)) {
This error wasn't exposed until fixup_local_name() started checking for 0
length strings in 0.43.
Cheers,
Bill Shupp