Re: [ezmlm-www] Error: Unable to access mailing list
Brought to you by:
alexrj
From: fatin RZ <fa...@ya...> - 2008-07-12 08:11:31
|
i see , ok, at least it works when i disable "use vpopmail", i'll do some more work on it and then use it without vpopmail support.If i catch something meanwhile will inform you,thank you kindly support.Regards.Fatin. (Following the results of command you sent) [root@smtp search]# perl -Mvpopmail -e 'print $vpopmail::VERSION' 0.08 [root@smtp search]# perl -Mvpopmail -e 'print vgetdomaindir("market.com")' /home/vpopmail/domains/market.com --- On Sat, 7/12/08, Alessandro Ranellucci <al...@pr...> wrote: From: Alessandro Ranellucci <al...@pr...> Subject: Re: [ezmlm-www] Error: Unable to access mailing list To: ezm...@li... Date: Saturday, July 12, 2008, 10:05 AM [ 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. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ezmlm-www-discuss mailing list Ezm...@li... https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss |