From owner-freebsd-questions@FreeBSD.ORG Fri May 27 01:01:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6B11316A41C for ; Fri, 27 May 2005 01:01:53 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6777C43D1D for ; Fri, 27 May 2005 01:01:51 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j4R0rNJt048166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 May 2005 07:53:23 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j4R0xDNX080352; Fri, 27 May 2005 07:59:13 +0700 (ICT) Date: Fri, 27 May 2005 07:59:13 +0700 (ICT) Message-Id: <200505270059.j4R0xDNX080352@banyan.cs.ait.ac.th> From: Olivier Nicole To: tshadwick@goinet.com In-reply-to: <20050526162334.M61273@mail.goinet.com> (message from Tony Shadwick on Thu, 26 May 2005 16:24:59 -0500 (CDT)) References: <200505260640.j4Q6eCpw063569@banyan.cs.ait.ac.th> <20050526162334.M61273@mail.goinet.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: sendmail update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 01:01:53 -0000 > Take a peek at /usr/ports/mail/Sendmail/Makefile. There are tons of flags > to be thrown, and I'm willing to bet that you can make a couple of tweaks > there to get the result you wish. > > If it's just throwing it on the command line, you might want to consider > putting the flags in /etc/make.conf. But then, how that port/sendmail will interact with the system sendmail. When re-installing the system, will I have to install the port again? Olivier