From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 13:48:22 2004 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 603C616A4CE for ; Thu, 8 Jan 2004 13:48:22 -0800 (PST) Received: from www.cray1.de (i.would.like.to.spoof.my.realip.de [64.27.85.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A5543D2F for ; Thu, 8 Jan 2004 13:48:21 -0800 (PST) (envelope-from ubm@u-boot-man.de) Received: from greatsheep.marines (localhost [127.0.0.1]) by www.cray1.de (8.9.3/8.9.3) with ESMTP id WAA17842 for ; Thu, 8 Jan 2004 22:48:09 +0100 Date: Thu, 8 Jan 2004 22:47:26 +0100 From: Marc "UBM" Bocklet To: freebsd-questions@freebsd.org Message-Id: <20040108224726.762d71a1.ubm@u-boot-man.de> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-unknown-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Change port for sendmail smarthost 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, 08 Jan 2004 21:48:22 -0000 Hello everybody! :-) I've googled around and looked at www.sendmail.org and the handbook, but was unable to find anything regarding that subject. My problem is that the smtp-server at my sendmail smarthost is listening on port 697 instead of 25 and i need a way to tell sendmail that. I experimentally tried define(`SMART_HOST', `smtp-server.com:697') but that didn't work. Any help is appreciated :-) Bye Marc