Qmail + vpopmail + qmail admin problem

2001-07-29 Thread Dave Lewis

ok.. I got it all installed.. everything seems to be running.. except..


all my virtual domains cannot check mail.. pop3 won't authenticate.  my 
default domain with
local users can check pop3 no problem.  Mail is being delivered to the 
approperite /domain/xyz.com/user/Maildir/new
though


Also I can't seem to get my local domain to work as a virutal domain.. i.e. 
no local domains at all


on top of all this. Qmailadmin worked great... and now only gives me 
invalid login for any of my virtual
domains.. I even tried reinstalling qmailadmin and creating a new virtual 
domain.. same thing..


Please tell me that someone has seen this before and can help ??? I've been 
banging my head up
against a wall for about a week now.. and frankly it's getting a little sore :)


Thanks in advance for any help.


Dave Lewis



Qmail admin

2001-06-20 Thread marco1



I've installed qmail and qmail admin, now when i 
try to see my mail(with =netscape messenger) there is a message: the network 
connection was =refused by the server. The server is the same computer where 
I've my =mail.When I try to open qmail admin (localhost/c/s.dll/qmailadmin) 
the =message is : could not connect to the host localhost. I saw the 
etc/host =file and it seems ok .There is someone that could help 
me?Thanks 


Re: Qmail ADMIN!!! Please Help

2001-06-16 Thread Anton Pirnat

or even..it is the wrong version of vpopmail. I got the same message then. 
But all went well after upgrading vpopmail :)

hth
Anton Pirnat


On Friday 15 June 2001 07:44, Santosh Pasi wrote:
 Hi,

 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory

   ^

 qmailadmin.c:31: vauth.h: No such file or directory

   

 make[2]: *** [qmailadmin.o] Error 1

 On your system, there is no vpopmail.h and vauth.h file.
 try to get these files first(you may find in vpopmail src) and include
 it in proper path, may be /usr/include
 Regards,
 Santosh Pasi



 ---Original Message--
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm

 Precedence: bulk
 From: Mike Jimenez [EMAIL PROTECTED]
 To: Qmail [EMAIL PROTECTED]
 Subject: Qmail ADMIN!!! Please Help
 Date: Wed, 13 Jun 2001 12:18:42 -0700
 Content-Transfer-Encoding: 7bit
 Importance: Normal
 
 Using the new vpopmail vpopmail-4.9.10.tar and the Qmail Admin
 qmailadmin-0.45.tar . I cannot get Qmail admin to compile?
 Here is the error message I recieve.
 What in the heck is going on ? I can compile qmailadmin-0.26.tar with no
 errors but I dont want to use that.
 Thanks
 Mike
 
 qmailadmin-0.45]#
 ./configure --enable-vpopuser=vpopmail

 --enable-cgibindir=/apache/cgi-bin --enable-htmldir=/usr/local/share
 --enable-vpopmaildir=/home/vpopmail/

 creating cache ./config.cache
 checking for a BSD compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... 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... 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... yes
 checking whether gcc accepts -g... yes
 checking for ranlib... ranlib
 checking for POSIXized ISC... no
 checking how to run the C preprocessor... gcc -E
 checking for AIX... no
 checking for crypt in -lcrypt... yes
 checking for crypt in -lshadow... no
 checking for floor in -lm... yes
 checking for gethostbyaddr in -lnsl... yes
 checking for getsockname in -lsocket... no
 cat: /home/vpopmail//etc/inc_deps: No such file or directory
 cat: /home/vpopmail//etc/lib_deps: No such file or directory
 checking for ezmlm-idx... no
 checking for dirent.h that defines DIR... yes
 checking for opendir in -ldir... no
 checking for ANSI C header files... yes
 checking for unistd.h... yes
 checking for working const... yes
 checking for size_t... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for getcwd... yes
 checking for mkdir... yes
 checking for strdup... yes
 checking for strstr... yes
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating config.h
 qmailadmin-0.45]# make
 make  all-recursive
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2
 
 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==



Re: Qmail ADMIN!!! Please Help

2001-06-14 Thread Santosh Pasi

Hi,
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30: vpopmail.h: No such file or directory
  ^
qmailadmin.c:31: vauth.h: No such file or directory
    
make[2]: *** [qmailadmin.o] Error 1

On your system, there is no vpopmail.h and vauth.h file.
try to get these files first(you may find in vpopmail src) and include 
it in proper path, may be /usr/include
Regards,
Santosh Pasi



