From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4398010A.1030005@strat.chtts.ru> Date: Thu, 08 Dec 2005 12:46:50 +0300 From: Egorov Alexey User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: ALT Linux Community Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] =?koi8-r?b?78fSwc7J3sXOydEgzsEg0NLJxc0g0M/e1Nkgz9TExczY?= =?koi8-r?b?ztnNINDPzNjaz9fB1MXM0c0g1yBwb3N0Zml4?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 09:47:13 -0000 Archived-At: List-Archive: List-Post: Народ, подскажите где собака порылась ? Есть задача - ограничить определенному пользователю получать почту только с определенных email. В приципе есть описание в http://www.postfix.org/RESTRICTION_CLASS_README.html Делаю как там указанно: Добаляю в main.cf: smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/protected_destinations, ну и далее..... smtpd_restriction_classes = insiders_only insiders_only = check_sender_access hash:/etc/postfix/insiders, reject Создаю файлы: /etc/postfix/protected_destinations /etc/postfix/insiders Добавляю в protected_destinations test@domain.com insiders_only Добавляю в insiders domain2.com OK Делаю postmap hash: файлов protected_destinations и insiders. Затем postfix reload и в логах postfix вижу: Dec 8 12:14:41 domain postfix/smtpd[4553]: warning: unknown smtpd restriction: "insiders_only" Соответсвенно test@domain.com неполучает почту Что нужно подправить ?