Page 1 of 1

Project Gamera Questions

Posted: Tue Aug 27, 2013 5:42 pm
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.

Re: Project Gamera Questions

Posted: Wed Aug 28, 2013 1:27 pm
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';

Re: Project Gamera Questions

Posted: Wed Aug 28, 2013 1:43 pm
by kram
@prupert

Thank you!

Re: Project Gamera Questions

Posted: Thu Aug 29, 2013 6:02 pm
by faris
prupert ROCKS. Thanks from me too, even if I don't use PG :-) A very useful tip.

Re: Project Gamera Questions

Posted: Sun Sep 01, 2013 7:40 am
by prupert
hehe :-)