From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 09:22:59 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 EDB6B16A419 for ; Sun, 6 Jan 2008 09:22:59 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 46E6913C447 for ; Sun, 6 Jan 2008 09:22:59 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m069Mqt6038680; Sun, 6 Jan 2008 09:22:54 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.4.2 smtp.infracaninophile.co.uk m069Mqt6038680 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1199611374; bh=Kmcfpvkm6hxuR8 PkDplvLIap1UW/Jup972ZXS0l/ZTU=; h=Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: X-Enigmail-Version:Content-Type:Content-Transfer-Encoding:Cc: Content-Type:Date:From:In-Reply-To:Message-ID:Mime-Version: References:To; z=Message-ID:=20<47809DEC.3000700@infracaninophile. co.uk>|Date:=20Sun,=2006=20Jan=202008=2009:22:52=20+0000|From:=20Ma tthew=20Seaman=20|Organization:=20 Infracaninophile|User-Agent:=20Thunderbird=202.0.0.9=20(X11/2007112 2)|MIME-Version:=201.0|To:=20Andrew=20Falanga=20|CC:=20FreeBSD=20Questions=20|Subje ct:=20Re:=20How=20do=20I=20get=20sendmail=20working=20again|Referen ces:=20<200801051118.17211.af300wsm@gmail.com>|In-Reply-To:=20<2008 01051118.17211.af300wsm@gmail.com>|X-Enigmail-Version:=200.95.0|Con tent-Type:=20text/plain=3B=20charset=3DUTF-8|Content-Transfer-Encod ing:=207bit; b=TziMcHA3E2WWLHTZg7NH+Aa4CRoF99QO7mVms9pxAAcdDdew6MOR ibLVJ1aW+HyElnbnsT+5sSKlG6NjHphqG8p+b8dJhby8JTaPQIvTbGbwuupFxJ0ooLr hq0T5HUUzCuY/V/FszdAig1ZEOeuaRpeJBHd7Agb0hBDoitgk62E= Message-ID: <47809DEC.3000700@infracaninophile.co.uk> Date: Sun, 06 Jan 2008 09:22:52 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.9 (X11/20071122) MIME-Version: 1.0 To: Andrew Falanga References: <200801051118.17211.af300wsm@gmail.com> In-Reply-To: <200801051118.17211.af300wsm@gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 06 Jan 2008 09:22:54 +0000 (GMT) X-Virus-Scanned: ClamAV 0.92/5385/Sun Jan 6 01:13:06 2008 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: FreeBSD Questions Subject: Re: How do I get sendmail working again 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: Sun, 06 Jan 2008 09:23:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Andrew Falanga wrote: [...] > dnl Enable for both IPv4 and IPv6 (optional) > DAEMON_OPTIONS(`Name=IPv4, Family=inet') <------------- > DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O') [...] > DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl <------------- > DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA')dnl There's your problem. You've got two conflicting sets of daemon options -- effectively you're telling sendmail to bind to the same interfaces twice for port 25. Just delete the DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl line and try again. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHgJ3s8Mjk52CukIwRCKmsAKCM/low+P7iOUFSybpFdQejJ+ZYygCfdRSq n90ur8gEwn/AoRJxLsbgMWg= =ZDaJ -----END PGP SIGNATURE-----