thanks all for the reply,
 
i cheked and there's no sendmail-cf installed, Im using RH7.0 my sendmail version is sendmail-8.11.0-8 that comes with the cd. but i dont have the rh7.0 installation cd, is it okey to use the sendmail-cf that comes from rh7.2 installation (sendmail-cf-8.11.6-3) or do i really need to get the same version as with sendmail that i use
 
 
regards,
Toto
----- Original Message -----
Sent: Thursday, January 30, 2003 10:39 AM
Subject: RE: Sendmail anti-spam feature?

> -----Original Message-----
> From: Toto Gamez
> Sent: Wednesday, January 29, 2003 8:07 PM
> Subject: Sendmail anti-spam feature?
>
>
> I tried to activate the sendmail anti spam. My sendamil.mc is
> at /etc/mail and my senmail.cf file is at /etc. whn i issued
> "m4 /etc/sendmail.mc > /etc/sendmail.cf" i got an error "m4:
> /etc/sendmail.mc: No such file or directory". I chang my
> command to "m4 /etc/mail/sendmail.mc > /etc/sendmail.cf" but
> I also got this error message "/etc/mail/sendmail.mc:11: m4:
> Cannot open /usr/lib/sendmail-cf/m4/cf.m4: No such file or
> directory" What should I do next?

Looks like you have not loaded the sendmail-cf RPM. cf.m4 will be loaded
when you install this rpm.


> I just added this to my sendmail.mc file:
>
> FEATURE(`dnsbl',`relays.osirusoft.com')dnl
> FEATURE(`dnsbl',`relays.ordb.org')dnl
> FEATURE(`dnsbl',`list.dsbl.org')dnl
> FEATURE(`dnsbl',`dnsbl.sorbs.net')dnl
>
> Do I also have to include this?:
>
> FEATURE(`delay_check')dnl

The use of delay checks is optional based on your requirements. Like if your
using a trusted auth mechanism to validate users. It is not needed to enable
feature dnsbl. See: /path_to_sendmail_source/cf/README for more info.

Also, consider using the following syntax when you specify your dnsbl.

FEATURE(`dnsbl', `relays.ordb.org', `"Email blocked using ORDB.org - see
http://ORDB.org/lookup/?host="$&{client_addr}')dnl

Steve Cowles



Reply via email to