ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Denis Ognewsky <emp@zra.ru>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] postfix ( деление )
Date: Thu, 12 Oct 2006 09:50:02 +0600
Message-ID: <200610120950.02040.emp@zra.ru> (raw)
In-Reply-To: <m3mz839gkk.fsf@vvk.distance.ru>

В сообщении от Среда 11 Октябрь 2006 18:34 Vladimir V. Kamarzin написал(a):

>  DO> клёво. теперь вопрос.
>  DO> у меня почта фильтруется таким образом:
>  DO> content_filter = smtp-amavis:[127.0.0.1]:10024
>  DO> как мне для определённым юзерам обойти этот фильтр ?
>
> Сделать по аналогии с
> http://www.freesource.info/wiki/Dokumentacija/Postfix/filter/saslauthentiti
>catedpassthru, только вместо первой части заюзать
> smtpd_recipient_restrictions = ...
>       check_recipient_access maptype:mapname
>
> mapname:
> user@domain     FILTER localhost:port
тоже вариант. спасибо.


впринципе до меня уже дошло. в master.cf такие строки:

127.0.0.1:10025 inet n  -       n       -       -  smtpd
    -o content_filter=
    -o local_recipient_maps=
    -o relay_recipient_maps=
    -o smtpd_restriction_classes=
    -o smtpd_client_restrictions=
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o mynetworks=127.0.0.0/8
    -o strict_rfc821_envelopes=yes
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000

я так понимаю все эти -o конкретно применяются при вызове фильтра.
можно прикрутить на local_recipient_maps, relay_recipient_maps свои проверки. 
поправтие меня если я не прав.

-- 
emp


  reply	other threads:[~2006-10-12  3:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-11  8:31 [Sysadmins] postfix (деление) Genix
2006-10-11  9:18 ` "Дворников М.В."
2006-10-11  9:30   ` [Sysadmins] postfix ( деление ) Denis Ognewsky
2006-10-11  9:34     ` Шенцев Алексей Владимирович
2006-10-12  3:46       ` Denis Ognewsky
2006-10-12  5:54         ` Шенцев Алексей Владимирович
2006-10-11 12:34     ` Vladimir V. Kamarzin
2006-10-12  3:50       ` Denis Ognewsky [this message]
2006-10-12  5:42         ` Vladimir V. Kamarzin
2006-10-11 10:44 ` Vladimir V. Kamarzin
2006-10-11 13:32   ` Genix

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=200610120950.02040.emp@zra.ru \
    --to=emp@zra.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