Re: [qmailadmin] qmailadmin has problems with ezmlm-idx 7.0.2: Patch

2011-08-18 Thread Johannes Weberhofer
I have added a patch for that issue on sourceforge some time ago. It's running here on my systems: http://sourceforge.net/tracker/?func=detailaid=3094082group_id=6691atid=306691 Johannes Am 18.08.11 10:38, schrieb Robert Schulze: Hi, Am 17.08.2011 17:03, schrieb Tom Collins: if (dbuf) will

[qmailadmin] qmailadmin has problems with ezmlm-idx 7.0.2

2011-08-17 Thread Sirko Zidlewitz
ezmlm-idx changed its syntax for some commands regarding subdirectories. So if I try to list moderators in qmailadmin 1.2.16, the list is always empty and httpd-error.log says: [Wed Aug 17 15:09:19 2011] [error] [client 0.0.0.0] ezmlm-list: fatal: /home/vpopmail//newsletter/mod/key does

[qmailadmin] qmailadmin has problems with ezmlm-idx 7.0.2: Patch

2011-08-17 Thread Sirko Zidlewitz
My Collegue Robert Schulze r...@bytecamp.net has written a patch for mailinglist.c, but it is for qmailadmin 1.2.15. It works for us. Thanks Rob. --- mailinglist.c.orig 2011-08-17 15:53:26.0 +0200 +++ mailinglist.c 2011-08-17 15:53:32.0 +0200 @@ -665,6 +665,7 @@ int

Re: [qmailadmin] qmailadmin has problems with ezmlm-idx 7.0.2: Patch

2011-08-17 Thread Tom Collins
if (dbuf) will always be true, since you're referring to the array. I think you want if (*dbuf) (e.g., if the first character of dbuf is not null). Likewise, your test of strcmp(dir,)==0 would be clearer as just *dir == '\0'. Use strcpy instead of sprintf to copy strings like this:

[qmailadmin] ezmlm-idx qmailadmin problem

2005-02-14 Thread Alexander S
whats the problem? Ezmlm-idx I compilled with: #tar zxvf ./ezmlm-0.53-idx-0.41.tar.gz #cd /usr/local/src/qmail/ezmlm-0.53-idx-0.41 #echo /usr/local/ezmlm/bin ./conf-bin #echo /usr/local/ezmlm/man ./conf-man #mkdir -p /usr/local/ezmlm #make #make man #make ru #make setup #cp /usr/local/ezmlm/bin

[qmailadmin] ezmlm-idx + autoresponder + qmailadmin

2005-02-09 Thread itamar
I need a help to put autoresponder to work on my system. there are problems with autoresponder with ezmlm-idx ? Itamar Reis Peixoto +55 34 3238 3845 +55 38 9107 1250 http://www.ispbrasil.com.br

[qmailadmin] Qmailadmin 1.2.1 and ezmlm-idx

2004-04-24 Thread Jonathan Viney
Hi all, Can someone tell me whether or not the new mysql valias stuff in qmailadmin 1.2.1 is going to harm a vpopmail/ezmlm-idx setup? Thanks in advance, Jonathan

[qmailadmin] R: [qmailadmin] Qmailadmin 1.2.1 and ezmlm-idx

