From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 17:45:16 2008 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 CD1391065671 for ; Tue, 19 Aug 2008 17:45:16 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE6C8FC1C for ; Tue, 19 Aug 2008 17:45:16 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so18762yxb.13 for ; Tue, 19 Aug 2008 10:45:15 -0700 (PDT) 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=y3RbD/8NWlryumgxUyev+pWvwLsXT35Dp7phGzAHVEo=; b=t8g92biKrCUtCH/iLEDGSEViOwvgLZ4xyNpq1ZpE4DOlT0qhM/swag9siiVjEtHFHw HvWuL6gpi4sfVlm8zIL9Dc7RXPof/j9zHT2ak4jl/1XO6yKpGqDlr6GlFd8cwdYrXjLB crrJzOMWB/cFiSgDeweOhOhXaiGK3eGTBsu6U= 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=SHUOqFCTC8j8X3rSwd9IYnojCC816MXIGB3yY9wjz7/ME8q0+Icc6/Ou0YwMpljAy4 shlihWfn2oBG4C3lc61rIoSMC8dpJLAh9WEnqWYuTMaHexNfq/yBXjNPx1vCVEyCawVj jhQy9V0+fMGHO1GaE+dlgM437IIgiWt4Sl2n0= Received: by 10.115.32.8 with SMTP id k8mr6901225waj.89.1219166178749; Tue, 19 Aug 2008 10:16:18 -0700 (PDT) Received: by 10.114.160.14 with HTTP; Tue, 19 Aug 2008 10:16:18 -0700 (PDT) Message-ID: Date: Tue, 19 Aug 2008 10:16:18 -0700 From: "Derrick Ryalls" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: sendmail secondary server routing to alternate port 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: Tue, 19 Aug 2008 17:45:16 -0000 Greetings, I recently had to rebuild my brother's all in one box to get a SATA controller working. It is now running 7.0 release and was previously using courier and the mail system. With this rebuild, I have switched him over to sendmail and most things are working, but I discovered a small issue with sendmail that I am having trouble working out. As well as being his own primary email server, he acts as secondary for a couple of my domains, the tricky part is my ISP shut off port 25 access to me (no, I am not a spammer) so I use port 587 for handling mail. With courier, I was able to specify specific ports to communicate with on a per domain basis. For example, if I was relaying for example.org on port 2345, I would specify example.org:2345 and that is the port it would use to talk to example.org. Now that I have switched to sendmail, I don't see a way to set the destination port on a per domain basis, only on an all or nothing basis. Am I missing some piece of the documentation or is this an actual limitation of sendmail?