Re: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-30 Thread Eero Volotinen
Tom Collins wrote:
 On Jan 29, 2004, at 6:07 PM, Piotr M. Pierzak wrote:
 I have the same problem
 Slackware 9.1 with GNU Make 3.80
 
 Start with a fresh copy.  `touch Makefile.in` and then try to build.
 
 If that doesn't work, start again, `touch *` and then try to build.

How about repack release files to fix this problem?

--
Eero


RES: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-30 Thread Orlando Gentil
Tom,

I?m completely out of luck. I tried both ways.

[EMAIL PROTECTED] qmailadmin-1.2.0]# make
make  all-am
make[1]: Entrando no diretorio `/usr/local/src/qmailadmin-1.2.0'
source='qmailadmin.c' object='qmailadmin.o' libtool=no \
depfile='.deps/qmailadmin.Po' tmpdepfile='.deps/qmailadmin.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I/home/vpopmail/include  -I. -I. -I. -g -O2 -c `test -f
'qmailadmin.c' || echo './'`qmailadmin.c
qmailadmin.c:38:21: vlimits.h: Arquivo ou diretorio nao encontrado
==Just a note ==qmailadmin.c:38:21: vlimits.h: File or Dir not found==
qmailadmin.c:73: error: storage size of `Limits' isn't known
make[1]: ** [qmailadmin.o] Erro 1
make[1]: Saindo do diretorio `/usr/local/src/qmailadmin-1.2.0'
make: ** [all] Erro 2

I?m running Fedora Core1

Orlando

-Mensagem original-
De: Tom Collins [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 30 de janeiro de 2004 00:44
Para: [EMAIL PROTECTED]
Assunto: Re: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as
stable


On Jan 29, 2004, at 6:07 PM, Piotr M. Pierzak wrote:
 I have the same problem
 Slackware 9.1 with GNU Make 3.80

Start with a fresh copy.  `touch Makefile.in` and then try to build.

If that doesn't work, start again, `touch *` and then try to build.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/



Re: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-30 Thread Tom Collins
On Jan 30, 2004, at 12:44 AM, Eero Volotinen wrote:
Tom Collins wrote:
On Jan 29, 2004, at 6:07 PM, Piotr M. Pierzak wrote:
I have the same problem
Slackware 9.1 with GNU Make 3.80
Start with a fresh copy.  `touch Makefile.in` and then try to build.

If that doesn't work, start again, `touch *` and then try to build.
How about repack release files to fix this problem?
I did about 12 hours after releasing it.  I guess I could re-download 
from SF and confirm that the mirrors have the correct one.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-30 Thread Oden Eriksson
fredagen den 30 januari 2004 15.54 skrev Tom Collins:
 On Jan 30, 2004, at 5:03 AM, Orlando Gentil wrote:
  qmailadmin.c:38:21: vlimits.h: Arquivo ou diretorio nao encontrado
  ==Just a note ==qmailadmin.c:38:21: vlimits.h: File or Dir not found==
  qmailadmin.c:73: error: storage size of `Limits' isn't known
  make[1]: ** [qmailadmin.o] Erro 1

 Shoot.  I forgot to mention in the INSTALL file that QmailAdmin 1.2.0
 requires Vpopmail 5.4.0 (actually, it will probably work with 5.3.19
 and later, but definitely not anything earlier).

Roll 1.2.1 and take the opportunity to include this patch:

http://www.deserve-it.com/sw/patches/qmailadmin-1.2.0-lazy_snap_to.diff

?

(sorry for not doing it earlier...)



RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Ulrik S. Kofod
 Tom Collins wrote:
 http://qmailadmin.sf.net/

 This is it!  The first stable release since June 2002, the
 culmination of a long development cycle.
 snip

 I get an error when making 1.2.0 stable:
 make
 cd .  \
   /bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake --gnu
 Makefile
 aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 configure.in: 834: required file `./_AM_File,.in' not found
 configure.in: 834: required file `./[$2],.in' not found
 configure.in: 834: required file `./[$3])].in' not found
 make: *** [Makefile.in] Fout 1

 Apparently something my make uses (OS=Debian, testing) a newer version
 of something (i looked for the package aclocal was in and that is:
 libguile-dev, 1.4-25).

 Any advice on how to continue? (i didn't have this problem with any of
 the earlier rc releases).

 Regards,

 Machiel

I got the same error message on my Trustix 2.0 test server.

/usk




RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread qmailadmin
Ulrik S. Kofod wrote:
 Tom Collins wrote:
 http://qmailadmin.sf.net/
 
 This is it!  The first stable release since June 2002, the
 culmination of a long development cycle. snip
 
 I get an error when making 1.2.0 stable:
 make
 cd .  \
   /bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake
 --gnu Makefile aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use
 `AC_PROG_INSTALL' aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use
 `AC_PROG_INSTALL' aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete;
 use `AC_PROG_INSTALL' configure.in: 834: required file
 `./_AM_File,.in' not found configure.in: 834: required file
 `./[$2],.in' not found 
 configure.in: 834: required file `./[$3])].in' not found
 make: *** [Makefile.in] Fout 1
 
 Apparently something my make uses (OS=Debian, testing) a newer
 version of something (i looked for the package aclocal was in and
 that is: libguile-dev, 1.4-25). 
 
 Any advice on how to continue? (i didn't have this problem with any
 of the earlier rc releases). 
 
 Regards,
 
 Machiel
 
 I got the same error message on my Trustix 2.0 test server.
 
 /usk

On a second server i had no problems compiling. Weird. The
libguile-dev,1.4-25 is not the problem since the second machine doesn't have
it ;)

So i still am in the dark.

Machiel



Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Oden Eriksson
torsdagen den 29 januari 2004 08.47 skrev [EMAIL PROTECTED]:
 Tom Collins wrote:
  http://qmailadmin.sf.net/
 
  This is it!  The first stable release since June 2002, the
  culmination of a long development cycle.

 snip

 I get an error when making 1.2.0 stable:
 make
 cd .  \
   /bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake --gnu
 Makefile
 aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 configure.in: 834: required file `./_AM_File,.in' not found
 configure.in: 834: required file `./[$2],.in' not found
 configure.in: 834: required file `./[$3])].in' not found
 make: *** [Makefile.in] Fout 1

Me too(tm), but I only get these errors:

configure.in: 834: required file `./_AM_File,.in' not found
configure.in: 834: required file `./[$2],.in' not found
configure.in: 834: required file `./[$3])].in' not found
make: *** [Makefile.in] Error 1

Using Mandrake 9.2


This is the fix:
libtoolize --copy --force
aclocal
automake --add-missing

./configure ...




Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Oden Eriksson
torsdagen den 29 januari 2004 11.11 skrev [EMAIL PROTECTED]:
 Oden Eriksson wrote:
  torsdagen den 29 januari 2004 08.47 skrev [EMAIL PROTECTED]:
  Tom Collins wrote:
  http://qmailadmin.sf.net/
 
  This is it!  The first stable release since June 2002, the
  culmination of a long development cycle.
 
  snip
  I get an error when making 1.2.0 stable:
  make
  cd .  \
/bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake
  --gnu Makefile aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use
  `AC_PROG_INSTALL' aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use
  `AC_PROG_INSTALL' aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete;
  use `AC_PROG_INSTALL' configure.in: 834: required file
  `./_AM_File,.in' not found configure.in: 834: required file
  `./[$2],.in' not found configure.in: 834: required file
  `./[$3])].in' not found
  make: *** [Makefile.in] Fout 1
 
  Me too(tm), but I only get these errors:
 
  configure.in: 834: required file `./_AM_File,.in' not found
  configure.in: 834: required file `./[$2],.in' not found
  configure.in: 834: required file `./[$3])].in' not found
  make: *** [Makefile.in] Error 1
 
  Using Mandrake 9.2
  This is the fix:
  libtoolize --copy --force
  aclocal
  automake --add-missing
 
  ./configure ...

 Thanks Oden. That worked for me. I have no idea though what i did ;) and
 why it works on the other machine (similar installation).

