Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
I've updated the changes to incorporate Antonio's idea of having optional include files in addition to the header.html and footer.html files. Here's how to apply: cd qmailadmin-0.70 lynx --source http://shupp.org/patches/0.70ac2.patch.gz | patch -p0 ./configure make install-strip It's almost i

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > I've updated the changes to incorporate Antonio's idea of having optional > include files in addition to the header.html and footer.html files. Cool! "This is a test of include2.html. This domain is kvikkjokk.net file permission error /usr/local/share/qmailadmin/html

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 9:47 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Bill Shupp writes: > >> I've updated the changes to incorporate Antonio's idea of having optional >> include files in addition to the header.html and footer.html files. > > Cool! > > > "This is a test of include2.html. This domai

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 9:47 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > >> Bill Shupp writes: >> >>> I've updated the changes to incorporate Antonio's idea of having optional >>> include files in addition to the header.html and footer.html files. >> >> Cool! >> >> >> "This i

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 9:55 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Bill Shupp writes: > >> on 8/1/01 9:47 AM, Oden Eriksson at [EMAIL PROTECTED] spake: >> >>> Bill Shupp writes: >>> I've updated the changes to incorporate Antonio's idea of having optional include files in addition to the

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 9:55 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > > Well, first of all it looks like my error checking is broken. Let me fix > that, then we'll see why yours is generating the extra slash. I noticed that the configure stuff ignored that I didn't have the au

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 10:10 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Bill Shupp writes: > >> on 8/1/01 9:55 AM, Oden Eriksson at [EMAIL PROTECTED] spake: >> >> Well, first of all it looks like my error checking is broken. Let me fix >> that, then we'll see why yours is generating the extra slash. >

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 10:10 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > >> Bill Shupp writes: >> >>> on 8/1/01 9:55 AM, Oden Eriksson at [EMAIL PROTECTED] spake: >>> >>> Well, first of all it looks like my error checking is broken. Let me fix >>> that, then we'll see why your

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill, Here's from my config.h "#define HTMLLIBDIR "/usr/local/share/qmailadmin/html/" It's odd because I configured it like: --with-htmllibdir=/usr/local/share/qmailadmin and not --with-htmllibdir=/usr/local/share/qmailadmin/html/ -- Kindest regards // Oden Eriksson Kvikkjokk Netw

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 10:27 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Bill, > > Here's from my config.h > > "#define HTMLLIBDIR "/usr/local/share/qmailadmin/html/" > > It's odd because I configured it like: > > --with-htmllibdir=/usr/local/share/qmailadmin > > and not > > --with-htmllibdir=/usr

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 10:27 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > >> Bill, >> >> Here's from my config.h >> >> "#define HTMLLIBDIR "/usr/local/share/qmailadmin/html/" >> >> It's odd because I configured it like: >> >> --with-htmllibdir=/usr/local/share/qmailadmin >

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 10:27 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Bill, > > Here's from my config.h > > "#define HTMLLIBDIR "/usr/local/share/qmailadmin/html/" > > It's odd because I configured it like: > > --with-htmllibdir=/usr/local/share/qmailadmin > > and not > > --with-htmllibdir=/usr

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > Try this: > > in configure.in, change line 100 from: > > AC_DEFINE_UNQUOTED(HTMLLIBDIR, "$htmllibdir/html/") > > to: > > AC_DEFINE_UNQUOTED(HTMLLIBDIR, "$htmllibdir/html") Yep, that did the trick. file permission error /usr/local/share/qmailadmin/html/include3.htm

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 10:43 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > If I add the "include3.html" file the error is gone. Oh, crap. I didn't notice that diff -N only creates missing files that have more than 0 bytes. So include1.html and include3.html were not being created by the patch. If you to

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 10:43 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > >> If I add the "include3.html" file the error is gone. > > Oh, crap. I didn't notice that diff -N only creates missing files that have > more than 0 bytes. So include1.html and include3.html were not being

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 11:09 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > Yes, but I noticed the double slash thing only when I removed the include > file. I guess I could have gotten the same result if I removed other files > too. Right. The problem was NOT the double slash, it was the fact that the te

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Bill Shupp writes: > on 8/1/01 11:09 AM, Oden Eriksson at [EMAIL PROTECTED] spake: > >> Yes, but I noticed the double slash thing only when I removed the include >> file. I guess I could have gotten the same result if I removed other files >> too. > > Right. The problem was NOT the double s

Re: 0.70ac1 patch

