ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Postfix и cпам листы
@ 2003-08-13  7:12 support
  2003-08-13 16:05 ` Dmitry Lebkov
  0 siblings, 1 reply; 2+ messages in thread
From: support @ 2003-08-13  7:12 UTC (permalink / raw)
  To: community

Здравствуйте!
Подскажите если кто делал такую штуку.
Есть postfix 2.0.13 в нем установлена поддержка
Mysql виртуальных доменов и стоят проверки на блок листы

smtpd_recipient_restrictions =
 permit_sasl_authenticated,
 permit_mynetworks,
 reject_unauth_destination,
 reject_rbl_client      list.dsbl.org,
 reject_rbl_client      relays.ordb.org,
 reject_rbl_client      dynablock.wirehub.net,
 reject_rbl_client      blackholes.wirehub.net,
 reject_rbl_client      dnsbl.njabl.org

Мне нужно для одного из виртуальных доменов выборочно отключить
reject_rbl_client,
для других оставить. Можно ли это сделать на постфиксе?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] Postfix и cпам листы
  2003-08-13  7:12 [Comm] Postfix и cпам листы support
@ 2003-08-13 16:05 ` Dmitry Lebkov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Lebkov @ 2003-08-13 16:05 UTC (permalink / raw)
  To: community

On Wed, 13 Aug 2003 11:12:50 +0400
<support@planetashop.ru> wrote:

> Здравствуйте!
> Подскажите если кто делал такую штуку.
> Есть postfix 2.0.13 в нем установлена поддержка
> Mysql виртуальных доменов и стоят проверки на блок листы
> 
> smtpd_recipient_restrictions =
>  permit_sasl_authenticated,
>  permit_mynetworks,
>  reject_unauth_destination,
>  reject_rbl_client      list.dsbl.org,
>  reject_rbl_client      relays.ordb.org,
>  reject_rbl_client      dynablock.wirehub.net,
>  reject_rbl_client      blackholes.wirehub.net,
>  reject_rbl_client      dnsbl.njabl.org
> 
> Мне нужно для одного из виртуальных доменов выборочно отключить
> reject_rbl_client,
> для других оставить. Можно ли это сделать на постфиксе?

Можно.

> smtpd_recipient_restrictions =
>  permit_sasl_authenticated,
>  permit_mynetworks,
>  reject_unauth_destination,
   check_recipient_access hash:/etc/postfix/rbl_exceptions,
>  reject_rbl_client      list.dsbl.org,
>  reject_rbl_client      relays.ordb.org,
>  reject_rbl_client      dynablock.wirehub.net,
>  reject_rbl_client      blackholes.wirehub.net,
>  reject_rbl_client      dnsbl.njabl.org


/etc/postfix/rbl_exceptions:
virtual.domain.tld	OK

Примерно так. Да, и не забыть 'postmap /etc/postfix/rbl_exceptions'


--
WBR, Dmitry Lebkov


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-13 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13  7:12 [Comm] Postfix и cпам листы support
2003-08-13 16:05 ` Dmitry Lebkov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git