Retreiving Pop Mail

2001-02-19 Thread Dean Mumby

Hi I have qmail/vpopmail/qmailadmin/sqwebmail setup on a RH7 box and it all
works great. What I would like to know is what is the best solution for
retriving pop mail accross a ppp link I have tried fetchmail and getmail I
am leaning towards fetchmail because I want to be able to virusscan
incommimg and out going mail. Does any one have any recomendations as to the
best possible setup. I have looked at serialmail but I need to be able to
retrieve pop mail from a system the same as mine , with the directors having
seperate pop access so that they can check their mail away from the office
via the web at my ISP. So having a seperate queue at my ISP is not a
solution.

Regards
dean




Vpopmail-4.9.7 configure error

2001-01-17 Thread Dean Mumby

I have asked this question before so I wont post it to both lists

When I configure vpopmail-4.9.7 with
./configure \
--enable-tcpserver-file=/etc/tcpcontrol/smtp.rules \
--enable-hardquoata=700 \
--enable-defaultdomain=e-sa.co.za \
--enable-passwd=y \
--enable-logging=y \
--enable-tcprulesprog=/usr/bin/tcprules

it run But I notice the following lines

--snip--
./configure: /home/vpopmail/etc/lib_deps: No such file or directory
./configure: /home/vpopmail/inc_deps: No such file or directory
--snip--

I does install however and works as far as I can tell with no problems

When I then configure qmailadmin-pre1-0.40 with the following
./configure \
--enable-cgibindir=/var/www/cgi-bin \
--enable-cgipath=/var/www/cgi-bin/qmailadmin \
--enable-autoresponder-bin=/usr/bin \
--enable-ezmlmdir=/usr/bin/ezmlm \
--enable-htmldir=/var/www/html

I get
--snip--
cat: /home/vpopmail/etc/inc_deps: No such file or directory
cat: /home/vpopmail/etc/lib_deps: No such file or directory
--snip--

And it won't "make" then because it cant find vpopmail.h and vauth.c in
/home/vpopmail/etc but the files are sitting in /home/vpopmail/includes

I am running redhat 7.0 and using Bruce guertners RPM's

If anyone has any ideas what i may be doing wrong any help would be greatly
appreciated.

Also when is vpopmail-4.9.8 being released, Ken mentioned it may be around
the 11th

Thanks
Dean




Re: Error installing qmailadmin-0.4

2000-12-15 Thread Dean Mumby

I Have already installed vpopmail-4.9.7 and it is working.

I configured qnailadmin with
--enable-cgibindir=/var/www/cgi-bin \
--enable-autoresponder=/usr/bin \
--enable-ezmlmdir=/usr/bin

- Original Message -
From: "Tim Hunter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 15, 2000 6:05 PM
Subject: RE: Error installing qmailadmin-0.4


> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> I assume you mean the latest pre release of qmailadmin 0.40.
> Chances are you have to upgrade your vpopmail version.
>
>
> -Original Message-
> From: Dean Mumby [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 11:01 AM
> To: qmailadmin
> Subject: Error installing qmailadmin-0.4
>
>
> Hi all
> hopefully someone can help me
>
> I get this error when I try "make" qmailadmin-0.4
>
> I have qmail & vpopmail, ezmlm,autorespond all installed.
>
> snip---
> make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
> make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
> gcc -I.   -g -O2 -c qmailadmin.c
> qmailadmin.c:30:22: vpopmail.h: No such file or directory
> qmailadmin.c:31:19: vauth.h: No such file or directory
> make[2]: *** [qmailadmin.o] Error 1
> make[2]: Leaving directory `/home/esa/src/qmailadmin-0.40'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/esa/src/qmailadmin-0.40'
> make: *** [all-recursive-am] Error 2
> [root@mail qmailadmin-0.40]#
> snip---
>
> Thanks in advance
> Dean
>
>
>




Error installing qmailadmin-0.4

2000-12-15 Thread Dean Mumby

Hi all 
hopefully someone can help me

I get this error when I try "make" qmailadmin-0.4

I have qmail & vpopmail, ezmlm,autorespond all installed.

snip---
make[1]: Entering directory `/home/esa/src/qmailadmin-0.40'
make[2]: Entering directory `/home/esa/src/qmailadmin-0.40'
gcc -I.   -g -O2 -c qmailadmin.c
qmailadmin.c:30:22: vpopmail.h: No such file or directory
qmailadmin.c:31:19: vauth.h: No such file or directory
make[2]: *** [qmailadmin.o] Error 1
make[2]: Leaving directory `/home/esa/src/qmailadmin-0.40'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/esa/src/qmailadmin-0.40'
make: *** [all-recursive-am] Error 2
[root@mail qmailadmin-0.40]# 
snip---

Thanks in advance
Dean