Re: [qmailadmin] how to resolve it!

2004-02-10 Thread Jeremy Kitchen
please set your MUA to limit lines to 72-80 characters.  Those using
text mailers like mutt will probably not read your message because of
this.  I attempted to break up the line, however in the future I will
not.

On Mon, 2003-02-10 at 01:30, wen wrote:
 now my windows system time is the year of 2003

not sure what hole you've been in for the past year, but it's 2004
everywhere I know of ;)

 that is correct,i mean that i do not kill qmailr process ,
 if i use qmail restart ,then on my freebsd system  will
 appear some qmailr proccesses,how can i kill them completely

when you kill qmail-send, it stops future processing of messages and
waits for existing processing to finish.  This is normal.  Those
qmail-remote processes are attempting to send mail currently, when all
of them exit, and qmail-send sees that it's safe to shut down, it does.

You CAN manually kill the qmail-remote processes (don't use -9),
however, that could potentially have some undesired results (duplicate
messages, etc), so it's best to just let it finish on its own.

this question perhaps should have been asked to the qmail mailing list
([EMAIL PROTECTED]) since it's not related to qmailadmin.  For future
reference.

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



[qmailadmin] Compile problem

2004-02-10 Thread Mohammed Salih
Hello Everyone,

 I am experiencing a problem while compiling the qmailadmin package. I
will give you the out put of the ./configure and make. I am running this
on a Redhat Advanced Server 2.1, with qmail-ldap + Spamassassin +
Qmailscanner (Clamav), ezmlm-0.53-idx-0.41, courier-imap-2.2.1,
autorespond-2.0.2

$./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-unknown-linux
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for crypt in -lcrypt... (cached) yes
checking for crypt in -lshadow... (cached) no
checking for floor in -lm... (cached) yes
checking for gethostbyaddr in -lnsl... (cached) yes
checking for getsockname in -lsocket... (cached) no
cat: /usr/local/vpopmail/etc/lib_deps: No such file or directory
checking whether we should prohibit caching... no
checking whether to require ip authentication... yes
checking whether to display user index... yes
checking for ezmlm-idx... yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for getcwd... (cached) yes
checking for mkdir... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged

$ make
make  all-recursive
make[1]: Entering directory `/home/nobody/build/qmailadmin-1.0.6'
make[2]: Entering directory `/home/nobody/build/qmailadmin-1.0.6'
gcc  -g -O2  -o qmailadmin  qmailadmin.o alias.o autorespond.o forward.o
mailinglist.o user.o util.o auth.o template.o command.o show.o cgi.o
limits.o dotqmail.o  -lnsl -lm -lcrypt
qmailadmin.o: In function `main':
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:133: undefined
reference to `vauth_getpw'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:136: undefined
reference to `vget_assign'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:175: undefined
reference to `vget_assign'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:180: undefined
reference to `vclose'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:199: undefined
reference to `vget_assign'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:210: undefined
reference to `vauth_user'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:214: undefined
reference to `vclose'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:226: undefined
reference to `vclose'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:231: undefined
reference to `vget_assign'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:234: undefined
reference to `vclose'
/home/nobody/build/qmailadmin-1.0.6/qmailadmin.c:240: undefined
reference to `vclose'
alias.o: In function `show_aliases':
/home/nobody/build/qmailadmin-1.0.6/alias.c:39: undefined reference to
`vclose'
alias.o: In function `show_dotqmail_lines':
/home/nobody/build/qmailadmin-1.0.6/alias.c:59: undefined reference to
`vclose'
alias.o: In function `show_dotqmail_file':
/home/nobody/build/qmailadmin-1.0.6/alias.c:199: undefined reference to
`vclose'
alias.o:/home/nobody/build/qmailadmin-1.0.6/alias.c:214: more undefined
references to `vclose' follow
alias.o: In function `moddotqmailnow':
/home/nobody/build/qmailadmin-1.0.6/alias.c:356: undefined reference to
`vauth_getpw'
/home/nobody/build/qmailadmin-1.0.6/alias.c:359: undefined reference to
`vclose'
/home/nobody/build/qmailadmin-1.0.6/alias.c:362: undefined reference to
`vauth_getpw'
/home/nobody/build/qmailadmin-1.0.6/alias.c:368: undefined reference to
`vclose'
/home/nobody/build/qmailadmin-1.0.6/alias.c:373: undefined reference to
`vclose'
/home/nobody/build/qmailadmin-1.0.6/alias.c:377: undefined reference to
`vclose'
alias.o: In function `adddotqmail':
/home/nobody/build/qmailadmin-1.0.6/alias.c:392: undefined reference to
`vclose'
/home/nobody/build/qmailadmin-1.0.6/alias.c:404: undefined reference to
`vclose'
alias.o:/home/nobody/build/qmailadmin-1.0.6/alias.c:412: more undefined
references to `vclose' follow
alias.o: In function `adddotqmailnow':
/home/nobody/build/qmailadmin-1.0.6/alias.c:459: undefined reference to

RE: [qmailadmin] Compile problem

2004-02-10 Thread Mohammed Salih

I forgot to tell you, Vpopmail is also there (vpopmail-5.2.2), it was
compiled perfectly.

-Original Message-
From: Rick Widmer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 10, 2004 2:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [qmailadmin] Compile problem



Mohammed Salih wrote:

 Hello Everyone,
 
  I am experiencing a problem while compiling the qmailadmin package. I
 will give you the out put of the ./configure and make. I am running
this
 on a Redhat Advanced Server 2.1, with qmail-ldap + Spamassassin +
 Qmailscanner (Clamav), ezmlm-0.53-idx-0.41, courier-imap-2.2.1,
 autorespond-2.0.2
 
 $./configure
 loading cache ./config.cache


What version of vpopmail are you using?  You must compile and install 
vpopmail before you can ./configure qmailadmin.

   http://vpopmail.sf.net/

Rick







Re: [qmailadmin] Compile problem

2004-02-10 Thread Eero Volotinen
Compile first vpopmail and install it.

--
Eero


Re: [qmailadmin] Compile problem

2004-02-10 Thread Eero Volotinen

 I forgot to tell you, Vpopmail is also there (vpopmail-5.2.2), it was
 compiled perfectly.

Compile is not enought, you need to install vpopmail too, because qmailadmin
uses
its libraries.

--
Eero



[qmailadmin] QmailAdmin 1.2.1 released

2004-02-10 Thread Tom Collins
http://qmailadmin.sf.net/

This release adds valias support to QmailAdmin.  If you
compile vpopmail with --enable-valias and use a database
backend, it can store aliases in a table instead of .qmail-alias
files.  QmailAdmin can now manage those table entries.
*** Please use the dotqmail2valias program from vpopmail
5.4.1 (or later) if you need to convert aliases in the old
.qmail-alias format to valias table entries. ***
A special thanks to ACIS Pty Ltd in Australia for sponsoring
Tom Collins to add valias support to QmailAdmin.
1.2.1 - released 10-Feb-04

Tom Collins
- Add note to INSTALL about requiring vpopmail 5.4.0 or later.
- Store aliases and autoresponders in valias table if vpopmail was
  compiled with --enable-valias.  Development of this feature was
  sponsored by ACIS Pty Ltd http://www.acis.com.au/. [774819]
* If you are upgrading from a previous version of QmailAdmin and
  used the --enable-valias option when building vpopmail, be sure
  to download vpopmail 5.4.1 or later and use the dotqmail2valias
  program to convert .qmail-alias files to valias table entries.