If you are running sendmail and can not find the sendmail.mc file that
sendmail.cf is built from, you can always search /etc/mail/sendmail.cf
or /etc/sendmail.cf for these lines and comment them out;
# DNS based IP address spam list relays.osirusoft.com
R$* $: $&{client_addr}
R$-.$-.$-.$- $: <?> $(dnsbl $4.$3.$2.$1.relays.osirusoft.com. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+<TMP> $: TMPOK
R<?>$+ $#error $@ 5.7.1 $: "Relay spam denied - see http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr="$&{client_addr}
Dan Liston
Diana Kirk wrote:
> Thanks for the information on what to check with Sendmail. I did a quick
> look around and couldn't find sendmail.mc at all. I did find a README.
> So I will read it and see if it says anything about that. There was a
> folder called sendmail.cf and it contained a bunch of folders as well.
> I suspect my sendmail hasn't been configured to do much beyond the
> default.
>
> Actually, I was wondering how I could program it to use a service so I
> and the other list's administrator would have even less garbage to look
> at. It looks as though I might be able to do this through Sendmail. So
> thanks again.
>
> Diana
>
> On Thursday 28 August 2003 11:48 pm, Daniel Liston wrote:
>
>>Sendmail users....
>>If you have this in your sendmail.mc file, comment it out by
>>prefixing the line with dnl like this;
>>
>>dnl FEATURE(dnsbl, `relays.osirusoft.com', `"Relay spam denied - see
>>\
>>http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr="$&{client_addr}
>>')dnl
>>
>>Then remake your sendmail.cf from it using an included Makefile or
>>the m4 command.
>>
>>Dan Liston
Follow-Ups:
References:
|
|