From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Peter V. Saveliev" To: mandrake-russian@altlinux.ru Subject: Re: [mdk-re] Postfix Message-Id: <20020207161341.6cd70951.peet@infosite.ru> In-Reply-To: <20020207150218.14b09dc4.kosha@kp.ru> References: <20020207122843.14c8aa3b.kosha@kp.ru> <20020207150218.14b09dc4.kosha@kp.ru> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i586-alt-linux) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Sender: mandrake-russian-admin@altlinux.ru Errors-To: mandrake-russian-admin@altlinux.ru X-BeenThere: mandrake-russian@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: mandrake-russian@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: Linux-Mandrake RE / ALT Linux discussion list List-Unsubscribe: , List-Archive: Date: Thu Feb 7 16:09:22 2002 X-Original-Date: Thu, 7 Feb 2002 16:13:41 +0300 Archived-At: List-Archive: List-Post: On Thu, 7 Feb 2002 15:02:18 +0300 "Korshunov Ilya" wrote: > O 1) Как он ведёт себя вместе с AVP. Я имею в виду не слишком ли большая нагрузка. Наш средний объём почты 0.5-0.7GB в день в оба конца. > > 2) Есть ли в Postfix возможности "резать" атачменты определёных типов, например .exe .com .pif .bat .lnk > > 3) Насколько гиморно переносить имеющуюся структуру почтовых ящиков solstice mail server (sendmail в принципе) на postfix. > > > > Буду благодарен за любые советы и ссылки на читаемую документацию. > > > > Люди ?? Неужто никто не знает ? Все заняты обсуждением слэнга. Значится, так... 1) Не ставил. 2) Есть возможность резать письма с такими аттачментами. Есть regexps по заголовкам и телу письма. 8<---------------------------------------------------------------------------- # The header_checks parameter specifies an optional table with patterns # that each logical message header is matched against, including # headers that span multiple physical lines. Patterns are matched # in the specified order, and the search stops upon the first match. # When a pattern matches, what happens next depends on the associated # action that is specified in the right-hand side of the table: # # REJECT the entire message is rejected. # REJECT text.... The text is sent to the originator. # IGNORE the header line is silently discarded. # WARN the header is logged (not rejected) with a warning message. # # These patterns do not apply to MIME headers in the message body. # # See also the body_checks example in the sample-filter.cf file. # #header_checks = regexp:/etc/postfix/header_checks 8<---------------------------------------------------------------------------- 3) Да как-то не слишком... Если я правильно понял, то речь про virtuserta....? Если - да, то в постфиксе даже поудобнее будет. А вот документации к нему лучше, чем в /usr/share/doc/postfix*, не встречал. Петр.