{G} Exiscan ??

2003-06-12 Thread Gregory Machin

I have exiscan up and running on problem. it sends the sender of the
viruse infected email an error message saying the email ,is infected and
wont be tarnsmitted.

How to i configure exiscan to tell the recipient that thay were protected
from a virus , customer like to see this stuff ...

Many Thanks
Gregory Machin




{G} Exiscan ??

2003-06-12 Thread Gregory Machin

I have exiscan up and running on problem. it sends the sender of the
viruse infected email an error message saying the email ,is infected and
wont be tarnsmitted.

How to i configure exiscan to tell the recipient that thay were protected
from a virus , customer like to see this stuff ...

Many Thanks
Gregory Machin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



{G} Problem Compiling Exim on woody

2003-06-11 Thread Gregory Machin
I have compiled exim on this system before no problem , but no when i try
and compile i get the following error.
" If file include from exim.h:341,
from exim_dbmbuild.c:30:
dbstuff.h:101: db.h: No such file or directory
make[1]: *** [exim_dbmbuild.o] Error 1
make[1] Levbing directory '/home/installs/exim-4.14/build-Linux-i386'
make: *** [go] Error 2

Is there a list anyware of all the libraries requied for a full compile of
exim . As i need to do the same on other versions of linux , and don't
want to have to experiment every time ..

Many thanks
Gregory Machin





{G} Problem Compiling Exim on woody

2003-06-11 Thread Gregory Machin
I have compiled exim on this system before no problem , but no when i try
and compile i get the following error.
" If file include from exim.h:341,
from exim_dbmbuild.c:30:
dbstuff.h:101: db.h: No such file or directory
make[1]: *** [exim_dbmbuild.o] Error 1
make[1] Levbing directory '/home/installs/exim-4.14/build-Linux-i386'
make: *** [go] Error 2

Is there a list anyware of all the libraries requied for a full compile of
exim . As i need to do the same on other versions of linux , and don't
want to have to experiment every time ..

Many thanks
Gregory Machin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



{G} Clamav + Amavas + Exim4 + correct config ????

2003-06-11 Thread Gregory Machin
Could someone please advise me on the correct config of these three together
as exim is working grate and don't want a lot ov down time..
if you have working config's i could look @ that'd be grate ..

Many Thank
Gregory machin






{G} Clamav + Amavas + Exim4 + correct config ????

2003-06-11 Thread Gregory Machin
Could someone please advise me on the correct config of these three together
as exim is working grate and don't want a lot ov down time..
if you have working config's i could look @ that'd be grate ..

Many Thank
Gregory machin




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



HELP Need to setup bandwidth shaping box ...Got tough boss.

2003-06-09 Thread Gregory Machin

Need to set up Bandwidth shaping box (need to control down to ports on ip
address), BUT needs to have user interface so the no linux user can alter
setting and need to generate stats (detailed),

Please help ..
Many thanks
Gregory Machin




HELP Need to setup bandwidth shaping box ...Got tough boss.

2003-06-09 Thread Gregory Machin

Need to set up Bandwidth shaping box (need to control down to ports on ip
address), BUT needs to have user interface so the no linux user can alter
setting and need to generate stats (detailed),

Please help ..
Many thanks
Gregory Machin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



HELP .. need to upgrade libc6 to a higher version ????

2003-06-07 Thread Gregory Machin
1 ) I need to upgrade libc6 to a test version so i can install clamav ,
but it has a lot of dependanies .. how do i install the new version ?
2 ) Is there an easy way to install test/unstable packges and have the
dependancies automaticly installed (all the files i've used are on the
debian ftp) at the moment i install the packages manually along with the
dependancies..




HELP .. need to upgrade libc6 to a higher version ????

2003-06-07 Thread Gregory Machin
1 ) I need to upgrade libc6 to a test version so i can install clamav ,
but it has a lot of dependanies .. how do i install the new version ?
2 ) Is there an easy way to install test/unstable packges and have the
dependancies automaticly installed (all the files i've used are on the
debian ftp) at the moment i install the packages manually along with the
dependancies..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[G] can't get mysqld to acceppt connections ..

2003-05-19 Thread Gregory Machin



Please could some one help, i can't get php page to connect via port 3306
, i have set mysqld to listen on ip interfaces in the config. i have
created a user in the in User and db with permitions but still get the
following errors ..

Warning: Host '196.7.39.241' is not allowed to connect to this MySQL
server in /home/web/linuxpro.co.za/www/htdocs/dev/index.php on line 7

Warning: MySQL Connection Failed: Host '196.7.39.241' is not allowed to
connect to this MySQL server in
/home/web/linuxpro.co.za/www/htdocs/dev/index.php on line 7
couldn't connect to sever

this is my test page ..



";
mysql_select_db( $db )
or ( "couldn't open $db: ".mysql_error());
print "Successfully connected database \"$db\"";
mysql_close($link);
?>




Many thanks
greg




*G* mysqld not listening on port 3306

