Project Gamera Questions

Forum for getting help with Project Gamera, Spamassassin, Clamav, qmail-scanner and other anti-spam tools.
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Project Gamera Questions

Unread post by kram »

I recently installed Project Gamera and i am now trying to get up to speed.
When I execute qmail-qread there are 1300 odd message like this.

01 Aug 2013 20:26:00 GMT #54409696 3314 <#@[]>
done local msglog@centos-64-64-minimal
local root@centos-64-64-minimal

I installed qmhandle

qmhandle.pl -l

Return-path: #@[]
From: MAILER-DAEMON@centos-64-64-minimal
To: postmaster@centos-64-64-minimal
Subject: failure notice
Date: 27 Aug 2013 09:26:46 -0000
Size: 272309 bytes

First question where did i go wrong in my setup that is causing these failure notices to behave like this.

When i try and delete message from the que using qmhandle i get the following error.

Calling system script to terminate qmail...
Can't exec "/etc/init.d/qmail": No such file or directory at
/usr/bin/qmhandle.pl line 192 (#1)

Any suggestions or information will be great.
Mark Brindley
2Large Networks - Web solutions that work
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: Project Gamera Questions

Unread post by prupert »

kram wrote:When i try and delete message from the que using qmhandle i get the following error.

Calling system script to terminate qmail...
Can't exec "/etc/init.d/qmail": No such file or directory at
/usr/bin/qmhandle.pl line 192 (#1)

Any suggestions or information will be great.
Edit the file /usr/bin/qmhandle.pl

Code: Select all

# For Project Gamera
my ($stopqmail) = '/usr/bin/svc-stop qmail';
my ($startqmail) = '/usr/bin/svc-start qmail';
Lemonbit Internet Dedicated Server Management
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Re: Project Gamera Questions

Unread post by kram »

@prupert

Thank you!
Mark Brindley
2Large Networks - Web solutions that work
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Re: Project Gamera Questions

Unread post by faris »

prupert ROCKS. Thanks from me too, even if I don't use PG :-) A very useful tip.
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: Project Gamera Questions

Unread post by prupert »

hehe :-)
Lemonbit Internet Dedicated Server Management
Post Reply