Re: [qmailadmin] installation problem on Fedora core 1

2004-06-26 Thread karlo
On Fri, 2004-06-25 at 02:18, Tom Collins wrote:

Ok, resolved problem, I have added /home/vpopmail/lib in a
/etc/ld.so.conf ...


I'm very stupid ! :)

Many Thanks


 On Jun 24, 2004, at 7:58 AM, Karlo wrote:
  config.status: creating Makefile
 
  sed: file /tmp/csz17987/subs-2.sed line 36: Unterminated `s' command ##
  WHY THIS ??
 
 Try running `libtoolize` in the qmailadmin source directory before 
 configuring or making it.  Please let us know if that solves the 
 problem.
 
 --
 Tom Collins  -  [EMAIL PROTECTED]
 QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
 Info on the Sniffter hand-held Network Tester: http://sniffter.com/
 
-- 
karlo [EMAIL PROTECTED]
NoOne


signature.asc
Description: This is a digitally signed message part


Re: [qmailadmin] installation problem on Fedora core 1

2004-06-26 Thread Jeremy Kitchen
On Saturday 26 June 2004 08:54 am, karlo wrote:
 Ok, resolved problem, I have added /home/vpopmail/lib in a
 /etc/ld.so.conf ...

 I'm very stupid ! :)

that really shouldn't be necessary, since vpopmail isn't a shared library, but 
if it works, who cares :)

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



[qmailadmin] installation problem on Fedora core 1

2004-06-24 Thread Karlo
Pre-requisits : qmail, vpopmail, autorespond and ezmlm are satisfied,
this is the output


checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-unknown-linux
checking host system type... i686-unknown-linux
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for crypt in -lcrypt... yes
checking for crypt in -lshadow... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether closedir returns void... no
checking for dup2... yes
checking for memset... yes
checking for mkdir... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking whether we should prohibit caching... no
checking whether to require ip authentication... yes
checking whether to display user index... yes
checking whether to allow admins to modify user quotas... yes
checking whether to autofill domain name on login page... no
checking whether to allow spam check enable/disable... no
checking whether to show help pages... no
checking for ezmlm-idx... yes
configure: creating ./config.status
config.status: creating Makefile

sed: file /tmp/csz17987/subs-2.sed line 36: Unterminated `s' command ##
WHY THIS ??

config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

qmailadmin 1.2.1
Current settings
---
   cgi-bin dir = /webstore/apache/cgi-bin/
  html dir = /webstore/apache/qmailadminhtml
 image dir = /webstore/apache/qmailadminhtml/images
 image URL = /images/qmailadmin
  template dir = /usr/local/share/qmailadmin
 qmail dir = /var/qmail
  vpopmail dir = /home/vpopmail
   autorespond dir = /usr/local/bin
 ezmlm dir = /usr/local/bin/ezmlm/
 ezmlm idx = yes
   mysql for ezmlm = yes
  help = no
  modify quota = yes
   domain autofill = no
 modify spam check = no

and make:

make: *** No targets.  Stop.


Please help me ! 


-- 
best regards

karlo at nudometallo.org



signature.asc
Description: This is a digitally signed message part


[qmailadmin] qmailadmin installation issue

2004-03-09 Thread Mike Roppolo




Hi there 
-I'm trying to install qmailadmin (ver 1.2.0) for the first time 
on my machine (debian: 
testing).There used to be a ./configure parameter 
"--enable-vpopmaildir=dir name" which told the installer where your 
vpopmail directory is located, but the v1.2.0 installation guide no longer lists 
this as an option.

