Gary Baribault wrote:
> Hi All,
> 
>    I had Spamassassin working on another RH 7.3 and an older Postfix
> but unfortunately the box went bye bye and I am setting up another
> one. Postfix works great as usual but I have been trying to setup the
> master.cf to filter the mail through Spamassassin and the mail is
> looping .. I followed the instructions at
> http://www.securitysage.com/guides/postfix_uce_sa.html
> allowing for the error in home directories (/var/spamassassin not
> /var/spool/spamassassin) and I created the user filter rather than
> spamfilter. I added the lines and things still don't work .. also ..
> why is he using sendmail rather than something else to re-inject the
> mail into the queue? As you can see, I set the master.cf to
> content_filter and it loops, when I remove it it works just fine ..
> OK .. Someone tell me the stupid mistake I made please .. :)
>

[snip]

Based on your logfile entries it looks like your calling sendmail-8.12.8
from postfilter.sh, not the postfix version of sendmail. i.e. From my RH-9
system

[EMAIL PROTECTED] scowles]$ cd /usr/sbin         
[EMAIL PROTECTED] sbin]$ ls -l sendm*
lrwxrwxrwx    1 root     root           21 Apr 18 21:05 sendmail ->
/etc/alternatives/mta
-rwxr-xr-x    1 root     root        95400 Jul 23 15:12 sendmail.postfix
-rwxr-sr-x    1 root     smmsp     1852091 Mar 26 08:56 sendmail.sendmail
[EMAIL PROTECTED] sbin]$ ls -l /etc/alternatives/mta
lrwxrwxrwx    1 root     root           26 Jul 20 09:45
/etc/alternatives/mta -> /usr/sbin/sendmail.postfix

Steve Cowles


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to