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: Jeff Bailey
Subject: Re: [bug-mailutils] auth/virtual.c question
Date: Tue, 09 Sep 2003 09:37:03 -0400

On Tue, 2003-09-09 at 06:22, Sergey Poznyakoff wrote:

> > 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.

How about this command line option:

--virtual-spool-file INBOX

If yes, I'll do both of these tonight.
-- 
"I'm torn...  My kink or my country..."
 - Anika Stafford

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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