The reason I ask is whenI "make" the installation, I get 
the following errors:
--
gcc -I. -I. -I. -I. -g -O2 
-c `test -f 'qmailadmin.c' || echo './'`qmailadmin.cqmailadmin.c:28:29: 
vpopmail_config.h: No such file or directoryqmailadmin.c:36:22: vpopmail.h: 
No such file or directoryqmailadmin.c:37:19: vauth.h: No such file or 
directoryqmailadmin.c:38:21: vlimits.h: No such file or 
directoryqmailadmin.c: In function `main':
What is the work 
around for this issue 
?Thanks,Mike


[qmailadmin] RE: qmailadmin installation issue

2004-03-09 Thread Mike Roppolo



Never 
mind. I figured it out.

The 
answer is to install/upgrade to vpopmail v5.4.0, then re-install 
qmailadmin.

I hope 
this information helps others ...

Have a 
great day !

Mike

  -Original Message-From: Mike Roppolo 
  Sent: Tuesday, March 09, 2004 10:09 AMTo: 
  '[EMAIL PROTECTED]'Subject: qmailadmin installation 
  issue
  
  Hi there 
  -I'm trying to install qmailadmin (ver 1.2.0) for the first time 
  on my machine (debian: 
  testing).There used to be a ./configure parameter 
  "--enable-vpopmaildir=dir name" which told the installer where your 
  vpopmail directory is located, but the v1.2.0 installation guide no longer 
  lists this as an option.
  
  The reason I ask is whenI "make" the installation, I 
  get the following errors:
  --
  gcc -I. -I. -I. -I. -g 
  -O2 -c `test -f 'qmailadmin.c' || echo 
  './'`qmailadmin.cqmailadmin.c:28:29: vpopmail_config.h: No such file or 
  directoryqmailadmin.c:36:22: vpopmail.h: No such file or 
  directoryqmailadmin.c:37:19: vauth.h: No such file or 
  directoryqmailadmin.c:38:21: vlimits.h: No such file or 
  directoryqmailadmin.c: In function `main':
  What is the work 
  around for this issue 
  ?Thanks,Mike


[qmailadmin] Qmailadmin installation problems with LDAP support

2003-12-06 Thread Timo Virtaneva
Hi

I hope that someone is able to help me.

I want to use LDAP with vpopmail and qmailadmin. The Vpopmail seems to work
OK and I can create domains and users to the LDAP database.

