From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Oleg K. To: community@altlinux.ru Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [217.23.67.219] Date: Fri, 15 Oct 2004 01:42:58 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: [Comm] /etc/postfix/transport X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 21:42:58 -0000 Archived-At: List-Archive: List-Post: Здравствуйте. Нужно настроить доставку почты postfix'ом с dialup-машины на smtp-сервер. Есть два почтовых ящика: user1@site1.ru, user2@site2.ru. В /etc/postfix/transport пишу: site1.ru smtp:smtp.site1.ru site2.ru smtp:smtp.site2.ru В /etc/postfix/main.cf указываю путь к БД: transport_maps = hash:/etc/postfix/transport Делаю: # postmap /etc/postfix/transport # postfix reload Далее пишу письмо, например, с `from: user1@site1.ru; to: vasya@pupkin.com'. По идее, postfix должен теперь доставлять почту на сервер smtp.site1.ru, однако он пытается отправить ее через сервер pupkin.com. Помогите советом, плз. P.S. Использовать почтовый сервер провайдера возможности нет.