[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Sendmail 8.9.3 and ORDB & POP Before SMTP
- Subject: [cobalt-users] Sendmail 8.9.3 and ORDB & POP Before SMTP
- From: Bill Gunning <bgunning@xxxxxxxxxxxxxxx>
- Date: Mon Jun 16 14:19:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I have a couple of clients using a local dial-up provider to get on the
internet,
and they are getting ip's that are in ORDB ...
Is their a way to move this information in the sendmail.cf file so it
checks only if
the user did not issue a POP BEFORE SMTP?
I would like to have my users who Check Mail Before Sending be excluded
from this check!
Any ideas? Is this possible?
# /etc/rc.d/init.d/sendmail restart
#
# Sendmail 8.9.3 and ORDB
# DNS based IP address spam list relays.osirusoft.com
#
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.osirusoft.com. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.osirusoft.com. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: Rejected - see http://relays.osirusoft.com/
#
# DNS based IP address spam list bl.spamcop.net
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.bl.spamcop.net. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "Spam blocked see
http://spamcop.net/bl.shtml?"$&{client_addr}
#
#
# DNS based IP address spam list relays.ordb.org
R$* $: $&{client_addr}
R::ffff:$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: Spam blocked see http://www.ordb.org
#