bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] auth/virtual.c question


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] auth/virtual.c question
Date: Tue, 09 Sep 2003 13:22:43 +0300

Hi Jeff,

> The problem is that some packages like openwebmail expect the pw->pw_dir
> to be an actual mbox file, not a directory.  I'd like to consider making
> this bit of coding something like:
> 
>   stat(pw->pwdir, &stat_buf);
>   if (S_ISDIR(stat_buf.st_mode)) 

That's reasonable. Moreover, I'd like to get rid of the hardcoded
"/INBOX" too. It would be good to make it configurable.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]