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


[qmailadmin] Sourceforge CVS not usable

2004-01-30 Thread Rick Widmer
With the release of QmailAdmin-1.2.0 we have branched the CVS.  There is 
a branch for 1.2.0 which will get Tom's valias code and bug fixes.

The default (HEAD) branch is will become 1.3.0 which is where new 
features will go.  I expect it will be a month or two before anyone 
would consider running this branch.  I am in the process of uploading 
the cleanup work I've done over the last month.  I am about half way 
through the process, so if you use the current CVS right now it will 
probably compile, but I make no promises on if it will work.  I don't 
expect to have it stable before Monday.

NEWS contains a list of changes I have made.

If you want to use QmailAdmin grab the stable tarball from SourceForge. 
 Don't forget to  touch Makefile.in before you ./configure.







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/


[qmailadmin] Display of .qmail-user files when they contain programs

2004-01-30 Thread Andy Pryer
Hi,

I've just upgaded to QmailAdmin v1.2.0, and noticed that any 
.qmail-alias file which runs a program is only displayed in the forwards 
page if there is another .qmail-alias file which contains an email 
address.  Is this right ?

Looking at the code (forward.c) any .qmail file starting with a '|' is 
excluded, I just wondered why this is.  I can see that it'd be needed 
for the .qmail-default file, is it just that you don't want end users 
running programs unless you set them up ?

Thanks

Andy



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] Display of .qmail-user files when they contain programs

2004-01-30 Thread John Johnson
This is a big problem.. It will remove my tmda, helpdesk software, and open
relay
testing software from my .qmail files and it doesn't look like a fix will be
coming
soon :(

-John

- Original Message - 
From: Andy Pryer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 30, 2004 7:48 AM
Subject: [qmailadmin] Display of .qmail-user files when they contain
programs


 Hi,

 I've just upgaded to QmailAdmin v1.2.0, and noticed that any
 .qmail-alias file which runs a program is only displayed in the forwards
 page if there is another .qmail-alias file which contains an email
 address.  Is this right ?

 Looking at the code (forward.c) any .qmail file starting with a '|' is
 excluded, I just wondered why this is.  I can see that it'd be needed
 for the .qmail-default file, is it just that you don't want end users
 running programs unless you set them up ?


 Thanks

 Andy