Thread MTA mit DNSBL?: Erfahrungen, Tipps? (19 answers)
Opened by jan at 2005-01-08 20:17

Dubu
 2005-01-12 13:30
#95146 #95146
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
Ich habe mal unseren Mail-Admin gefragt, was bei uns eingetragen ist. Hier der Ausschnitt aus unserer exim.conf:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
# RBL checks (with teergrubing)
deny   hosts = +rbl_hosts
       message = host is listed in $dnslist_domain
       !senders = lsearch*@;CONFDIR/accept_senders.list
       !recipients = lsearch*@;CONFDIR/accept_recipients.list
       dnslists = relays.ordb.org:dnsbl.njabl.org:opm.blitzed.org
       delay = 300s

warn   hosts = +rbl_hosts
       message = X-Warning: $sender_host_address is listed at $dnslist_domain
       dnslists = list.dsbl.org


Und hier das Ganze fuer seinen eigenen Server:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
# RBL checks (with teergrubing)
deny   hosts = +rbl_hosts
       message = host $sender_host_address is listed in $dnslist_domain
       !senders = +accept_senders
       !recipients = +accept_recipients
       dnslists = relays.ordb.org:list.dsbl.org
       delay = 300s

warn   hosts = +rbl_hosts
       message = X-Warning: $sender_host_address is listed at $dnslist_domain
       dnslists = dnsbl.njabl.org=127.0.0.2,127.0.0.4,127.0.0.5,127.0.0.8,127.0.0.9

View full thread MTA mit DNSBL?: Erfahrungen, Tipps?