ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Vladimir V. Kamarzin" <vvk@vvk.pp.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] backup mail server
Date: Fri, 27 Jan 2006 14:24:38 +0500
Message-ID: <m3wtgmnhux.fsf@vvk.pp.ru> (raw)
In-Reply-To: <20060127082149.GD16813@nick.comp-mir.ru> (Afanasov Dmitry's message of "Fri, 27 Jan 2006 11:21:49 +0300")

>>>>> On 27 Jan 2006 at 13:21 "AD" == Afanasov Dmitry writes:

>> настроил себе backup mail server и пересылку на основной с него.
>> всплыла нехорошая проблема - он принимает все письма для моего домена.
>> Как postfix научить принимать и пересылать письма только для существующих
>> на другом сервере пользователей? а еще лучше по шаблону, потому что адреса
>> общие
>> 
 AD> smtpd_recipient_restrictions = ... reject_unverified_recipient ...

Можно и так, но тут надо учитывать, что reject_unverified_recipient
подействует для всех доменов. Чтобы применять верификацию получателя только
для своих доменов, следует сделать примерно так:

smtpd_restriction_classes = check_relay_recipient
check_relay_recipient =
                      reject_unverified_recipient,
                      permit

smtpd_recipient_restrictions = ...
                             hash:/etc/postfix/relay_domains,
                             ...

/etc/postfix/relay_domains:
mydomain1.tld   check_relay_recipient
mydomain2.tld   check_relay_recipient

-- 
vvk



  reply	other threads:[~2006-01-27  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-18 17:00 PEGAS TOUR - DMITRIY
2006-01-19  7:39 ` Vladimir V. Kamarzin
2006-01-27  8:21 ` Afanasov Dmitry
2006-01-27  9:24   ` Vladimir V. Kamarzin [this message]
2006-01-31  8:19 ` Pavel Shurubura
2006-01-31  9:10   ` Vladimir V. Kamarzin

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=m3wtgmnhux.fsf@vvk.pp.ru \
    --to=vvk@vvk.pp.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