Not that many are super mega gurus on the libtool, autoconf, etc tools. I find 
it extremely obscure and hard to comprehend.



Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Tom Collins
On Jan 29, 2004, at 12:47 AM, [EMAIL PROTECTED] wrote:
I get an error when making 1.2.0 stable:
make
cd .  \
  /bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake --gnu
Makefile
aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
configure.in: 834: required file `./_AM_File,.in' not found
configure.in: 834: required file `./[$2],.in' not found
configure.in: 834: required file `./[$3])].in' not found
make: *** [Makefile.in] Fout 1
Apparently something my make uses (OS=Debian, testing) a newer version 
of
something (i looked for the package aclocal was in and that is:
libguile-dev, 1.4-25).

Any advice on how to continue? (i didn't have this problem with any of 
the
earlier rc releases).
This libtool stuff is making me crazy.  I'm going to find a libtool 
expert on SourceForge and have them overhaul the files in vpopmail and 
qmailadmin.

Try this.  Start with a fresh copy of qmailadmin 1.2.0, go into the 
directory and run `touch *`.  Then do you configure and make as usual.

Please let me know if this works, and I'll do the same in the 
distribution archive.  In most instances, the dates on the files should 
be correct and not require additional tweaking.  I just did a check, 
and it looks like the dat on Makefile.in was incorrect, so it might 
just be a matter of `touch Makefile.in`.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread qmailadmin
Tom Collins wrote:
 On Jan 29, 2004, at 12:47 AM, [EMAIL PROTECTED] wrote:
 I get an error when making 1.2.0 stable:
 make
 cd .  \
   /bin/sh /usr/src/mail/qmailadmin-1.2.0/missing --run automake
 --gnu Makefile aclocal.m4: 95: `AM_PROG_INSTALL' is obsolete; use
 `AC_PROG_INSTALL' aclocal.m4: 96: `AM_PROG_INSTALL' is obsolete; use
 `AC_PROG_INSTALL' aclocal.m4: 415: `AM_PROG_INSTALL' is obsolete;
 use `AC_PROG_INSTALL' configure.in: 834: required file
 `./_AM_File,.in' not found configure.in: 834: required file
 `./[$2],.in' not found 
 configure.in: 834: required file `./[$3])].in' not found
 make: *** [Makefile.in] Fout 1
 
 Apparently something my make uses (OS=Debian, testing) a newer
 version of something (i looked for the package aclocal was in and
 that is: libguile-dev, 1.4-25). 
 
 Any advice on how to continue? (i didn't have this problem with any
 of the earlier rc releases).
 
 This libtool stuff is making me crazy.  I'm going to find a libtool
 expert on SourceForge and have them overhaul the files in vpopmail
 and qmailadmin.  
 
 Try this.  Start with a fresh copy of qmailadmin 1.2.0, go into the
 directory and run `touch *`.  Then do you configure and make as
 usual.  
 
 Please let me know if this works, and I'll do the same in the
 distribution archive.  In most instances, the dates on the files
 should be correct and not require additional tweaking.  I just did a
 check, and it looks like the dat on Makefile.in was incorrect, so it
 might just be a matter of `touch Makefile.in`.

Well i tried it all.

1. With the same steps as always I get the errors as stated above.
2. With the suggestions from Ulrik S. Kofod I have succes!
3. With the suggestion from Tom to touch all I have succes!
4. With the suggestion from Tom to only touch Makefile.in I have succes!
5. With the same steps as always after i tried everything above I get the
same result as step 1 (as expected off course, just to be on the safe side)

