From owner-freebsd-questions@FreeBSD.ORG Thu May 15 11:36:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C423837B401 for ; Thu, 15 May 2003 11:36:30 -0700 (PDT) Received: from 12-229-238-38.client.attbi.com (evrtwa1-ar10-4-61-248-037.evrtwa1.dsl-verizon.net [4.61.248.37]) by mx1.FreeBSD.org (Postfix) with SMTP id A527943F3F for ; Thu, 15 May 2003 11:36:27 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 5724 invoked from network); 15 May 2003 18:36:26 -0000 Received: from unknown (HELO bartxp) (192.168.0.2) by 192.168.0.1 with SMTP; 15 May 2003 18:36:26 -0000 From: "Derrick Ryalls" To: , Date: Thu, 15 May 2003 11:36:16 -0700 Message-ID: <000801c31b10$df512690$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <2474.216.222.104.2.1053021373.squirrel@webmail.velocitus.net> Importance: Normal Subject: RE: E-mail Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 18:36:31 -0000 > Currently I have Sendmail just sending alerts via the log=20 > files but not sending in/out e-mail. >=20 > Can I setup Qmail or Postfix and use them for my Domain name=20 > and still have Sendmail do the other job?? Not that I know of, though that doesn't mean too much. >=20 > If not how do I change the defaults to use say Qmail rather=20 > than Sendmail. Qmail has a sendmail command line interface to it works nicely with systems expecting sendmail. http://www.lifewithqmail.org/lwq.txt mv /usr/lib/sendmail /usr/lib/sendmail.old =20 mv /usr/sbin/sendmail /usr/sbin/sendmail.old =20 chmod 0 /usr/lib/sendmail.old /usr/sbin/sendmail.old ln -s /var/qmail/bin/sendmail /usr/lib ln -s /var/qmail/bin/sendmail /usr/sbin