2003-05-13 Thread Gregory Machin
i'm a beginner at mysql server - and i have the following problem i can
connect to my database which is residing on my mail server from my web
server. the my.cnf looks correct and has the port 3306 set , but can't
telnet in eather .

if i use mysql --host=x.x.x.x --port=x.x.x.x --usr=root
it gives me the following error:
Can't connect to MySQL server on x.x.x.x (111)
many thanks
greg




can't compile courier-imap with authmysql *G*

2003-05-11 Thread Gregory Machin
I can't compile with authmysql on debian 3 woody...

yes i do have all the require lib's for mysql got a full server install
and libmysqlclient10 installed.

I have tried the following as sergested by the faq and in mailing list...

CPPFLAGS="-I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/ssl/lib"
export CPPFLAGS
export LDFLAGS

./configure \
--with-mysql-libs=/usr/local/mysql/lib/mysql \
--with-mysql-includes=/usr/local/mysql/include/mysql \
--with-authmysql \ --with-authmysql=yes ...

and i still get .
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: /bin/sh ' .configure' failed for authlib

Please help
many thanks
greg




PLEASE HELP compiling courier-imap on woody

2003-05-10 Thread Gregory Machin
Please advise me on where i can tell the ./configure where to find the
libraries it requires ...

I keep getting errors  indicating that it needs that it cant find
libraries that i know are installed ..

the latest

" cannont find either gdbm or the db libraries "

and any advice on setting up authmysql ??

as this is the only authentication i require ..

Many thanks

greg





Debain installed exim BIG TROUBLE

2003-05-05 Thread Gregory Machin


please could someone HELP ive installed debian 3 wood and it installed
exim 3 by default ...
i can't use the dafault exim cause it's not complied to my requirements.

where does debian launch exim from cause when i telnet in exim is running
but not visable under ps -ef ??




Re: AW: Exim 4 giving trouble compiling on woody HELP

2003-05-02 Thread Gregory Machin
Yoy were write about the postgresql-dev but it is # out in my
Local/Makefile  So where is it getting the postgresql from ??

Thanks a ton..


> Gregory Machin wrote:
>>
>> This is my make output .
>> As far as i can the all the files that arequired on the
>> system are there.
>> and the Makefile is set to point to the correct loactions.
>>
>> [...]
>>
>> gcc -o exim  acl.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o
>> directory.o dns.o drtables.o enq.o exim.o expand.o filter.o globals.o
>> header.o host.o ip.o log.o lss.o match.o moan.o os.o parse.o
>> queue.o rda.o
>> readconf.o receive.o retry.o rewrite.o route.o search.o smtp_in.o
>> smtp_out.o spool_in.o spool_out.o store.o string.o tls.o
>> tod.o transport.o
>> tree.o verify.o local_scan.o  version.o \
>>   pcre/libpcre.a \
>>   routers/routers.a transports/transports.a lookups/lookups.a \
>>   auths/auths.a \
>>   -lresolv -lnsl -lcrypt\
>>-ldb -L/usr/lib -lmysqlclient -lpq  -lssl -lcrypto/
>> /usr/bin/ld: cannot find -lpq
>
> Your system is missing the package "postgresql-dev", I think. I'm not an
> Exim guru, but as you're also linking against the mysql libraries maybe
> you
> don't want postgres support and forgot to disable it somewhere?
>
>
> Thomas
>


Gregory Machin
[EMAIL PROTECTED]
072 5248 096




Exim 4 giving trouble compiling on woody HELP

2003-05-01 Thread Gregory Machin
This is my make output .
As far as i can the all the files that arequired on the system are there.
and the Makefile is set to point to the correct loactions.


`Makefile' is up to date.

make[1]: Entering directory `/home/installs/exim/exim-4.14/build-Linux-i386'
make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/pcre'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/pcre'
make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/lookups'
make[2]: `lookups.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/lookups'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/routers'
make[2]: `routers.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/routers'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/transports'
make[2]: `transports.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/transports'

make[2]: Entering directory
`/home/installs/exim/exim-4.14/build-Linux-i386/auths'
make[2]: `auths.a' is up to date.
make[2]: Leaving directory
`/home/installs/exim/exim-4.14/build-Linux-i386/auths'


awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc -c -Oversion.c
rm -f exim
gcc -o exim  acl.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o
directory.o dns.o drtables.o enq.o exim.o expand.o filter.o globals.o
header.o host.o ip.o log.o lss.o match.o moan.o os.o parse.o queue.o rda.o
readconf.o receive.o retry.o rewrite.o route.o search.o smtp_in.o
smtp_out.o spool_in.o spool_out.o store.o string.o tls.o tod.o transport.o
tree.o verify.o local_scan.o  version.o \
  pcre/libpcre.a \
  routers/routers.a transports/transports.a lookups/lookups.a \
  auths/auths.a \
  -lresolv -lnsl -lcrypt\
   -ldb -L/usr/lib -lmysqlclient -lpq  -lssl -lcrypto/
/usr/bin/ld: cannot find -lpq
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/home/installs/exim/exim-4.14/build-Linux-i386'
make: *** [go] Error 2

Many Thanks for help