From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 19:34:31 2006 Return-Path: X-Original-To: questions@freebsd.org 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 9691F16A418 for ; Fri, 9 Jun 2006 19:34:31 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042EE43D81 for ; Fri, 9 Jun 2006 19:34:20 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by nf-out-0910.google.com with SMTP id i2so606859nfe for ; Fri, 09 Jun 2006 12:34:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oFugwBldOwzCkLNxyLjB2HHfPFoNIT1HnmkmNpfDZuAd6WmqNiiCQ7tU85azxzLR4s/6tr8nMZZ0KWL8ydYt+xzp5IsKkUlnpXBT6GCJUOtZn2sNpbfxbGEt5rlIuldk4Oi6HB7A2aL3EeexcqhaezlKzU05nGkU285rF2i+pUY= Received: by 10.49.7.1 with SMTP id k1mr2543876nfi; Fri, 09 Jun 2006 12:34:17 -0700 (PDT) Received: by 10.48.203.5 with HTTP; Fri, 9 Jun 2006 12:34:16 -0700 (PDT) Message-ID: Date: Fri, 9 Jun 2006 20:34:16 +0100 From: Freminlins To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Sendmail = mind boggling 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: Fri, 09 Jun 2006 19:34:31 -0000 Hello, I've always steered clear of using Sendmail (prefering Exim), but I thought I would give it a try and am having real difficulties with something I think should be simple. I want to keep running Exim on port 25. I want Sendmail to run on a different port. So I am trying to use the "O DaemonPortOptions=Port=2525" option. However, I have 6 cf files in /etc/mail - freebsd.cf, mail.xxx.co.uk.submit.cf, freebsd.submit.cf, sendmail.cf, mail.xxx.co.uk.cfand submit.cf. I've tried all sorts of combinations of adding the above option to these files, but whenever I try to start Sendmail this error: sm-mta[52968]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon Daemon0: cannot bind: Address already in use. Which file(s) am I supposed to put this option into? I just don't understand. Is it correct, also, that I have 6 cf files? I set this up as per the handbook. At this rate I know why I've always used Exim :-) Thanks, Frem.