When I'm compiling the qmailadmin (ver qmailadmin-1.0.6 ), I get following
errors. I don't know what to define and where to get the qmailadmin
compiled.

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(.text+0xcf): In function `main':
/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:240: undefined reference to
`vclose'
qmailadmin.o(.text+0x14d):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:199:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x195):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:210:
undefined reference to `vauth_user'
qmailadmin.o(.text+0x234):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:231:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x257):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:234:
undefined reference to `vclose'
qmailadmin.o(.text+0x3ff):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:175:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x45a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:180:
undefined reference to `vclose'
qmailadmin.o(.text+0x578):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:133:
undefined reference to `vauth_getpw'
qmailadmin.o(.text+0x59a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:136:
undefined reference to `vget_assign'
 
I have compiled the qmailadmin-1.0.6 with following options
 
./configure \
  --enable-htmldir=/var/www/qmailadmin/html \
  --enable-cgibindir=/var/www/qmailadmin/html/cgi \
  --enable-cgipath=/cgi/qmailadmin.cgi \
  --enable-no-cache=y
 
 
I have compiled the vpopmail-5.2.2 with following options
 
vpopmail-5.2.2
 
./configure \
  --enable-roaming-users=y \
  --enable-default-domain=pp.netsol.fi \
  [EMAIL PROTECTED] \
  --enable-relay-clear-minutes=360 \
  --enable-logging=p \
  --enable-defaultquota=2000S \
  --enable-ip-alias-domains=n \
  --enable-passwd=n \
  --enable-clear-passwd=y \
  --enable-ldap=y
 
Best Regards
 Timo Virtaneva



Re: [qmailadmin] Qmailadmin installation problems with LDAP support

2003-12-06 Thread Michael Bowe
I tested this and duplicated the error you report

Then I tested using vpopmail-5.3.30 and qmailadmin-1.0.29, and found that
error doesnt occur with that combination

I would recommend you upgrade to vpopmail-5.3.30 / qmailadmin-1.0.29, as
they contain many new features and bug fixes, and are close to being marked
as the new stable release

Michael.

- Original Message - 
From: Timo Virtaneva [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 07, 2003 9:45 AM
Subject: [qmailadmin] Qmailadmin installation problems with LDAP support


 Hi

 I hope that someone is able to help me.

 I want to use LDAP with vpopmail and qmailadmin. The Vpopmail seems to
work
 OK and I can create domains and users to the LDAP database.

 When I'm compiling the qmailadmin (ver qmailadmin-1.0.6 ), I get following
 errors. I don't know what to define and where to get the qmailadmin
 compiled.

 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(.text+0xcf): In function `main':
 /usr/local/src/qmailadmin-1.0.6/qmailadmin.c:240: undefined reference to
 `vclose'

qmailadmin.o(.text+0x14d):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:199:
 undefined reference to `vget_assign'

qmailadmin.o(.text+0x195):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:210:
 undefined reference to `vauth_user'

qmailadmin.o(.text+0x234):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:231:
 undefined reference to `vget_assign'

qmailadmin.o(.text+0x257):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:234:
 undefined reference to `vclose'

qmailadmin.o(.text+0x3ff):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:175:
 undefined reference to `vget_assign'

qmailadmin.o(.text+0x45a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:180:
 undefined reference to `vclose'

qmailadmin.o(.text+0x578):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:133:
 undefined reference to `vauth_getpw'

qmailadmin.o(.text+0x59a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:136:
 undefined reference to `vget_assign'

 I have compiled the qmailadmin-1.0.6 with following options

 ./configure \
   --enable-htmldir=/var/www/qmailadmin/html \
   --enable-cgibindir=/var/www/qmailadmin/html/cgi \
   --enable-cgipath=/cgi/qmailadmin.cgi \
   --enable-no-cache=y


 I have compiled the vpopmail-5.2.2 with following options

 vpopmail-5.2.2

 ./configure \
   --enable-roaming-users=y \
   --enable-default-domain=pp.netsol.fi \
   [EMAIL PROTECTED] \
   --enable-relay-clear-minutes=360 \
   --enable-logging=p \
   --enable-defaultquota=2000S \
   --enable-ip-alias-domains=n \
   --enable-passwd=n \
   --enable-clear-passwd=y \
   --enable-ldap=y

 Best Regards
  Timo Virtaneva






Re: [qmailadmin] Qmailadmin installation problems with LDAP support

2003-12-06 Thread Tom Collins
On Saturday, December 6, 2003, at 03:45  PM, Timo Virtaneva wrote:
When I'm compiling the qmailadmin (ver qmailadmin-1.0.6 ), I get  
following
errors. I don't know what to define and where to get the qmailadmin
compiled.

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(.text+0xcf): In function `main':
/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:240: undefined reference  
to
`vclose'
qmailadmin.o(.text+0x14d):/usr/local/src/qmailadmin-1.0.6/ 
qmailadmin.c:199:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x195):/usr/local/src/qmailadmin-1.0.6/ 
qmailadmin.c:210:
undefined reference to `vauth_user'

There's a bug in vpopmail 5.2.2's installation process (a bug that  
doesn't exist in the current development version).  If you're  
installing for the first time, it can't create two files in  
~vpopmail/etc because that directory doesn't exist yet.

There's an easy solution though, go into your vpopmail source directory  
(the one you compiled and installed from) and type `./config.status  
--recheck`.  That will re-run the configuration program with your  
original options, and create the files in ~vpopmail/etc that qmailadmin  
needs to compile correctly.

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



Re: Qmailadmin installation

2000-07-17 Thread Jaren Peterson

 If I reinstall QmailAdmin won't I lose all my users, forwards and aliases
 that I have set up with the previous installation? If there is a way to
 reinstall without losing them I would love to know!

thanks in advance once again.
Jaren
P.S. Sorry bout sending that out saying I was secretary of state before.. I
was trying to prove to my boss that without Relay Control anybody could send
mail saying they were anybody.. :) needless to say, he believes me now and has
let me set it up.





Re: Qmailadmin installation

2000-07-17 Thread Daniel E. Jackson

Once during an upgrade (hardware upgrade) I had to move an existing installation to 
another machine.  I tar'd up the vpopmail root directory and the /var/qmail/control 
and /var/qmail/users directory
and had no problems.  One week after the upgrade, we installed a new server to keep a 
mirror of the installation for reliability's sake, using the same methods, and it 
works well.  You still need to
do the initial install of qmail, rblsmtpd, vpopmail, etc but after that...

Dan

Jaren Peterson wrote:
 
  If I reinstall QmailAdmin won't I lose all my users, forwards and aliases
  that I have set up with the previous installation? If there is a way to
  reinstall without losing them I would love to know!
 
 thanks in advance once again.
 Jaren
 P.S. Sorry bout sending that out saying I was secretary of state before.. I
 was trying to prove to my boss that without Relay Control anybody could send
 mail saying they were anybody.. :) needless to say, he believes me now and has
 let me set it up.

-- 
Whatever hits the fan will not be evenly distributed.
==
Daniel E. JacksonSchlumberger GeoQuest/System Engineer
[EMAIL PROTECTED]   Voice: (713) 513-2170 
==