Re: [2] protocol error in spamassassin

2007-03-12 Thread Daryl C. W. O'Shea
gable wrote: Yes! ... i now officially feel like a moron :-) ... yr right ... zabbix makes a tcp connection to port 783 to check it's running ... switching monitoring on and off ... switches the error on and off ... I'll look for the spamd process instead as a monitoring means ... I guees the fa

Re: [2] protocol error in spamassassin

2007-03-12 Thread David B Funk
On Sun, 11 Mar 2007, gable wrote: > > > we have monitoring in place .. zabbix in this case .. The process isn't > dying, tailing the logs .. and checking processes .. the spamd process is up > and running ... but the connection between spamc and the daemon isn't > talking correctly A fellow s

Re: [2] protocol error in spamassassin

2007-03-12 Thread gable
t; umask 077 >> >> >> >> OUTPUT="`mktemp /tmp/mailfilter.XX`" >> >> if [ "$?" != 0 ]; then >> >> /usr/bin/logger -s -p mail.warning -t filter \ >> >> "Unable to create temporary file." &g

Re: [2] protocol error in spamassassin

2007-03-11 Thread Justin Mason
ot; > >> exit $EX_TEMPFAIL > >> fi > >> > >> # Clean up when done or when aborting. > >> trap "rm -f $OUTPUT" EXIT SIGTERM > >> > >> $SPAMASSASSIN -x > $OUTPUT > >> return="$?" > >> if [ &quo

Re: [2] protocol error in spamassassin

2007-03-11 Thread gable
; >> # Clean up when done or when aborting. >> trap "rm -f $OUTPUT" EXIT SIGTERM >> >> $SPAMASSASSIN -x > $OUTPUT >> return="$?" >> if [ "$return" == 1 ]; then >> echo "Message content rejected" >>

Re: [2] protocol error in spamassassin

2007-03-11 Thread Justin Mason
turn)" > exit $EX_TEMPFAIL > fi > > $SENDMAIL "$@" < $OUTPUT > exit $? > > I'm pretty sure its something i've done wrong ... the same error started on > both relays ... a minute apart from one another - no manual/automatic > installl's happened (yum.log) ... and the configs and exactly as they were > before ... nothing has really be changed .. *rolling eyes* :) .. > > > > > -- > View this message in context: > http://www.nabble.com/protocol-error-in-spamassassin-tf3386186.html#a9425778 > Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: [2] protocol error in spamassassin

2007-03-11 Thread gable
amc return $return)" exit $EX_TEMPFAIL fi $SENDMAIL "$@" < $OUTPUT exit $? I'm pretty sure its something i've done wrong ... the same error started on both relays ... a minute apart from one another - no manual/automatic installl's happened (yum.log) ... and the

protocol error in spamassassin

2007-03-11 Thread gable
efork: child states: II any assistance would be much appreciated Cheers ... -- View this message in context: http://www.nabble.com/protocol-error-in-spamassassin-tf3386186.html#a9425679 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.