Hi,
How can I allow or received mail from abc.com which is block osirusoft.com.
I'm using the uce of postfix to limit the spam mail

blocked using bl.spamcop.net
           1   218.70.147.79
           1   info.com.ph
           1   64.88.151.132
    blocked using relays.osirusoft.com
          12   flowgo.com
          10   pacific.net.ph
           6   myvirtualdeals.com
           3   attbi.com
           2   203.15.67.55
           2   usatv1.net
           2   optinmail4u.com
           2   wiw.org
           2   rr.com
im using
 maps_rbl_domains = relays.osirusoft.com, bl.spamcop.net,
> rbl.maps.vix.com, dul.maps.vix.com
>   smtpd_client_restrictions       =       permit_mynetworks,
>                                           reject_maps_rbl,
>                                           reject_unknown_sender_domain,
>                                           reject_unauth_pipelining
>
>   smtpd_sender_restrictions       =       permit_mynetworks,
>                                           reject_unknown_sender_domain,
>                                           reject_maps_rbl
>
>   smtpd_recipient_restrictions    =       permit_mynetworks,
>                                           permit_mx_backup,
>                                           reject_unauth_destination,
>                                           reject_unauth_pipelining,
>                                           reject_non_fqdn_sender,
>                                           reject_unknown_sender_domain,
>                                           check_relay_domains,
>                                           reject_maps_rbl,
>                                           reject


Regards,
Toto


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to