[Bucardo-general] turn off bucardo non-emergency email notifications?

Jonathan Brinkman JB at BlackSkyTech.com
Tue Mar 6 16:52:50 UTC 2012


Thanks but where is that psql call coming from? My /etc/crontab has no such
line in it.

-----Original Message-----
From: Greg Sabino Mullane [mailto:greg at endpoint.com] 
Sent: Tuesday, March 06, 2012 9:13 AM
To: Jonathan Brinkman
Cc: bucardo-general at bucardo.org
Subject: Re: [Bucardo-general] turn off bucardo non-emergency email
notifications?

On Tue, Mar 06, 2012 at 08:20:29AM -0500, Jonathan Brinkman wrote:
> Hi there
> I just installed an outgoing mail server (exim) on my bucardo server. 
> Now I'm getting countless bucardo messages emailed to me.
> How do I turn off email notifications - or at least the non-emergency
ones?
> Example message:
> Cron <root at client-cloud-db-1> psql -X -q -d client_db -U bucardo -c
"SELECT
> bucardo_purge_delta('10 minutes'::interval);"

For the cron stuff, just redirect to devnull:

psql -X -q -c "SELECT ..." > /dev/null


-- 
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8



More information about the Bucardo-general mailing list