Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 15:28:45 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Using sendmail as a client with auth
Message-ID:  <4F392C2D.70900@infracaninophile.co.uk>
In-Reply-To: <4F39278A.8040502@bananmonarki.se>
References:  <4F39278A.8040502@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig220DAA64F3CE3557C1E7AD86
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On 13/02/2012 15:08, Bernt Hansson wrote:
> Is this is OT then i'm sorry.
>=20
> Trying to get sendmail act as a mua, following this tutorial
>=20
> http://www.sendmail.org/~ca/email/auth.html
>=20
> Scroll down a bit to Using send....
>=20
> Is it really necessary to install cycrus-sasl2?
>=20
> How do one make sendmail to pick sasl2 up when building sendmail.
> Is there a make.conf line I must add? When telnetting auth works
> but using telnet to send mail has a very low WAF.
>=20
> I've installed cyrus-sasl2 but then what.

Yes -- you do need cyrus-sasl2 for this purpose.

To build sendmail with SASL, either use the ports version in
mail/sendmail, where you can select SASL as one of the options,
or add:

       SENDMAIL_CFLAGS=3D-I/usr/local/include -DSASL=3D2
       SENDMAIL_LDFLAGS=3D-L/usr/local/lib
       SENDMAIL_LDADD=3D-lsasl2

to /etc/make.conf -- see /usr/share/examples/etc/make.conf for more
details.  This will give you a SASL-enabled base system sendmail once
you rebuild it.

Note that the second choice makes your base system dependent on stuff
external to it, which may or may not be desirable.

Oh, and before anyone else chimes in with a knee-jerk reaction about
using sendmail: there are other MTAs that can provide this
functionality.  As an alternative, either postfix or exim could do what
you want too.  Sendmail works just fine for me though.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matthew@infracaninophile.co.uk               Kent, CT11 9PW


--------------enig220DAA64F3CE3557C1E7AD86
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/

iEYEARECAAYFAk85LDkACgkQ8Mjk52CukIxS7QCfVQ1E4Zkn0OzbSsy8r3ikqPxo
SAYAnRgUNGPo27JIhQlzpwrR58/FiT4S
=dXYx
-----END PGP SIGNATURE-----

--------------enig220DAA64F3CE3557C1E7AD86--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F392C2D.70900>