From owner-freebsd-questions@FreeBSD.ORG Mon Dec 10 19:40:17 2007 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 912E816A41A for ; Mon, 10 Dec 2007 19:40:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2D77913C4D3 for ; Mon, 10 Dec 2007 19:40:16 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so353523pyb for ; Mon, 10 Dec 2007 11:40:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=TpIIiJVUCwVGJ62xXXpu69nQqJ0CwxNRkK8kPb+bKWs=; b=mJ2U0Pr/wraozQXtl3PDpshvplPQHHaGydRgAyawgJW+IBVrTCGfk7Z6jByXuxihJjuwtujwYl9kURjggLisquBxJqxITKZ4VkG7MZ86duNEZPTHkjL9zx628lr5IoTHvMQJGVLuRCY7BaCO2YVQDQH1YmDmmKS2Ybvlx/UYiTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OVn7kxiklGT7ylYjvowHP3K+/GZIqj4KlJLhM/PGDsY+I+yzkrqcU4TxMef8kBVwA7xybBFbahVpQOWyJd5UmD+jCo9Quf3KmU/CurpB8jAeL2ShQBn74gDPGrSgwsdWetGOxF/+y9Q8ZSwDToGPZCAuTU5l9OXC3AUBu8/Bnyg= Received: by 10.65.81.10 with SMTP id i10mr14790867qbl.1197315611734; Mon, 10 Dec 2007 11:40:11 -0800 (PST) Received: by 10.65.107.3 with HTTP; Mon, 10 Dec 2007 11:40:11 -0800 (PST) Message-ID: Date: Mon, 10 Dec 2007 19:40:11 +0000 From: "Aryeh Friedman" To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: smart_host on sendmail min config 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: Mon, 10 Dec 2007 19:40:17 -0000 What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST', `mx2.optonline.net')dnl btw shouldn't there be a frebsd7 or freebsd8 OSTYPE? (I run -current)