On Tue, Apr 7, 2009 at 11:41 PM, alexus <alexus@gmail.com> wrote:
On Tue, Apr 7, 2009 at 11:17 PM, Rick Widmer <yahoo@rickwidmer.com> wrote:
Timo Sirainen wrote:
On Tue, 2009-04-07 at 17:36 -0400, alexus wrote:
mail_location = maildir:~vpopmail/domains/%d/%u/Maildir/
You can't count on that!!!
IF there are over 100 domains, domain number 101 will be
~vpopmail/domains/1/%d... and domain number 201 will be
~vpopmail/domains/2/%d...
Same for domains with over 100 users.
If you have deleted domains, or lost the file that controls directory hashing, things can really get weird. The only safe way to locate domains and/or users with vpopmail is to ask vpopmail where they are located.
okay, so what do you suggest then?
Rick Widmer previous vpopmail developer
i tried like this
mail_location = maildir:~vpopmail/bin/vuserinfo -d %u
/Maildir/
but that didn't work...