SpamHause RBL's?

Discussion in 'General' started by davestyle, May 18, 2009.

  1. davestyle

    davestyle New Member

    Hey guys,

    Is there a straight forward way to enable RBL lookup's with ISPconfig?
    It would take a load off spamassassin's workload and generally make life a bit more spam free :)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    just add them to your main.cf as in every postfix setup.
     
  3. manarak

    manarak Member

    here are some changes I made to the postfix configuration:

    smtpd_recipient_restrictions =
    permit_mynetworks,
    permit_sasl_authenticated,
    check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf,
    reject_unauth_destination,
    reject_invalid_hostname,
    reject_non_fdqn_hostname,
    reject_non_fdqn_sender,
    reject_non_fdqn_recipient,
    reject_unknown_sender_domain,
    reject_unknown_recipient_domain,
    reject_unauth_pipelining,
    reject_rbl_client zen.spamhaus.org,
    reject_rbl_client cbl.abuseat.org,
    reject_rbl_client combined.njabl.org,
    permit
    smtpd_helo_restrictions =
    permit_sasl_authenticated,
    permit_mynetworks,
    reject_unauth_destination,
    reject_non_fqdn_sender,
    reject_non_fqdn_recipient,
    reject_unknown_recipient_domain,
    reject_non_fqdn_hostname,
    reject_invalid_hostname,
    reject_unauth_pipelining,
    reject_rbl_client zen.spamhaus.org,
    reject_rbl_client cbl.abuseat.org,
    reject_rbl_client combined.njabl.org
    smtpd_sender_restrictions =
    permit_sasl_authenticated,
    permit_mynetworks,
    reject_unauth_destination,
    reject_non_fqdn_sender,
    reject_non_fqdn_recipient,
    reject_unknown_recipient_domain,
    reject_unauth_pipelining,
    reject_rbl_client zen.spamhaus.org,
    reject_rbl_client cbl.abuseat.org,
    reject_rbl_client combined.njabl.org
     
  4. admins

    admins Member

    Hi all

    Use UCEPROTECT : uceprotect.net

    Use Level 1 and 2, than you dont need spamhause and more.
    They provide dns method (use it until to 1000Mails a day), Wget, and resync for an own dnsbl server.

    Lets have a look.

    admins
     

Share This Page