On 1/14/13 1:52 PM, Gokan Atmaca wrote:
> Onerebileceginiz bir iki rbl listesi verirmisiniz. Ayrıca diger sirket
> sunucularında postfix üzerinde spam,content,virus fitrelemelrinden
> gecirmek istiorum bunun icin soyle bir seyler yaptım.

Benim sahsi kullanimim asagidaki gibi:

postscreen_dnsbl_sites = zen.spamhaus.org*2
        bl.spamcop.net*1 b.barracudacentral.org*1
postscreen_dnsbl_threshold = 2

http://www.postfix.org/POSTSCREEN_README.html

> relay_domains = hash:/etc/postfix/relay_domains
> nano /etc/postfix/relay_domains
> example.net OK
> 
> Bu yukarıdaki ayarla RBL,Mx,Spf,virus taramaisindan sonra relay ediyor
> olacak yoksa direk relay mi ediyor ?

Nasil ayarladiginiza bagli (smtpd_*_restrictions, content_filter vs).
Genelde hepsinden sonra.

> Birde kendi Whitelist ve Blacklist nasil olusturabilirim ?

Nasil bir white/black list?  IP'ye gore, heloname'e gore, gonderici
adresine gore vs.  Asagida bir ornek var:

/etc/postfix/main.cf:
        smtpd_recipient_restrictions =
                ...
                permit_mynetworks
                permit_sasl_authenticated
                reject_unauth_destionation
                check_client_access cidr:/etc/postfix/whitelist_by_IP
                check_client_access cidr:/etc/postfix/blacklist_by_IP
                check_sender_access hash:/etc/postfix/blacklist_by_sender
                diger spam kontrolleri
                ...

/etc/postfix/whitelist_by_IP:
        1.2.3.4 OK
        6.7.8.9 OK

/etc/postfix/blacklist_byIP:
        4.3.2.1 REJECT
        9.8.7.6 REJECT

/etc/postfix/blacklist_by_sender:
        example.com     REJECT
        .example.com    REJECT


http://www.postfix.org/SMTPD_ACCESS_README.html
http://www.postfix.org/RESTRICTION_CLASS_README.html

-- 
Eray Aslan <[email protected]>
_______________________________________________
Linux E-Posta Listesi
[email protected]
Liste kurallari: http://liste.linux.org.tr/kurallar.php

Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
https://liste.linux.org.tr/mailman/listinfo/linux

Cevap