Re: problem integrating spamassasin into postfix

2016-01-12 Thread Matus UHLAR - fantomas
On 12.01.16 14:28, Badirca Dorian-Catalin wrote: Thank you very much for your help! It was indeed the fact that bash was not the default shell. Who works on tcsh :) thgis has nothing to do with "default" shell. if your scripts contains "#!/bin/bash", tou must have executable /bin/bash, otherw

Re: problem integrating spamassasin into postfix

2016-01-12 Thread Badirca Dorian-Catalin
: Re: problem integrating spamassasin into postfix 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

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: 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