Re: [qmailadmin] Maildir .maildir

2004-10-18 Thread Jeremy Kitchen
On Monday 18 October 2004 01:41 am, Tom Collins wrote:
> On Oct 17, 2004, at 11:29 PM, Tom Collins wrote:
> > Please let me know if it works for you, and I'll roll in into the next
> > release.  I'll also look into whether it could be incorporated into
> > the configure script and vpopmail.
>
> Apologies for sending that to everyone on the list -- I meant to send
> it to the original poster.
>
> But since I've passed it on to the whole list...  Is anyone out there
> using a vpopmail configured to use ".maildir" instead of "Maildir" as
> the name of the mail directory?

anyone using gentoo's broken qmail and friends ebuilds.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
   GnuPG Key ID: 481BF7E2 ++ scriptkitchen.com/kitchen.asc


pgpm0p6VabCT7.pgp
Description: PGP signature


Re: [qmailadmin] Maildir .maildir

2004-10-17 Thread Tom Collins
On Oct 17, 2004, at 11:29 PM, Tom Collins wrote:
Please let me know if it works for you, and I'll roll in into the next 
release.  I'll also look into whether it could be incorporated into 
the configure script and vpopmail.
Apologies for sending that to everyone on the list -- I meant to send 
it to the original poster.

But since I've passed it on to the whole list...  Is anyone out there 
using a vpopmail configured to use ".maildir" instead of "Maildir" as 
the name of the mail directory?  If so, were there any changes other 
than replacing "Maildir" with ".maildir"?

I seem to recall that I worked on a part of the code that assumed 
"Maildir" would always be 7 characters long.  Maybe it was the code 
that converted a Maildir path to a user's email address?  I'll have to 
look into that.

Anyway, please let me know if there would be a benefit to adding a 
configure option to set the name to use for "Maildir".  This change 
would filter down into QmailAdmin as well.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [qmailadmin] Maildir .maildir

2004-10-17 Thread Tom Collins
On Sep 23, 2004, at 6:37 AM, Patrik Berggren wrote:
I use the .maildir and not Maildir folders, and qmailadmin don't work, 
it works if I sym link Maildir to .maildir, I searched around and have 
found that more ppl have hade the same problem, someone change the 
sources to point to .maildir, so now I wounder how do I change that so 
qmailadmin will look for .maildir insted of Maildir?
You can try applying the attached patch, and then edit qmailadmin.h.  
Look for:

#define MAILDIR "Maildir"
and change it to:
#define MAILDIR ".maildir"


dotmaildir.patch.txt.gz
Description: GNU Zip compressed data

Please let me know if it works for you, and I'll roll in into the next 
release.  I'll also look into whether it could be incorporated into the 
configure script and vpopmail.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


[qmailadmin] Maildir .maildir

2004-09-23 Thread Patrik Berggren
Hi!
I use the .maildir and not Maildir folders, and qmailadmin don't work, 
it works if I sym link Maildir to .maildir, I searched around and have 
found that more ppl have hade the same problem, someone change the 
sources to point to .maildir, so now I wounder how do I change that so 
qmailadmin will look for .maildir insted of Maildir?

cheers
.p