---Original Message--
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
From: Mike Jimenez [EMAIL PROTECTED]
To: Qmail [EMAIL PROTECTED]
Subject: Qmail ADMIN!!! Please Help
Date: Wed, 13 Jun 2001 12:18:42 -0700
Content-Transfer-Encoding: 7bit
Importance: Normal

Using the new vpopmail vpopmail-4.9.10.tar and the Qmail Admin
qmailadmin-0.45.tar . I cannot get Qmail admin to compile?
Here is the error message I recieve.
What in the heck is going on ? I can compile qmailadmin-0.26.tar with no
errors but I dont want to use that.
Thanks
Mike

qmailadmin-0.45]#
./configure --enable-vpopuser=vpopmail 
--enable-cgibindir=/apache/cgi-bin --enable-htmldir=/usr/local/share 
--enable-vpopmaildir=/home/vpopmail/
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... 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... 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... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for crypt in -lcrypt... yes
checking for crypt in -lshadow... no
checking for floor in -lm... yes
checking for gethostbyaddr in -lnsl... yes
checking for getsockname in -lsocket... no
cat: /home/vpopmail//etc/inc_deps: No such file or directory
cat: /home/vpopmail//etc/lib_deps: No such file or directory
checking for ezmlm-idx... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for getcwd... yes
checking for mkdir... yes
checking for strdup... yes
checking for strstr... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
qmailadmin-0.45]# make
make  all-recursive
make[1]: Entering directory `/installers/qmailadmin-0.45'
make[2]: Entering directory `/installers/qmailadmin-0.45'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30: vpopmail.h: No such file or directory
qmailadmin.c:31: vauth.h: No such file or directory
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/installers/qmailadmin-0.45'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installers/qmailadmin-0.45'
make: *** [all-recursive-am] Error 2

==
Mike Jimenez
System Administrator
Visual Perspectives Internet, Inc. (VPI.Net)
Tel: (949) 595-8622 -- Fax: (949) 595-8629
http://www.vpi.net
==







Qmail ADMIN!!! Please Help

2001-06-13 Thread Mike Jimenez

Using the new vpopmail vpopmail-4.9.10.tar and the Qmail Admin
qmailadmin-0.45.tar . I cannot get Qmail admin to compile?
Here is the error message I recieve.
What in the heck is going on ? I can compile qmailadmin-0.26.tar with no
errors but I dont want to use that.
Thanks
Mike

qmailadmin-0.45]#
./configure --enable-vpopuser=vpopmail --enable-cgibindir=/apache/cgi-bin --
enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... 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... 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... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for crypt in -lcrypt... yes
checking for crypt in -lshadow... no
checking for floor in -lm... yes
checking for gethostbyaddr in -lnsl... yes
checking for getsockname in -lsocket... no
cat: /home/vpopmail//etc/inc_deps: No such file or directory
cat: /home/vpopmail//etc/lib_deps: No such file or directory
checking for ezmlm-idx... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for getcwd... yes
checking for mkdir... yes
checking for strdup... yes
checking for strstr... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
qmailadmin-0.45]# make
make  all-recursive
make[1]: Entering directory `/installers/qmailadmin-0.45'
make[2]: Entering directory `/installers/qmailadmin-0.45'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30: vpopmail.h: No such file or directory
qmailadmin.c:31: vauth.h: No such file or directory
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/installers/qmailadmin-0.45'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installers/qmailadmin-0.45'
make: *** [all-recursive-am] Error 2

==
Mike Jimenez
System Administrator
Visual Perspectives Internet, Inc. (VPI.Net)
Tel: (949) 595-8622 -- Fax: (949) 595-8629
http://www.vpi.net
==





RE: Qmail ADMIN!!! Please Help

2001-06-13 Thread Mike Jimenez

That was not the problem. But I found out how to fix on on the Qmail Admin
list.
Thanks for the help though.
Mike

 cp -fp vauth.h vpopmail.h vpopmail_config.h
/your/source/qmailadmin/directory

LIBS=-L/home/vpopmail/lib -lvpopmail DEFS=/home/vpopmail/include
./configure --enable-vpopuser=vpopmail --enable-cgibindir=/apache/cgi-bin --
enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/

-Original Message-
From: Joshua Nichols [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 1:22 PM
To: Mike Jimenez
Subject: RE: Qmail ADMIN!!! Please Help


Try removing the trailing slash from your --enable-vpopmail switch.

Look at the error message in the middle.  How often do you see // in a
legitimate *NIX path?

--joshua.


 qmailadmin-0.45]# ./configure --enable-vpopuser=vpopmail
 --enable-cgibindir=/apache/cgi-bin --
 enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/
 creating cache ./config.cache
