[qmailtoaster] Logwatch

2020-11-09 Thread David Bray
Hi
I get a logwatch report sent to me on my qmailtoaster

It has a log of unmatched entries

Has anybody got some pointers on filtering there out
**Unmatched Entries** 
~/var/qmail/simscan/1604880003.508496.28659/msg.1604880003.508496.28659: OK 
~/var/qmail/simscan/1604880003.508496.28659/addr.1604880003.508496.28659: OK 
~/var/qmail/simscan/1604880003.508496.28659/textfile0: OK 
~/var/qmail/simscan/1604880003.508496.28659/textfile1: OK

Thanks in advance

Cheers

David Bray
e. da...@brayworth.com


[qmailtoaster] logwatch and spamassassin

2020-07-29 Thread Leonardo
Hi all, 

I have several servers with Logwatch sending me daily reports and all of
them come with "[***SPAM***]" included by Spamassassin in the subject. 

I tried to whitelist the sender (both From and Return-Path) in
/etc/spamassassin/local.cf with no success. 

whitelist_from_rcvd watchman@domain  host.domain
whitelist_from_rcvd root@domain  host.domain 

Any tips?

Re: [qmailtoaster] logwatch and spamassassin

2020-07-29 Thread Leonardo
I guess I didnt... now it worked: 

Before:
X-Spam-Status: Yes, score=5.7 required=5.0 tests=AWL,BAYES_99,BAYES_999,
RDNS_NONE,SUBJ_OBFU_PUNCT_FEW,SUBJ_OBFU_PUNCT_MANY autolearn=no
autolearn_force=no version=3.4.1 

After:
X-Spam-Status: No, score=-94.3 required=5.0
tests=AWL,BAYES_99,BAYES_999,
RDNS_NONE,SUBJ_OBFU_PUNCT_FEW,SUBJ_OBFU_PUNCT_MANY,USER_IN_WHITELIST
autolearn=no autolearn_force=no version=3.4.1

Thanks. 

Em 2020-07-29 11:37, Eric Broch escreveu:

> did you try just
> 
> whitelist_from
> 
> ?
> 
> On 7/29/2020 8:32 AM, Leonardo wrote: 
> 
>> Hi all,
>> 
>> I have several servers with Logwatch sending me daily reports and all of 
>> them come with "[***SPAM***]" included by Spamassassin in the subject.
>> 
>> I tried to whitelist the sender (both From and Return-Path) in 
>> /etc/spamassassin/local.cf with no success.
>> 
>> whitelist_from_rcvd watchman@domain  host.domain
>> whitelist_from_rcvd root@domain  host.domain
>> 
>> Any tips?
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] logwatch and spamassassin

2020-07-29 Thread Eric Broch

did you try just

whitelist_from

?

On 7/29/2020 8:32 AM, Leonardo wrote:


Hi all,

I have several servers with Logwatch sending me daily reports and all 
of them come with "[***SPAM***]" included by Spamassassin in the subject.


I tried to whitelist the sender (both From and Return-Path) in 
/etc/spamassassin/local.cf with no success.


whitelist_from_rcvd watchman@domainĀ  host.domain
whitelist_from_rcvd root@domainĀ  host.domain

Any tips?



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Logwatch Error

2014-08-07 Thread Dan McAllister
During the installation of QMail (including QMT), there should have been 
a symbolic link created for sendmail.

The command:
*ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail*
will re-create it, although I think they usually use relative links vs. 
the static link here.


Essentially, all *nix mail systems have hidden dependencies on the 
granddaddy of all mail programs: *sendmail*. In fact, if your program 
sends mail and DOESN'T have such a hidden dependency, you've done 
something wrong. :)


In the case of QMail (and postfix, and many others), the sendmail 
program is nothing more than an interpreter that takes sendmail syntax 
and makes it work in QMail (or postfix, or many others... you get the idea).


Your logwatch will be fine and happy if you execute the command above...

Dan McAllister
IT4SOHO

PS: I am curious -- I just (yesterday) did a fresh install on a VM for 
QMT -- brand new! -- and the link was properly created as:

///# *ls -l `which sendmail`*//
//lrwxrwxrwx 1 root qmail 28 Jun 21  2013 /usr/sbin/sendmail - 
../../var/qmail/bin/sendmail//


/As I said previously, the right way to do the sym-link is relative 
pathing, not absolute --





On 8/7/2014 12:21 AM, Chandran Manikandan wrote:

Hi Folks,

I have centos 6.5 64 bit server with installed qmailtoaster and it's 
run successfully. When i tried to use this command logwatch to watch 
the reports, it's show below error.


Can't exec sendmail: No such file or directory at /usr/sbin/logwatch 
line 1046, TESTFILE line 2.

Can't execute sendmail -t: No such file or directory

Could you anyone help me to rectify this issue. I tried to check above 
file in that line. It is program file. so i did not touch. Thanks in 
advance.



--
*Thanks,*
*Manikandan.C*
*System Administrator*



--
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
  877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax

We have support plans for QMail!



[qmailtoaster] Logwatch Error

2014-08-06 Thread Chandran Manikandan
Hi Folks,

I have centos 6.5 64 bit server with installed qmailtoaster and it's run
successfully. When i tried to use this command logwatch to watch the
reports, it's show below error.

Can't exec sendmail: No such file or directory at /usr/sbin/logwatch line
1046, TESTFILE line 2.
Can't execute sendmail -t: No such file or directory

Could you anyone help me to rectify this issue. I tried to check above file
in that line. It is program file. so i did not touch. Thanks in advance.


-- 
*Thanks,*
*Manikandan.C*
*System Administrator*


[qmailtoaster] logwatch

2007-07-16 Thread Jake Vickers
I'm going to be including some config files for logwatch in the upcoming 
release of Qmailtoaster-Plus.  I know Bob Hutchinson had some config 
files for Toaster that worked a while back (which I probably have hidden 
somewhere in my files...), but wanted to see if anyone had any other 
modifications/config files for me to look at. I've gotten logwatch 
working with Toaster, but it produces some **HUGE** emails - I'll be 
adding filters to parse out some of the data not needed.  Just figured 
I'd ask if anyone has anything canned already before I dug too deep into it.

Thanks.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] logwatch

2007-07-16 Thread Lucian Cristian

Jake Vickers wrote:
I'm going to be including some config files for logwatch in the 
upcoming release of Qmailtoaster-Plus.  I know Bob Hutchinson had some 
config files for Toaster that worked a while back (which I probably 
have hidden somewhere in my files...), but wanted to see if anyone had 
any other modifications/config files for me to look at. I've gotten 
logwatch working with Toaster, but it produces some **HUGE** emails - 
I'll be adding filters to parse out some of the data not needed.  Just 
figured I'd ask if anyone has anything canned already before I dug too 
deep into it.

Thanks.
for this qmailanaolg would be fine I couldn't setup properly so I got 
very few details about mails


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] logwatch for qmail

2007-07-13 Thread John
I am a newbie when it comes to logwatch. I see the scripts for qmail in 
the logwatch directory structure, and logwatch.conf indicates Service = 
All. I am not receiving a report section on qmail in the nightly 
logwatch emails. How do I enable this?


Thanks,
John

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]