2001-08-01 Thread Antonio Dias
Bill, On Wed, 1 Aug 2001, Bill Shupp wrote: > 1. There are 3 new hooks: ##N1, ##N2, ##N3. These hooks will include > html/include1.html, html/include2.html, and html3.html respectively. This > gives you 3 unique include files (in addition to header.html and footer.html > which get parsed automa

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 12:12 PM, Ken Jones at [EMAIL PROTECTED] spake: > > I updated the distribution with Bills (Alan Cox?) :) patch and > updated the version to 0.70. Ha! Do I get to be on the Inter7 payroll too? ; ) Did you get the latest patch? It was 0.70ac4. ac1 didn't have the ##N[1-3] hooks, and

Re: 0.70ac1 patch

2001-08-01 Thread Bill Shupp
on 8/1/01 12:13 PM, Antonio Dias at [EMAIL PROTECTED] spake: > Why they must be hardcoded? We could have just one ##N command that could > be used like: > > ##N/test/include.html > ##Nheader.html > ##Nsomefile.html > > and they should be expanded to: > > html_dir_of_qmailadmin/test/include.htm

Re: 0.70ac1 patch

2001-08-01 Thread Oden Eriksson
Ken Jones writes: > > I updated the distribution with Bills (Alan Cox?) :) patch and > updated the version to 0.70. > > One change, I put the version in the footer with a link to > the qmailadmin page. This might help people looknig for help, > we can put a qmailadmin howto/help document on t

Re: 0.70ac1 patch

2001-08-01 Thread Antonio Dias
On Wed, 1 Aug 2001, Bill Shupp wrote: > on 8/1/01 12:13 PM, Antonio Dias at [EMAIL PROTECTED] spake: > > > Why they must be hardcoded? We could have just one ##N command that could > > be used like: > > > > ##N/test/include.html > > ##Nheader.html > > ##Nsomefile.html > > > > and they should be ex

Re: 0.70ac1 patch

2001-08-01 Thread Ken Jones
I updated the distribution with Bills (Alan Cox?) :) patch and updated the version to 0.70. One change, I put the version in the footer with a link to the qmailadmin page. This might help people looknig for help, we can put a qmailadmin howto/help document on the page. Ken Jones

Re: 0.70ac1 patch

2001-08-01 Thread Rob Genovesi
> >Remember to remove "../" from filename before to open it. This can be a >security improvement. Could simply check the string for alphanumeric and "." only. This would force everyone to put the files in the html directory, but is that such a bad thing? You can always create a link to the p

Table

2001-08-01 Thread Lists Servers Email
How do you create a table for vpopmail and mysql? Thanks Kevin

Re: Table

2001-08-01 Thread Robin S. Socha
On Wed, Aug 01, 2001 at 12:45:23PM -0700, Lists Servers Email wrote: > How do you create a table for vpopmail and mysql? What does your question have to do with qmailadmin? Did you read README.mysql? Comes with vpopmail. -- Robin S. Socha - Do not Cc: me. Ever.

Re: remaining issues before 1.0

2001-08-01 Thread Einar Bordewich
How much work is needed to have aliases/forwards to be indexed/sorted, and the same with the pulldown menu at "Add New Alias"? -- IDG New MediaEinar Bordewich Development Manager Phone: +47 2336 1420 E-Mail: eibo(at)newmedia.no La

Re: hi

2001-08-01 Thread naveen kumar
Hi All and Ken, I have few doubts I guess most of U know the answer as they are a bit simple... How do I modify the list after creating? Another thing is after i create a list and select moderate message,still any user who is not subscribed is able to post a message to the list... I have tried di

Re: hi

2001-08-01 Thread Bill Shupp
on 8/1/01 8:24 PM, naveen kumar at [EMAIL PROTECTED] spake: > Hi All and Ken, > > I have few doubts I guess most of U know the answer as > they are a bit simple... > How do I modify the list after creating? > Another thing is after i create a list and select > moderate message,still any user who

Help!!How to install qmailadmin from ports on freebsd 4.3???

2001-08-01 Thread zosen
Hi!friend I am trying to install qmailadmin on freebsd 4.3 for many times.But failed,it output as belows.What's the matter??How shall I resolve it?? Thanks!!(I use the newest ports) _ util.o(.text+0x175): undefined reference t

my 0.72 release

2001-08-01 Thread Bill Shupp
Ken, All: I've put together a 0.72 release: ChangeLog: http://shupp.org/patches/ChangeLog Download: http://shupp.org/patches/qmailadmin-0.72.tar.gz Here are the main changes from 0.70: * header and footer files (see FAQ) * ##V hook to display version * ##N# hook to include other files (see FA

monitoring mailing list

2001-08-01 Thread naveen kumar
Hi Ken, I created a mailing list from qmailadmin interface with options 1.Message moderation and 2.Posts from addresses other than moderators are rejected. This is applicable to message moderated lists only. But still i am able to post messages using [EMAIL PROTECTED] who is neither a