From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 14:07:16 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A283106564A for ; Fri, 15 Jun 2012 14:07:16 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (lucid-nonsense.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id ED8158FC18 for ; Fri, 15 Jun 2012 14:07:15 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q5FE76uc023647 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 15 Jun 2012 15:07:06 +0100 (BST) (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q5FE76uc023647 Authentication-Results: smtp.infracaninophile.co.uk/q5FE76uc023647; dkim=none (no signature); dkim-adsp=none Message-ID: <4FDB4189.30105@FreeBSD.org> Date: Fri, 15 Jun 2012 15:07:05 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: "Andrey S. Rybak" References: <4FDB27DB.4090500@iop.kiev.ua> In-Reply-To: <4FDB27DB.4090500@iop.kiev.ua> X-Enigmail-Version: 1.4.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA759F498545D9780FAB4A239" X-Virus-Scanned: clamav-milter 0.97.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@FreeBSD.org Subject: Re: milter wants erase sendmail 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, 15 Jun 2012 14:07:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA759F498545D9780FAB4A239 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable On 15/06/2012 13:17, Andrey S. Rybak wrote: > i use bundle sendmail and milter greylist on my e-mail freebsd server. > every time I want upgrade milter-greylist it wants install sendmail > port. But I use sendmail+tls+sasl2 port. > There is conflict. I should deinstall sendmail+tls+sasl, install > milter-greylist, deinstall sendmail and then install sendmail+tls+sasl2= =2E > Every time doing so I think something going not elegant. Is there more > simple path to upgrade milter-greylist? Have you added this to /etc/make.cnf? WITH_SENDMAIL_PORT=3D yes That makes milter-greylist depend on the sendmail port, rather than the base version of sendmail: % cd /usr/ports/mail/milter-greylist % make -V BUILD_DEPENDS /usr/local/lib/libmilter.so.4:/usr/ports/mail/sendmail The mail/sendmail port is odd in that it changes package name depending on what configuration options you select. So if you go into /usr/ports/mail/sendmail and: # make config You will be able to enable tls and sasl2 (amongst a whole bunch of other stuff) giving you the correct functionality. This should not result in the ports trying to reinstall sendmail constantly, but it may confuse some tools that rely on the data in /usr/ports/INDEX-N. If that's a problem for you, then you will need to build your own INDEX. But it probably isn't. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enigA759F498545D9780FAB4A239 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/bQYkACgkQ8Mjk52CukIyQPgCfbVEMIpygyUugYBqETB0y2bhN L38AnjwgJ6NYTUsRoBhE9+qJ1BG8dFCK =yJrj -----END PGP SIGNATURE----- --------------enigA759F498545D9780FAB4A239--