2004-04-24 Thread phasma
I think no, i use them togheter without problem. Plus, only interface is common (qmailadmin), vpopmail ezmlm-idx are distinc, as db too. What is ur problem? sl -Messaggio originale- Da: Jonathan Viney [mailto:[EMAIL PROTECTED] Inviato: sabato 24 aprile 2004 12.27 A: [EMAIL

Re: [qmailadmin] R: [qmailadmin] Qmailadmin 1.2.1 and ezmlm-idx

2004-04-24 Thread Jonathan Viney
phasma wrote: I think no, i use them togheter without problem. Plus, only interface is common (qmailadmin), vpopmail ezmlm-idx are distinc, as db too. What is ur problem? sl Ok, thanks for that. One thing I was wondering is can the aliases needed for running a mailing list be put

[qmailadmin] R:Qmailadmin 1.2.1 and ezmlm-idx

2004-04-24 Thread phasma
Uhmm, ezmlm is qmail-related, not vpopmail. May be if u have qmail+mysql u could store the ezmlm alias in db, but i'm not sure of this. I'll put it in my todo list :) sl Ok, thanks for that. One thing I was wondering is can the aliases needed for running a mailing list be put in the

[qmailadmin] redhat 8 fails to compile ezmlm+idx support

2003-01-27 Thread Mike Wright
installed and am using qmail-1.03, vpopmail-5.2.1, autorespond-2.0.2, ezmlm-0.53+idx-0.40 and qmailadmin-1.0.6 on both of them. During the configure phase of the build I see that both systems recognize ezmlm with the idx patch by this line from the configure output: check for ezmlm-idx... yes. After

Re: [qmailadmin] qmailadmin ezmlm-idx

2002-12-30 Thread Ajai Khattri
hours trying to configure ezmlm, ezmlm-idx, and qmailadmin to produce these features, and try as I might I have not done it, I can only get 4 options - Archived / Not Archived Respond to / Allow only digest creation. You need to recompile and reinstall qmailadmin. -- Aj. Systems Administrator

RE: [qmailadmin] qmailadmin ezmlm-idx

2002-12-29 Thread Marco Leeflang
before install the patch don't make and install the ezmlm. tar zxvf ezmlm-0.53.tar.gz tar zxvf ezmlm-idx-0.40.tar.gz. mv ezmlm-idx.0.40/* ezmlm-0.53/ cd ezmlm-0.53 patch idx.patch make clean make make install after this untar the qmailadmin-1.06 ./configure make make install works for me

[qmailadmin] qmailadmin ezmlm-idx

2002-12-28 Thread Aurora Solutions Support
, ezmlm-idx, and qmailadmin to produce these features, and try as I might I have not done it, I can only get 4 options - Archived / Not Archived Respond to / Allow only digest creation. So far, I have downloaded ezmlm-0.53.tar.gz and ezmlm-idx-0.40.tar.gz. I have extracted both and copied

Re: [qmailadmin] qmailadmin ezmlm-idx

2002-12-28 Thread Marco Leeflang
did you compile qmailadmin after installing both ezmlm and ezmlm-idx?? reinstall qmailadmin from scratch, remove old qmailadmin-1.0.6 and start with new qmailadmin dir or perhaps a make clean will work regards, marco leeflang leeflang-it On Sun, 2002-12-29 at 00:56, Aurora Solutions Support

ezmlm/ezmlm-idx with (full) MySQL Support ?

2001-11-12 Thread Brian Ipsen
Hi! I wonder why qmailadmin can't create the needed tables in a MySQL database to be used for a mailinglist - if MySQL support is checked. Why is it needed to run ezmlm-mktab, when this task just as well can be performed by qmailadmin (or qmailadmin can create the needed tables) ?? Regards,

Re: ezmlm/ezmlm-idx with (full) MySQL Support ?

2001-11-12 Thread Bill Shupp
On Monday, November 12, 2001, at 12:44 PM, Brian Ipsen wrote: Hi! I wonder why qmailadmin can't create the needed tables in a MySQL database to be used for a mailinglist - if MySQL support is checked. Why is it needed to run ezmlm-mktab, when this task just as well can be performed by

Re: ezmlm/ezmlm-idx with (full) MySQL Support ?

2001-11-12 Thread Ross Davis - DataAnywhere.net
] To: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 10:44 AM Subject: ezmlm/ezmlm-idx with (full) MySQL Support ? Hi! I wonder why qmailadmin can't create the needed tables in a MySQL database to be used for a mailinglist - if MySQL support is checked. Why is it needed to run ezmlm-mktab

Re: ezmlm/ezmlm-idx with (full) MySQL Support ?

2001-11-12 Thread Bill Shupp
file or something. Feel free to submit a patch. ; ) I don't use mysql with ezmlm-idx, so I'm not personally interested in adding this functionality. Perhaps someone else is... Regards, Bill Shupp

RE: ezmlm/ezmlm-idx with (full) MySQL Support ?

