This works:
DEFAULT=$HOME/Mailbox
LOGFILE=$HOME/procmail.log
FROM=/usr/bin/formail -x From:
FGREP=/bin/fgrep
XYMON_ACKERS=$HOME/.xymon_ackers
:0 w
- ^Subject:.*Out of Office /dev/null
:0 w
- ^Subject:.*Undeliverable /dev/null
:0:emailack
- ? (echo "$FROM" | $FGREP -i -f $XYMON_ACKERS) | $HOME/server/bin/xymon-mailack --env=$HOME/server/etc/xymonserver.cfg
:0 /dev/null
Paul Root - Senior Engineer Managed Services Systems - CenturyLink
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Ray Reuter Sent: Monday, October 01, 2012 10:49 AM To: xymon at xymon.com Subject: [Xymon] xymon-mailack
I created the .procmail file as per the man pages, installed procmail but nothing seems to work when replying to the alerts sent by my xymon server.
The "Mailbox" in the .procmail file is it a file or a directory? Does anyone who has this working know what the permissions and owner ship of the .procmail file should be?
Everyone on this mailing list has been instrumental with helping me through some of the issue I have had. I wish I were more of a Linux guru but I am not and the company I work for does not have a true Linux engineer, he has less experience then I do.