[Postfixbuch-users] check_sender_access
Sandy Drobic
postfixbuch-users at drobic.de
Di Okt 13 14:21:53 CEST 2009
Oliver Pürsten wrote:
> Ralf Hildebrandt schrieb:
>> * Oliver Pürsten <lists at puersten.de>:
>>
>>> Also bei mir klappt das weder mit noch ohne Punkt.
>>>
>>> Wenn ich mal mit einer Abfrage via postmap -q teste dann bekomme
>>> ich kein Ergebnis zurück.
>>
>> Wie testest du konkret?
>>
>
> [root at mail ~]# cat /usr/local/etc/postfix/test_block
> #ru REJECT
> .ru REJECT
> test.ru REJECT
> [root at mail ~]# postmap -q "ndjnda.ru" /usr/local/etc/postfix/test_block
> [root at mail ~]# postmap -q "test.ru" /usr/local/etc/postfix/test_block
> REJECT
> [root at mail ~]#
>
> Geht bei mir sowohl mit .ru als mit nur ru nicht.
Dann nimm einfach eine PCRE-Map:
main.cf:
smtpd_recipient_restrictions =
[....]
check_sender_access pcre:/etc/postfix/sender_blacklist.pcre
/etc/postfix/sender_blacklist.pcre:
# sbl 01
/\.ru$/ 554 we do not accept mails from .ru sender addresses! (sbl 01)
Mehr Informationen über die Mailingliste Postfixbuch-users