Hope to have helped you a little as well.

Regards,

Machiel



RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Ulrik S. Kofod
 Well i tried it all.

 1. With the same steps as always I get the errors as stated above. 2.
 With the suggestions from Ulrik S. Kofod I have succes!
 3. With the suggestion from Tom to touch all I have succes!
 4. With the suggestion from Tom to only touch Makefile.in I have succes!
 5. With the same steps as always after i tried everything above I get
 the same result as step 1 (as expected off course, just to be on the
 safe side)

 Hope to have helped you a little as well.


Just for the record I don't recall suggesting anything, just stated that I
got the same error messages :)

But I'll try the above and see if that solves the problem on Trustix too.

regards
Ulrik





RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread qmailadmin
Ulrik S. Kofod wrote:
 Well i tried it all.
 
 1. With the same steps as always I get the errors as stated above. 2.
 With the suggestions from Ulrik S. Kofod I have succes!
 3. With the suggestion from Tom to touch all I have succes!
 4. With the suggestion from Tom to only touch Makefile.in I have
 succes! 
 5. With the same steps as always after i tried everything above I get
 the same result as step 1 (as expected off course, just to be on the
 safe side) 
 
 Hope to have helped you a little as well.
 
 
 Just for the record I don't recall suggesting anything, just stated
 that I got the same error messages :) 
 
 But I'll try the above and see if that solves the problem on Trustix
 too. 
 
 regards
 Ulrik
Excuse me. It was the suggestion from Oden Eriksson which helped me
orriginally.



Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Ken Jones
On Thursday 29 January 2004 9:29 am, Ulrik S. Kofod wrote:
  Well i tried it all.
 
  1. With the same steps as always I get the errors as stated above. 2.
  With the suggestions from Ulrik S. Kofod I have succes!
  3. With the suggestion from Tom to touch all I have succes!
  4. With the suggestion from Tom to only touch Makefile.in I have succes!
  5. With the same steps as always after i tried everything above I get
  the same result as step 1 (as expected off course, just to be on the
  safe side)
 
  Hope to have helped you a little as well.

 Just for the record I don't recall suggesting anything, just stated that I
 got the same error messages :)

 But I'll try the above and see if that solves the problem on Trustix too.

 regards
 Ulrik

I used to do this before releasing a tar ball, to avoid any timing issues
1) ./configure
2) make (gets those errors)
3) make distclean
then tar it up

Then the next person to untar and configure won't get the messages.
It's a timestamp issue on certain files.

Ken Jones


Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Tom Collins
On Jan 29, 2004, at 9:30 AM, Ken Jones wrote:
I used to do this before releasing a tar ball, to avoid any timing 
issues
1) ./configure
2) make (gets those errors)
3) make distclean
then tar it up

Then the next person to untar and configure won't get the messages.
It's a timestamp issue on certain files.
That's typically been my plan, but I need to update the Makefiles to 
delete a few extra files on 'distclean'.  I also have an issue of 
having to manually edit my aclocal.m4 every time it's recreated after 
changing configure.in.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread TigerPaw

- Original Message - 
From: Tom Collins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 12:58 AM
Subject: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable


 http://qmailadmin.sf.net/

 This is it!  The first stable release since June 2002,
 the culmination of a long development cycle.

 Note that this version of QmailAdmin requires version
 5.4.0 of Vpopmail (currently in release-candidate
 status).  It also includes a bugfix over 1.2.0-rc3
 related to adding users with blank quotas.

When I tired to upgrade I get the following errors when try to run make

