Thread: [ezmlm-www] how to combine with vpopmail ?
Brought to you by:
alexrj
From: Junzo T. <jun...@gm...> - 2009-04-17 11:50:09
|
Hi, I installed ezmlm-www with ezmlm-idx and vpopmail today. I stuck at a point of vpopmail configuration in config.pm of ezmlm-www. I read README file and the following page. http://negativesum.net/tech/linux/ezmlm/ezmlm-www These help me a lot but I faced the following problem at the end of installation. At top page of ezmlm-www on Web, I see mailing list name and others shown below. List Server test_ml@my domain test ml(2) When I click "test_ml@my domain", it say "Error: Invalid mailing list name." If I make a comment of "use vpopmail;" line in config.pm file, it shows subscription page. I am sure ezmlm-idx works. I appreciate if someone could help me out from this problem. ezmlm-0.53 ezmlm-idx-0.444 ezmlm-www-1.4.5 vpopmail-5.4.17 thanks. /Junzo |
From: Alessandro R. <al...@pr...> - 2009-04-17 13:07:03
|
On 17-04-2009 at 13:50, Junzo Tamada wrote: >When I click "test_ml@my domain", it say "Error: Invalid mailing list >name." Hi Junzo, that error message comes from a very basic regex validation on the mailing list address: /^([\w\-\_\.]+)\@([\w\-\.]+)$/ What's the address of your mailing list? If you don't want to disclose it on a public mailing list, just contact me off-list. - alessandro. |
From: Nedescu L. <ne...@gm...> - 2009-04-17 18:05:55
|
On Fri, Apr 17, 2009 at 2:50 PM, Junzo Tamada <jun...@gm...>wrote: > Hi, > > I installed ezmlm-www with ezmlm-idx and vpopmail today. > I stuck at a point of vpopmail configuration in config.pm of ezmlm-www. > I read README file and the following page. > http://negativesum.net/tech/linux/ezmlm/ezmlm-www > > These help me a lot but I faced the following problem at the end of > installation. > > At top page of ezmlm-www on Web, I see mailing list name and others shown > below. > List Server > test_ml@my domain > test ml(2) > > When I click "test_ml@my domain", it say "Error: Invalid mailing list > name." > If I make a comment of "use vpopmail;" line in config.pm file, it > shows subscription page. > > I am sure ezmlm-idx works. > I appreciate if someone could help me out from this problem. > > ezmlm-0.53 > ezmlm-idx-0.444 > ezmlm-www-1.4.5 > vpopmail-5.4.17 > > thanks. > /Junzo > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Ezmlm-www-discuss mailing list > Ezm...@li... > https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss > Ok. Let me begin with this: i also use the option "use vpopmail;" and the next config works for me: %Config = ( ListServerName => 'List Server', #--These settings will be used for vpopmail-based mailing lists: DefaultVpopmailSettings => { conceal_senders => 0, subscription_info => 1, descending_by_default => 1, default_sorting => 'thread', #may be 'thread', 'date' or 'subject' show_html => 0, highlight => 1 }, VpopmailAccess => { default_policy => 'allow', allow_lists => [], deny_lists => [], allow_domains => [], deny_domains => [] } The link that is accessing the mailing list is this one: www.domain.com/path_to_ezmlm-www/index.cgi?lis...@do... It seems to me that something is not right with your link to the list. Try accessing the list as shown above and see if it works. I have to say that i have problems if I set "show_html => 1" and the first message (or the message I navigate to) of the list is a html only message (I don't remember quite well but I think the error was about the same as yours). Tell us what happened please. |
From: Junzo T. <jun...@gm...> - 2009-04-18 01:54:05
|
Hi Nedescu and alessandro, Thanks for your advice. > www.domain.com/path_to_ezmlm-www/index.cgi?lis...@do... It seems to me it works, except the following two issues. 1. I see "Available months:", but there is no real email subject under the line. This perhaps caused by search engine problem. 2. An input field to search is missing. If I gave up using vpopmail, I can see the input field. My test mailing list address is te...@ac.... When I type "www.domain.com/path_to_ezmlm-www/index.cgi", I still see the same error after the avobe modification. Thanks. /Junzo 2009/4/18 Nedescu Lucian <ne...@gm...>: > > > On Fri, Apr 17, 2009 at 2:50 PM, Junzo Tamada <jun...@gm...> > wrote: >> >> Hi, >> >> I installed ezmlm-www with ezmlm-idx and vpopmail today. >> I stuck at a point of vpopmail configuration in config.pm of ezmlm-www. >> I read README file and the following page. >> http://negativesum.net/tech/linux/ezmlm/ezmlm-www >> >> These help me a lot but I faced the following problem at the end of >> installation. >> >> At top page of ezmlm-www on Web, I see mailing list name and others shown >> below. >> List Server >> test_ml@my domain >> test ml(2) >> >> When I click "test_ml@my domain", it say "Error: Invalid mailing list >> name." >> If I make a comment of "use vpopmail;" line in config.pm file, it >> shows subscription page. >> >> I am sure ezmlm-idx works. >> I appreciate if someone could help me out from this problem. >> >> ezmlm-0.53 >> ezmlm-idx-0.444 >> ezmlm-www-1.4.5 >> vpopmail-5.4.17 >> >> thanks. >> /Junzo >> >> >> ------------------------------------------------------------------------------ >> Stay on top of everything new and different, both inside and >> around Java (TM) technology - register by April 22, and save >> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >> 300 plus technical and hands-on sessions. Register today. >> Use priority code J9JMT32. http://p.sf.net/sfu/p >> _______________________________________________ >> Ezmlm-www-discuss mailing list >> Ezm...@li... >> https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss > > > Ok. Let me begin with this: i also use the option "use vpopmail;" and the > next config works for me: > > %Config = ( > ListServerName => 'List Server', > > #--These settings will be used for vpopmail-based mailing lists: > DefaultVpopmailSettings => { > conceal_senders => 0, > subscription_info => 1, > descending_by_default => 1, > default_sorting => 'thread', #may be 'thread', 'date' or > 'subject' > show_html => 0, > highlight => 1 > }, > VpopmailAccess => { > default_policy => 'allow', > allow_lists => [], > deny_lists => [], > allow_domains => [], > deny_domains => [] > } > > The link that is accessing the mailing list is this one: > > www.domain.com/path_to_ezmlm-www/index.cgi?lis...@do... > > It seems to me that something is not right with your link to the list. Try > accessing the list as shown above and see if it works. > I have to say that i have problems if I set "show_html => 1" and the first > message (or the message I navigate to) of the list is a html only message (I > don't remember quite well but I think the error was about the same as > yours). > > Tell us what happened please. > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Ezmlm-www-discuss mailing list > Ezm...@li... > https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss > > |
From: Junzo T. <jun...@gm...> - 2009-04-18 02:39:47
|
Hi, I think I solved the problem. I used the following combination before. > ezmlm-0.53 > ezmlm-idx-0.444 > ezmlm-www-1.4.5 > vpopmail-5.4.17 Now I changed to the following. > ezmlm-idx-7.0.0.0 > ezmlm-www-1.4.5 > vpopmail-5.4.17 One minor isuue to be solved. It is search field. In case of disabling "use vpopmail", I can see search input field. However, the filed is disapered when I enable "use vpopmail". 2009/4/18 Junzo Tamada <jun...@gm...>: > Hi Nedescu and alessandro, > > Thanks for your advice. > >> www.domain.com/path_to_ezmlm-www/index.cgi?lis...@do... > > It seems to me it works, except the following two issues. > 1. I see "Available months:", but there is no real email subject under > the line. This perhaps caused by search engine problem. > 2. An input field to search is missing. If I gave up using vpopmail, I > can see the input field. > > My test mailing list address is te...@ac.... > When I type "www.domain.com/path_to_ezmlm-www/index.cgi", > I still see the same error after the avobe modification. > > Thanks. > /Junzo > 2009/4/18 Nedescu Lucian <ne...@gm...>: >> >> >> On Fri, Apr 17, 2009 at 2:50 PM, Junzo Tamada <jun...@gm...> >> wrote: >>> >>> Hi, >>> >>> I installed ezmlm-www with ezmlm-idx and vpopmail today. >>> I stuck at a point of vpopmail configuration in config.pm of ezmlm-www. >>> I read README file and the following page. >>> http://negativesum.net/tech/linux/ezmlm/ezmlm-www >>> >>> These help me a lot but I faced the following problem at the end of >>> installation. >>> >>> At top page of ezmlm-www on Web, I see mailing list name and others shown >>> below. >>> List Server >>> test_ml@my domain >>> test ml(2) >>> >>> When I click "test_ml@my domain", it say "Error: Invalid mailing list >>> name." >>> If I make a comment of "use vpopmail;" line in config.pm file, it >>> shows subscription page. >>> >>> I am sure ezmlm-idx works. >>> I appreciate if someone could help me out from this problem. >>> >>> ezmlm-0.53 >>> ezmlm-idx-0.444 >>> ezmlm-www-1.4.5 >>> vpopmail-5.4.17 >>> >>> thanks. >>> /Junzo >>> >>> >>> ------------------------------------------------------------------------------ >>> Stay on top of everything new and different, both inside and >>> around Java (TM) technology - register by April 22, and save >>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >>> 300 plus technical and hands-on sessions. Register today. >>> Use priority code J9JMT32. http://p.sf.net/sfu/p >>> _______________________________________________ >>> Ezmlm-www-discuss mailing list >>> Ezm...@li... >>> https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss >> >> >> Ok. Let me begin with this: i also use the option "use vpopmail;" and the >> next config works for me: >> >> %Config = ( >> ListServerName => 'List Server', >> >> #--These settings will be used for vpopmail-based mailing lists: >> DefaultVpopmailSettings => { >> conceal_senders => 0, >> subscription_info => 1, >> descending_by_default => 1, >> default_sorting => 'thread', #may be 'thread', 'date' or >> 'subject' >> show_html => 0, >> highlight => 1 >> }, >> VpopmailAccess => { >> default_policy => 'allow', >> allow_lists => [], >> deny_lists => [], >> allow_domains => [], >> deny_domains => [] >> } >> >> The link that is accessing the mailing list is this one: >> >> www.domain.com/path_to_ezmlm-www/index.cgi?lis...@do... >> >> It seems to me that something is not right with your link to the list. Try >> accessing the list as shown above and see if it works. >> I have to say that i have problems if I set "show_html => 1" and the first >> message (or the message I navigate to) of the list is a html only message (I >> don't remember quite well but I think the error was about the same as >> yours). >> >> Tell us what happened please. >> >> >> ------------------------------------------------------------------------------ >> Stay on top of everything new and different, both inside and >> around Java (TM) technology - register by April 22, and save >> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >> 300 plus technical and hands-on sessions. Register today. >> Use priority code J9JMT32. http://p.sf.net/sfu/p >> _______________________________________________ >> Ezmlm-www-discuss mailing list >> Ezm...@li... >> https://lists.sourceforge.net/lists/listinfo/ezmlm-www-discuss >> >> > |
From: Alessandro R. <al...@pr...> - 2009-04-18 07:35:19
|
On 18-04-2009 at 4:39, Junzo Tamada wrote: >One minor isuue to be solved. It is search field. >In case of disabling "use vpopmail", I can see search input field. >However, the filed is disapered when I enable "use vpopmail". Yes, searching requires you to explicitely configure mailing lists without the use of vpopmail. This is because you'd need to configure them in ez_indexer.pl anyway. - alessandro. |