[horde] New Net_SMTP package

Jon Parise jon at horde.org
Sat Jan 18 16:32:41 PST 2003


I just released version 1.1.0 of the Net_SMTP package.  I mention it
here because it adds support for new SMTP authentication methods
(specifically: LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5).  If your Horde
installation uses SMTP ($conf['mailer']['type'] = 'smtp'), these new
capabilities may be of interest to you.

To upgrade your Net_SMTP package, use the follow command:

    $ pear upgrade Net_SMTP

The CRAM-MD5 and DIGEST-MD5 authentication methods require the
Auth_SASL package.  If you don't already have it, you'll need to
install it, as well:

    $ pear install Auth_SASL

-- 
Jon Parise (jon at horde.org) :: The Horde Project (http://horde.org/)


More information about the horde mailing list