[EMAIL PROTECTED] qmailadmin-1.2.0]# make
make  all-am
make[1]: Entering directory `/root/qmailadmin-1.2.0'
source='alias.c' object='alias.o' libtool=no \
depfile='.deps/alias.Po' tmpdepfile='.deps/alias.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I/home/vpopmail/include  -I. -I. -I. -g -O2 -c `test -f
'alias.c' || echo './'`alias.c
alias.c: In function `show_dotqmail_lines':
alias.c:81: `MAXALIASESPERPAGE' undeclared (first use in this function)
alias.c:81: (Each undeclared identifier is reported only once
alias.c:81: for each function it appears in.)
alias.c:209: `CGIPATH' undeclared (first use in this function)
alias.c: In function `show_dotqmail_file':
alias.c:291: `CGIPATH' undeclared (first use in this function)
alias.c:304: `IMAGEURL' undeclared (first use in this function)
make[1]: *** [alias.o] Error 1
make[1]: Leaving directory `/root/qmailadmin-1.2.0'
make: *** [all] Error 2


any ideas?

Jonathan


Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread TigerPaw

- Original Message - 
From: TigerPaw [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 1:39 PM
Subject: Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable


 
 - Original Message - 
 From: Tom Collins [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, January 29, 2004 12:58 AM
 Subject: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable
 
 
  http://qmailadmin.sf.net/
 
  This is it!  The first stable release since June 2002,
  the culmination of a long development cycle.
 
  Note that this version of QmailAdmin requires version
  5.4.0 of Vpopmail (currently in release-candidate
  status).  It also includes a bugfix over 1.2.0-rc3
  related to adding users with blank quotas.
 
 When I tired to upgrade I get the following errors when try to run make
 
 [EMAIL PROTECTED] qmailadmin-1.2.0]# make
 make  all-am
 make[1]: Entering directory `/root/qmailadmin-1.2.0'
 source='alias.c' object='alias.o' libtool=no \
 depfile='.deps/alias.Po' tmpdepfile='.deps/alias.TPo' \
 depmode=gcc3 /bin/sh ./depcomp \
 gcc -I. -I/home/vpopmail/include  -I. -I. -I. -g -O2 -c `test -f
 'alias.c' || echo './'`alias.c
 alias.c: In function `show_dotqmail_lines':
 alias.c:81: `MAXALIASESPERPAGE' undeclared (first use in this function)
 alias.c:81: (Each undeclared identifier is reported only once
 alias.c:81: for each function it appears in.)
 alias.c:209: `CGIPATH' undeclared (first use in this function)
 alias.c: In function `show_dotqmail_file':
 alias.c:291: `CGIPATH' undeclared (first use in this function)
 alias.c:304: `IMAGEURL' undeclared (first use in this function)
 make[1]: *** [alias.o] Error 1
 make[1]: Leaving directory `/root/qmailadmin-1.2.0'
 make: *** [all] Error 2
 
 
 any ideas?
 
 Jonathan


I got it to work,   using touch * 

Thanks again thou

Jonathan 


RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Orlando Gentil
Hi all,

I tried all steps. Combined or alone, but all ways gave me the same
following error (for all combinations I used a fresh copy of qmaladmin-1.2)

[EMAIL PROTECTED] qmailadmin-1.2.0]# make
Makefile:289: *** faltando o separador.  Pare.

in English:

[EMAIL PROTECTED] qmailadmin-1.2.0]# make
Makefile:289: *** missing separator.  Stop.


Orlando



-Mensagem original-
De: Tom Collins [mailto:[EMAIL PROTECTED]
Enviada em: quinta-feira, 29 de janeiro de 2004 14:29
Para: [EMAIL PROTECTED]
Assunto: Re: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable


On Jan 29, 2004, at 9:30 AM, Ken Jones wrote:
 I used to do this before releasing a tar ball, to avoid any timing
 issues
 1) ./configure
 2) make (gets those errors)
 3) make distclean
 then tar it up

 Then the next person to untar and configure won't get the messages.
 It's a timestamp issue on certain files.

That's typically been my plan, but I need to update the Makefiles to
delete a few extra files on 'distclean'.  I also have an issue of
having to manually edit my aclocal.m4 every time it's recreated after
changing configure.in.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/