.
.
.
 cat: /home/vpopmail//etc/inc_deps: No such file or directory
 cat: /home/vpopmail//etc/lib_deps: No such file or directory
.
.
.
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2

 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==








RE: Qmail Admin

2001-06-12 Thread Kieran Barnes

It looks lilke you don't have vpopmail installed.
Or it is installed in a funny location. Try
--enable-vpopmaildir=/path/to/your/vpopmail in your ./configure line

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


 -Original Message-
 From: Mike Jimenez [mailto:[EMAIL PROTECTED]]
 Sent: 12 June 2001 00:42
 To: Qmail
 Subject: Qmail Admin
 
 
 How come the admin tool does not compile?
 Here is the following:
 Also here is the ./configscript
 
 ./configure --enable-vpopuser=vpopmail 
 --enable-cgibindir=/apache/cgi-bin --
 enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/
 
 
 #make
 make  all-recursive
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2
 
 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==
 
 



RE: Qmail Admin

2001-06-12 Thread Mike Jimenez

Nope Vpopmail mail is installed and the location is the exact location?
But the thing that does not make sense if I compile the previous version it
installs fine no errors?
But I want to use the new version not the old one.

Thanks
Mike

-Original Message-
From: Kieran Barnes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 1:52 AM
To: 'Mike Jimenez'; Qmail
Subject: RE: Qmail Admin


It looks lilke you don't have vpopmail installed.
Or it is installed in a funny location. Try
--enable-vpopmaildir=/path/to/your/vpopmail in your ./configure line

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


 -Original Message-
 From: Mike Jimenez [mailto:[EMAIL PROTECTED]]
 Sent: 12 June 2001 00:42
 To: Qmail
 Subject: Qmail Admin


 How come the admin tool does not compile?
 Here is the following:
 Also here is the ./configscript

 ./configure --enable-vpopuser=vpopmail
 --enable-cgibindir=/apache/cgi-bin --
 enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/


 #make
 make  all-recursive
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2

 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==






RE: Qmail Admin

2001-06-12 Thread Mike Jimenez

This is the version of vpopmail that I have installed.
vpopmail-4.9.6-1 also this is the version of Qmail Admin I'm trying to
install. qmailadmin-0.45
The previous version Installs with no errors at all?
Thanks
Mike


-Original Message-
From: inter7 [mailto:inter7]On Behalf Of Ken Jones
Sent: Tuesday, June 12, 2001 1:41 AM
To: Mike Jimenez
Subject: Re: Qmail Admin


Sounds like you need to upgrade your vpopmail.
What version do you have installed?

Ken Jones
inter7

Mike Jimenez wrote:

 How come the admin tool does not compile?
 Here is the following:
 Also here is the ./configscript


./configure --enable-vpopuser=vpopmail --enable-cgibindir=/apache/cgi-bin --
 enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/

 #make
 make  all-recursive
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2

 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==




Qmail Admin

2001-06-11 Thread Mike Jimenez

How come the admin tool does not compile?
Here is the following:
Also here is the ./configscript

./configure --enable-vpopuser=vpopmail --enable-cgibindir=/apache/cgi-bin --
enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/


#make
make  all-recursive
make[1]: Entering directory `/installers/qmailadmin-0.45'
make[2]: Entering directory `/installers/qmailadmin-0.45'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30: vpopmail.h: No such file or directory
qmailadmin.c:31: vauth.h: No such file or directory
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/installers/qmailadmin-0.45'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/installers/qmailadmin-0.45'
make: *** [all-recursive-am] Error 2

==
Mike Jimenez
System Administrator
Visual Perspectives Internet, Inc. (VPI.Net)
Tel: (949) 595-8622 -- Fax: (949) 595-8629
http://www.vpi.net
==





vpopmail/qmail admin

2000-06-14 Thread Paul Farber

Hello all,

I'm using qmail 1.03 and trying to add qmailadmin support for
administrating the accounts. 

How do I keep the existing account in place while still utilizing the
qmailadmin features or having to redo all the accounts under
/home/vpopmail/domain/??

Any tips??

Paul Farber
Farber Technology
[EMAIL PROTECTED]
Ph  570-628-5303
Fax 570-628-5545




Looking for Qmail Admin Tech

2000-04-06 Thread Agreencash

If anyone is interested in helping us get our Qmail working properly please 
email me ASAP.

[EMAIL PROTECTED]