From owner-freebsd-isp@FreeBSD.ORG Sat Aug 20 14:44:01 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C0B16A41F for ; Sat, 20 Aug 2005 14:44:01 +0000 (GMT) (envelope-from jay.quest4@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B4A43D53 for ; Sat, 20 Aug 2005 14:44:01 +0000 (GMT) (envelope-from jay.quest4@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so678002wra for ; Sat, 20 Aug 2005 07:44:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=MPDBNfs+SyU3sj8+tTTqHgijQ7/CQfFr60PwMaks1BZKThIrTv97OA2ObelW8M0rfrbUFarPirAlDVQ1Gq4fguNJhBIna+6/GRYXeEyTUx21X+EaY+uHXpHNeTgEQl6oh6gnH8gIkHe8W/rlDXeyX4PFDA2PRhKN4xNPnNyN4oU= Received: by 10.54.114.7 with SMTP id m7mr2733108wrc; Sat, 20 Aug 2005 07:44:00 -0700 (PDT) Received: from 4BANKS ([4.226.249.21]) by mx.gmail.com with ESMTP id 38sm71349wrl.2005.08.20.07.43.59; Sat, 20 Aug 2005 07:44:00 -0700 (PDT) Message-ID: <006401c5a595$96a84f10$15f9e204@4BANKS> From: "Jay Banks" To: References: <003f01c5a517$ee377590$81f9e204@4BANKS> <56484ca2cf96b4011c66d9146cc47e49@gothic.net.au> Date: Sat, 20 Aug 2005 09:43:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Workarounds for blocked port 25 on outgoing e-mail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 14:44:02 -0000 From: "Sean Winn" wrote: > Port 587 is the mail submission port, and is supported by sendmail, > postfix, exim etc with little problems. The only client I'm aware of > that makes it difficult to use a different port is Eudora, and even > then they document a way of doing it (changing the eudora.ini file). I played around with this some more and it does work! Thanks so much. This solved a long standing problem of mine. I did try it with my FreeBSD sendmail/popa3d setup (with smtp before POP authentication turned on), however, and I get: Relaying denied', Port: 587, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79 I guess I'm going to have to research and do some configuration to get it to work? Now if I could get our Exchange server to do this, I could make a lot of our employees happy. Thanks guys! Jay Banks