2001-11-12 Thread Tren Blackburn
-Original Message- From: Ross Davis - DataAnywhere.net [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 12:17 PM To: Brian Ipsen; [EMAIL PROTECTED] Subject: Re: ezmlm/ezmlm-idx with (full) MySQL Support ? and to add to that, I don't want my users to be able to know

Re: ezmlm-idx

2001-11-03 Thread Bill Shupp
On Friday, November 2, 2001, at 10:22 PM, Alfredo Hassaf wrote: Hi all I´ve installed ezmlm 0.53 and then applied the patch ezmlm-idx-0.40 following the INSTALL instructions for both software Then I try to compile qmailadmin 0.88 but it doesnt find the idx functionallity. When i do

ezmlm-idx

2001-11-02 Thread Alfredo Hassaf
Hi all I´ve installed ezmlm 0.53 and then applied the patch ezmlm-idx-0.40 following the INSTALL instructions for both software Then I try to compile qmailadmin 0.88 but it doesnt find the idx functionallity. When i do ./configure with no command line options it says checking for ezmlm-idx

Re: Re[2]: ezmlm-idx enhancements

2001-10-03 Thread Ross Davis - DataAnywhere.net
: Re[2]: ezmlm-idx enhancements on 10/3/01 7:22 AM, Gabriel Ambuehl at [EMAIL PROTECTED] spake: I'm not sure whether it is a good idea, but what about having the files that CAN'T break the mailinglists if they are filled with garbage loaded in simple textareas for webbased editing

Re: problems with ezmlm-idx

2001-05-09 Thread Roman Serbski
Hi Ken! Thank you for your answer! I've installed qmailadmin and everything is OK except ezmlm-idx. I still receive Internal Server Error while trying to create mailist. I use FreeBSD 4.2 STABLE, qmail-1.03, vpopmail-4.9.10, qmailadmin-0.45, ezmlm-idx-0.40, ezmlm-0.53

Re: problems with ezmlm-idx (DONE)

2001-05-09 Thread Roman Serbski
Good day all! I would like to thank everybody for help! Personal thanks to Ken Jones, Uro Gruber and Bob Hutchinson! I've succeed with ezmlm-idx+qmailadmin installation. Hint for FreeBSD 4.x users - Do not install /usr/ports/mail/ezmlm port. All you need is /usr/ports/mail/ezmlm-idx port

problems with ezmlm-idx

2001-05-07 Thread Roman Serbski
Hi all! I've installed qmailadmin and everything is OK except ezmlm-idx. I still receive Internal Server Error while trying to create mailist. I use FreeBSD 4.2 STABLE, qmail-1.03, vpopmail-4.9.10, qmailadmin-0.45, ezmlm-idx-0.40, ezmlm-0.53. My qmailadmin configuration is: ./configure

ezmlm-idx and qmailadmin

2001-04-25 Thread Lu
When you create a mailing list using qmailadmin, there are various options you can select for your mailing list. However, once that list is created, there is no way to modify those options ( at least not from within qmailadmin). Is there a limitation I am not aware of that prevent such a

Re[2]: ezmlm-idx text file editing?

2001-04-20 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Oden, Friday, April 20, 2001, 2:56:34 AM, you wrote: Why don't you try remote editing ? For me, command line access would be enough (but then again I'm root ;-), but for the clients, remote editing is too complicated... Best regards, Gabriel

Re[4]: ezmlm-idx text file editing?

2001-04-20 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Friday, April 20, 2001, 2:01:38 PM, you wrote: On fredagen den 20 april 2001 09:11, Gabriel Ambuehl wrote: You could convert your ~vpopmail/domain/* domains to run as an ordinary user (but still under vpopmail delivery control) and use

ezmlm-idx text file editing?

2001-04-19 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I think qmailadmin does quite a good job for the day to day use as ezmlm manager. However, it would be really cool to have some possibilites to edit the ezmlm(-idx) texts on a per list basis through the web so the users can put whatever they want

Re: ezmlm-idx text file editing?

2001-04-19 Thread Oden Eriksson
On torsdagen den 19 april 2001 21:15, Gabriel Ambuehl wrote: -BEGIN PGP SIGNED MESSAGE- Hello, I think qmailadmin does quite a good job for the day to day use as ezmlm manager. However, it would be really cool to have some possibilites to edit the ezmlm(-idx) texts on a per list

ezmlm-idx on RH7.0

2001-02-09 Thread Francis P. Ling
Has anyone got ezmlm-0.53 + ezmlm-idx-0.40 to work on RedHat 7.0 box? The man and the binaries were not installed ... --- Francis P. Ling[EMAIL PROTECTED] Network Administrator +6084-66 Pan Sarawak Co Sdn Bhd

Re: ezmlm-idx support?

2000-07-19 Thread Gabriel Ambuehl
iling list dir. Also things like WWW-indexing etc don't work. Have I done something wrong? I installed the newest ezmlm-idx (downloaded an RPM from ezmlm.org), and the basic mailing list function works fine. It would be great with functions like moderator-only access etc. Can anyone point me in

Re: ezmlm-idx support?

2000-07-19 Thread Jesper Hess Nielsen
refix file in the mailing list dir. Also things like WWW-indexing etc don't work. Have I done something wrong? I installed the newest ezmlm-idx (downloaded an RPM from ezmlm.org), and the basic mailing list function works fine. It would be great with functions like moderator-only access etc.

ezmlm-idx

2000-07-17 Thread Jaren Peterson
I just installed the ezmlm-0.53 from inter7's website. Where can I find the ezmlm-idx files? thanks again Jaren