ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Shcherbina N. Timur" <timur@agral.ru>
To: <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Настройки Postfix
Date: Thu, 16 Nov 2006 15:23:07 +0300
Message-ID: <012701c7097a$0a907d50$0d00a8c0@agral.ru> (raw)
In-Reply-To: <mailman.614.1163669766.15644.sysadmins@lists.altlinux.org>


Заработало так:

Во-первых чтобы использовать регулярные выражения(маску), нужно использовать
таблицу regexp, а не hash

Тогда main.cf:

smtpd_helo_restrictions = ... regexp:/etc/postfix/helo_access ...


правило в helo_sender 

/^(.*)domen\.ru/ REJECT

Где 

^ - начало строки, без него не работает
(.*) - любое множество
\. - просто точка, без слеша бы означало любой символ
/ / - в эти слеши заключаются выражение 

      parent reply	other threads:[~2006-11-16 12:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16  9:59 ` [Sysadmins] Дайджест списка рассылки Sysadmins; том 12, выпуск 13 Shcherbina N. Timur
2006-11-16 10:07   ` Dmitriy L. Kruglikov
2006-11-16 12:23 ` Shcherbina N. Timur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='012701c7097a$0a907d50$0d00a8c0@agral.ru' \
    --to=timur@agral.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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