Re: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Piotr M. Pierzak
Uytkownik Orlando Gentil napisa:
Hi all,

I tried all steps. Combined or alone, but all ways gave me the same
following error (for all combinations I used a fresh copy of qmaladmin-1.2)
[EMAIL PROTECTED] qmailadmin-1.2.0]# make
Makefile:289: *** faltando o separador.  Pare.
in English:

[EMAIL PROTECTED] qmailadmin-1.2.0]# make
Makefile:289: *** missing separator.  Stop.
Orlando
I have the same problem
Slackware 9.1 with GNU Make 3.80
[EMAIL PROTECTED]:/usr/src/QMAIL/qmailadmin-1.2.0# make
cd .  \
  /bin/sh /usr/src/QMAIL/qmailadmin-1.2.0/missing --run automake --gnu 
 Makefile
configure.in:4: version mismatch.  This is Automake 1.7.8,
configure.in:4: but the definition used by this AM_INIT_AUTOMAKE
configure.in:4: comes from Automake 1.6.3.  You should recreate
configure.in:4: aclocal.m4 with aclocal and run automake again.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in 
AM_CONDITIONAL
make: *** [Makefile.in] Bd 1

2nd attempt

[EMAIL PROTECTED]:/usr/src/QMAIL/qmailadmin-1.2.0# make
cd .  /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
Makefile:283: *** missing separator. Stop.
3rd

[EMAIL PROTECTED]:/usr/src/QMAIL/qmailadmin-1.2.0# make
Makefile:283: *** missing separator. Stop.
--
Piotr M. Pierzak


Re: RES: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-29 Thread Tom Collins
On Jan 29, 2004, at 6:07 PM, Piotr M. Pierzak wrote:
I have the same problem
Slackware 9.1 with GNU Make 3.80
Start with a fresh copy.  `touch Makefile.in` and then try to build.

If that doesn't work, start again, `touch *` and then try to build.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


[qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-28 Thread Tom Collins
http://qmailadmin.sf.net/

This is it!  The first stable release since June 2002,
the culmination of a long development cycle.
Note that this version of QmailAdmin requires version
5.4.0 of Vpopmail (currently in release-candidate
status).  It also includes a bugfix over 1.2.0-rc3
related to adding users with blank quotas.
Significant features since QmailAdmin 1.0.6:
- Sorting of addresses on all screens.
- Translations for 4 new languages for a total of 18.
- Improved detection of user's preferred language.
- Ability for postmaster to modify user quotas.
- Improved table formats and icons.
- Radically improved add/modify mailing list interface.
- Checkbox on user page to enable spam tagging.
- Prefill domain name based on URL.
- Code cleanup to prevent buffer overflows.
- Numerous bug fixes and code improvements.
See the ChangeLog for full details of changes from
1.0.6.  Please be sure to read the INSTALL file if
upgrading from 1.0.6 and run ./configure --help for
a list of new configure options.
Changes from 1.2.0-rc3:

- Changes to Makefile to avoid copying CVS directories on install.
  Fixes previous attempt that wasn't compatible with all platforms.
- Update all mentions of --with-htmllibdir to --enable-htmllibdir.
- undef some macros defined in vpopmail_config.h and later defined
  in QmailAdmin's config.h (PACKAGE_*). [883245]
- Fix bad quota when adding user with default (blank) quota field.


RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-28 Thread Don Walters

- Ability for postmaster to modify user quotas.


Is it possible for system admins (i.e. me) to put a limit on the maximum 
space the postmaster can assign to an individual user?

_
Check out the new MSN 9 Dial-up — fast  reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1



RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-28 Thread Ulrik S. Kofod


- Ability for postmaster to modify user quotas.


 Is it possible for system admins (i.e. me) to put a limit on the maximum
  space the postmaster can assign to an individual user?


Shouldn't that be done in vqadmin ?