Re: problem integrating spamassasin into postfix

2016-01-11 Thread Jari Fredriksson
On 11.1.2016 23.16, Reindl Harald wrote: Am 11.01.2016 um 22:04 schrieb Jari Fredriksson: My master.cf looks like: smtp inet n - n - - smtpd -o content_filter=spamfilter spamfilter unix - n n - - pipe flags=Rq user=spamd

Re: problem integrating spamassasin into postfix

2016-01-11 Thread Reindl Harald
Am 11.01.2016 um 22:04 schrieb Jari Fredriksson: My master.cf looks like: smtp inet n - n - - smtpd -o content_filter=spamfilter spamfilter unix - n n - - pipe flags=Rq user=spamd argv=/home/spamd/spamfilter.sh -oi -f ${s

Re: problem integrating spamassasin into postfix

2016-01-11 Thread Jari Fredriksson
On 11.1.2016 22.12, D CATALIN BADIRCA wrote: Hi, I am using with Postfix 10.2-RELEASE-p7 with Postfix 3.0.3 and I am trying to configure Spamassassin into my system. After I create the spam filter.sh : #!/bin/bash *SENDMAIL*=/usr/local/sbin/sendmail *SPAMASSASSIN*=/usr/local/bin/spamc logger

Re: problem integrating spamassasin into postfix

2016-01-11 Thread Jesse Norell
On Mon, 2016-01-11 at 13:32 -0700, Jesse Norell wrote: > On Mon, 2016-01-11 at 22:12 +0200, D CATALIN BADIRCA wrote: > > Hi, > > > > > > I am using with Postfix 10.2-RELEASE-p7 with Postfix 3.0.3 and I am > > trying to configure Spamassassin into my system. > > > > > > After I create the spam f

Re: problem integrating spamassasin into postfix

2016-01-11 Thread Jesse Norell
On Mon, 2016-01-11 at 22:12 +0200, D CATALIN BADIRCA wrote: > Hi, > > > I am using with Postfix 10.2-RELEASE-p7 with Postfix 3.0.3 and I am > trying to configure Spamassassin into my system. > > > After I create the spam filter.sh : > > > #!/bin/bash > SENDMAIL=/usr/local/sbin/sendmail > SPAM

Re: problem integrating spamassasin into postfix

2016-01-11 Thread D CATALIN BADIRCA
Initially it was into /usr/local/bin but I changed the location and owner to spamd:spamd thinking it was a user rights error. Now it’s back to root:root 0755. I can copy it back into /usr/local/sbin and have the same result. I followed the documentation from spamassasin wiki to get this script.

Re: problem integrating spamassasin into postfix

2016-01-11 Thread D CATALIN BADIRCA
Initially it was into /usr/local/bin but I changed the location and owner to spamd:spamd thinking it was a user rights error. Now it’s back to root:root 0755. I can copy it back into /usr/local/sbin and have the same result. I followed the documentation from spamassasin wiki to get this script.

Re: Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Benny Pedersen
Justin Edmands skrev den 2016-01-11 19:57: We have seen a few messages that were allowed to be sent "on be half of" a user within our network. The external users domain was able to send through our relay and sort of spoof the user. Any way to use spamassassin to prevent this sort of this? sasl

Re: problem integrating spamassasin into postfix

2016-01-11 Thread Reindl Harald
Am 11.01.2016 um 21:12 schrieb D CATALIN BADIRCA: Hi, I am using with Postfix 10.2-RELEASE-p7 with Postfix 3.0.3 and I am trying to configure Spamassassin into my system. After I create the spam filter.sh : #!/bin/bash *SENDMAIL*=/usr/local/sbin/sendmail *SPAMASSASSIN*=/usr/local/bin/spamc

problem integrating spamassasin into postfix

2016-01-11 Thread D CATALIN BADIRCA
Hi, I am using with Postfix 10.2-RELEASE-p7 with Postfix 3.0.3 and I am trying to configure Spamassassin into my system. After I create the spam filter.sh : #!/bin/bash SENDMAIL=/usr/local/sbin/sendmail SPAMASSASSIN=/usr/local/bin/spamc logger <<<"Spam filter piping to SpamAssassin, then to: $

Re: Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Antony Stone
On Monday 11 January 2016 at 19:57:28, Justin Edmands wrote: > We have seen a few messages that were allowed to be sent "on be half of" a > user within our network. How are you authenticating which users are allowed to send through your relay? > The external users domain was able to send through

Re: Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Reindl Harald
Am 11.01.2016 um 19:57 schrieb Justin Edmands: We have seen a few messages that were allowed to be sent "on be half of" a user within our network. The external users domain was able to send through our relay and sort of spoof the user. Any way to use spamassassin to prevent this sort of this?

Re: Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Justin Edmands
ok thank you. we do use that so I will post to the mimedefang list. -- Justin Edmands SAGE Dining Services, Inc.® Technology Department jus...@sagedining.com (410) 339-3950 x38 From: "Kevin A. McGrail" To: "Justin Edmands" , users@spamassassin.apache.org Sent: Monday, January 11, 201

Re: Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Kevin A. McGrail
On 1/11/2016 1:57 PM, Justin Edmands wrote: We have seen a few messages that were allowed to be sent "on be half of" a user within our network. The external users domain was able to send through our relay and sort of spoof the user. Any way to use spamassassin to prevent this sort of this? S

Prevent 'on behalf of' showing internal but really from external domain

2016-01-11 Thread Justin Edmands
We have seen a few messages that were allowed to be sent "on be half of" a user within our network. The external users domain was able to send through our relay and sort of spoof the user. Any way to use spamassassin to prevent this sort of this?

Re: custom rule based on score of other rule(s)

2016-01-11 Thread RW
On Mon, 11 Jan 2016 10:17:21 +0100 Melters, Fabian wrote: > Hi, > > is it possible to create custom rules based in the score of other > rule(s)? > > for example: >TEST1 finished with a score of 1.24, TEST2 finished with a score > of 0.8. >Now we create a meta test which is only matching

Re: custom rule based on score of other rule(s)

2016-01-11 Thread Reindl Harald
Am 11.01.2016 um 10:17 schrieb Melters, Fabian: Hi, is it possible to create custom rules based in the score of other rule(s)? for example: TEST1 finished with a score of 1.24, TEST2 finished with a score of 0.8. Now we create a meta test which is only matching if TEST1+TEST2>2.0 and

Re: custom rule based on score of other rule(s)

2016-01-11 Thread Axb
On 01/11/2016 10:17 AM, Melters, Fabian wrote: Hi, is it possible to create custom rules based in the score of other rule(s)? for example: TEST1 finished with a score of 1.24, TEST2 finished with a score of 0.8. Now we create a meta test which is only matching if TEST1+TEST2>2.0 and th

custom rule based on score of other rule(s)

2016-01-11 Thread Melters, Fabian
Hi, is it possible to create custom rules based in the score of other rule(s)? for example: TEST1 finished with a score of 1.24, TEST2 finished with a score of 0.8. Now we create a meta test which is only matching if TEST1+TEST2>2.0 and then gives additional 2 Points. thanks in advanc