Re: MIMEDefang/Sendmail problem

2004-04-13 Thread Mark Frank
* On Mon, Apr 12, 2004 at 09:50:09PM -0700 Matt Navarre wrote:
> On Monday 12 April 2004 21:32, Wayne Sierke wrote:
> >
> >  - I don't recall where I got the info about the
> > define('confINPUT_MAIL_FILTERS' not being required when
> > INPUT_MAIL_FILTER used, probably from the spamassassin docs.
> I tried dnl'ing that line earlier with no success, but fixing my speeling 
> misteak seems to have worked. 

less +/confINPUT_MAIL_FILTERS /usr/share/sendmail/cf/README

should clear it up for you.

-- 
Mark Frank
"The fix is only temporary...unless it works." - Red Green
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MIMEDefang/Sendmail problem

2004-04-12 Thread Matt Navarre
On Monday 12 April 2004 21:32, Wayne Sierke wrote:
> On Tue, 2004-04-13 at 12:05, Matt Navarre wrote:
[snippage]
> >
> > Here's the milter lines from my sendmail mc file:
> > MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock,
> > F=, T=C:15m;S:4m;R:4m;E:10m')dnl
> > define(`confMILTER_LOG_LEVEL', 7)dnl
> > define(`confINPUT_MAIL_FILERS', `mimedefang')dnl
> >
> > This is on 4.9-STABLE from march 6 with ports CVSuped this weekend.
>
> Here's what I have (on 5.2-RELEASE):
>
> INPUT_MAIL_FILTER(`mimedefang',
> `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T,
> T=C:15m;S:4m;R:4m;E:10m')dnl dnl define(`confINPUT_MAIL_FILTERS',
> `mimedefang')dnl not required when INPUT_MAIL_FILTER used
>
>  - Note that the last entry you listed contains a spelling error:
> confINPUT_MAIL_FILERS   s/FILERS/FILTERS/  - that alone may solve your
> problem

Indeed it did. I've only looked at that about a hundred times over the last 
few days.
*sigh*
>
>  - I have no idea what the distinction is between using 'S=local:' and
> 'S=unix:' - may not be significant.
Doesn't seem to be. I'ts working with the unix:
>
>  - I don't recall where I got the info about the
> define('confINPUT_MAIL_FILTERS' not being required when
> INPUT_MAIL_FILTER used, probably from the spamassassin docs.
I tried dnl'ing that line earlier with no success, but fixing my speeling 
misteak seems to have worked. 

Thanks!
>
>
> Wayne

-- 
[EMAIL PROTECTED] http://badstateofgruntledness.blogspot.com 
it was a hard sell, since he's a database person, and as far as I've seen, 
once those database worms eat into your brain, it's hard to ever get anything 
practical done again. To a database person, every nail looks like a thumb. Or 
something like that. - jwz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MIMEDefang/Sendmail problem

2004-04-12 Thread Wayne Sierke
On Tue, 2004-04-13 at 12:05, Matt Navarre wrote:
> I've been trying to get MIMEDefang/SpamAssassin/ClamAV running as described in 
> this article:
> http://www.onlamp.com/pub/a/bsd/2004/04/01/Big_Scary_Daemons.html?page=1
> 
> I think I've got everything set up right, but nothing seems to be getting 
> processed by the milter. Mail still ends up in my inbox, but no headers get 
> inserted in the mail and I don't see anything from MIMEDefang in maillog. It 
> almost seems like sendmail isn't sending the mail through mimedefang.
> 
> All the sockets seem to be in the right place (/var/spool/MIMEDefang) but I'm 
> not seeing anything from the filter.
> 
> I'm using the default mimedefang-filter file with just some email address 
> changes
> 
> Here's the milter lines from my sendmail mc file:
> MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=, 
> T=C:15m;S:4m;R:4m;E:10m')dnl
> define(`confMILTER_LOG_LEVEL', 7)dnl
> define(`confINPUT_MAIL_FILERS', `mimedefang')dnl
> 
> This is on 4.9-STABLE from march 6 with ports CVSuped this weekend.
> 
Here's what I have (on 5.2-RELEASE):

INPUT_MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, 
T=C:15m;S:4m;R:4m;E:10m')dnl
dnl define(`confINPUT_MAIL_FILTERS', `mimedefang')dnl not required when 
INPUT_MAIL_FILTER used

 - Note that the last entry you listed contains a spelling error:
confINPUT_MAIL_FILERS   s/FILERS/FILTERS/  - that alone may solve your
problem

 - I have no idea what the distinction is between using 'S=local:' and
'S=unix:' - may not be significant.

 - I don't recall where I got the info about the
define('confINPUT_MAIL_FILTERS' not being required when
INPUT_MAIL_FILTER used, probably from the spamassassin docs.


Wayne


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MIMEDefang/Sendmail problem

2004-04-12 Thread Matt Navarre
I've been trying to get MIMEDefang/SpamAssassin/ClamAV running as described in 
this article:
http://www.onlamp.com/pub/a/bsd/2004/04/01/Big_Scary_Daemons.html?page=1

I think I've got everything set up right, but nothing seems to be getting 
processed by the milter. Mail still ends up in my inbox, but no headers get 
inserted in the mail and I don't see anything from MIMEDefang in maillog. It 
almost seems like sendmail isn't sending the mail through mimedefang.

All the sockets seem to be in the right place (/var/spool/MIMEDefang) but I'm 
not seeing anything from the filter.

I'm using the default mimedefang-filter file with just some email address 
changes

Here's the milter lines from my sendmail mc file:
MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=, 
T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confMILTER_LOG_LEVEL', 7)dnl
define(`confINPUT_MAIL_FILERS', `mimedefang')dnl

This is on 4.9-STABLE from march 6 with ports CVSuped this weekend.

Any ideas?

Thanks,
Matt
-- 
[EMAIL PROTECTED]   
it was a hard sell, since he's a database person, and as far as I've seen, 
once those database worms eat into your brain, it's hard to ever get anything 
practical done again. To a database person, every nail looks like a thumb. Or 
something like that. - jwz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"