From owner-freebsd-questions@FreeBSD.ORG Wed Sep 16 14:46:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1609B106566B for ; Wed, 16 Sep 2009 14:46:13 +0000 (UTC) (envelope-from phusion2k@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id C6A998FC19 for ; Wed, 16 Sep 2009 14:46:12 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 3so1465305qwe.7 for ; Wed, 16 Sep 2009 07:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7bpYltLUflYzoRO1PoqReu41EOBtNrZnWHaBzjDOxzs=; b=Hb7wxvBbO6Nc040XCMQy1uksQjePihnH92ZOgxt2OgqsPI4Gy4zbInYGqerN45GlhS 9CNXLMAZMYr2ALUBSQ4wUE8GS0uhYd/KL+cBs7YEiW6yZiBUiM6d6emok3POsF2ZXzkK f/TEB7RtiurSzCDRvc66Ja6TUcpPOBWFcuuMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=clx4uO1RLHOp2cYC+PbnmvvecwqAy6JZ8fWadbUKo+ZgAKgCYMhl2C4Nbpw3qcvo1X EzccuVZZNZCtCLVkVFIouWB3soLJsBk0BObiTAckBFmbPtnMnXPoX3XWPDUVgPNDca0v yjYDlNVW1OVfp/sxvYzXRj6tDdPF3ONRcIvuU= MIME-Version: 1.0 Received: by 10.229.28.8 with SMTP id k8mr2689598qcc.78.1253107034461; Wed, 16 Sep 2009 06:17:14 -0700 (PDT) Date: Wed, 16 Sep 2009 08:17:14 -0500 Message-ID: From: Phusion To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Help configuring sendmail to send only using authorization to smart host 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: Wed, 16 Sep 2009 14:46:13 -0000 I need some help configuring sendmail to send only using authorization to a smart host being the ISP's mail server. I'm running 7.2-RELEASE. I've looked over http://www.freebsd.org/doc/en/books/handbook/outgoing-only.html but want to use the built-in sendmail. I've run the following command: sendmail -d0.1 -bv, but SASL isn't included. Also, I would rather uses packages. Please advise. Phusion