Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2008 09:22:52 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Andrew Falanga <af300wsm@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: How do I get sendmail working again
Message-ID:  <47809DEC.3000700@infracaninophile.co.uk>
In-Reply-To: <200801051118.17211.af300wsm@gmail.com>
References:  <200801051118.17211.af300wsm@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47809DEC.3000700>