Re: [ezmlm-www] Error: Unable to access mailing list
Brought to you by:
alexrj
From: Alessandro R. <al...@pr...> - 2008-07-12 07:06:04
|
[ Please send messages to the mailing list. ] On 11-07-2008 at 22:33, fatin RZ wrote: >My question is : when i enable "use vpopmail" and if it cant read from >vpopmail db ,will it continue to read from the settings those done >with push @$lists above ?? If you enable vpopmail, the 'push @$lists' syntax should be totally ignored. I guess you have some problem with your vpopmail installation or with the vpopmail.pm module. Unfortunately that module is old, bugged and unsupported. You (or some consultant) would have to do some debugging to see what is returned by vgetdomaindir(). Try these commands: perl -Mvpopmail -e 'print $vpopmail::VERSION' perl -Mvpopmail -e 'print vgetdomaindir("yourdomain.com")' The former should output just a version number. The latter should output the path to your domain directory in vpopmail tree. ezmlm-www assumes that your mailing list is located in a subdirectory of that path named as the list local part (i.e. "market"). alessandro. |