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



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to