From owner-freebsd-stable@FreeBSD.ORG Wed Aug 27 23:26:45 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C21116A4BF for ; Wed, 27 Aug 2003 23:26:45 -0700 (PDT) Received: from ariel.yandex.ru (ariel.yandex.ru [213.180.193.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A413A43FF9 for ; Wed, 27 Aug 2003 23:26:44 -0700 (PDT) (envelope-from prebrov@yandex.ru) Received: from YAMAIL (ariel.yandex.ru) by mail.yandex.ru id ; Thu, 28 Aug 2003 10:26:26 +0400 Date: Thu, 28 Aug 2003 10:26:26 +0400 (MSD) From: "Pavel M. Rebrov" Sender: prebrov@yandex.ru Message-Id: <3F4DA092.000007.21148@ariel.yandex.ru> MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] Errors-To: prebrov@yandex.ru To: stable@freebsd.org X-source-ip: 213.80.132.7 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: alternatvie MTA (mailer.conf problem) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: prebrov@yandex.ru List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 06:26:45 -0000 I've installed Courier-0.42.2 as a mail server and wanted to completely switch onto it. So, I've compiled and installed it, edited /etc/rc.conf: sendmail_enable="NONE" and /etc/mail/mailer.conf: sendmail /usr/local/bin/sendmail send-mail /usr/local/bin/sendmail mailq /usr/local/bin/mailq newaliases /usr/local/sbin/makealiases but I'm still not sure it's working correctly 'cause daily reports aren't delivered to me anymore :-( Could anyone tell me, what am I doing wrong?