Download: http://www.courier-mta.org/download.php
Changes:• Fixed: when using authpgsql, if the Postgres server goes down authpgsql will then start leaking memory. If you need this fix but cannot do a full update to this release, see below.
• New authsqlite authentication module: store authentication credentials in an sqlite file.
• In authdaemonrc, due to the addition of a new authentication module, the authmodulelist setting gets reset (as well as authmodulelistorig).
• Fixed a couple of minor problems that prevented some authentication modules to be active simultaneously.
============================================================================ To fix the PG leak only, apply this patch: Index: authpgsqllib.c =================================================================== --- authpgsqllib.c (revision 238) +++ authpgsqllib.c (working copy) @@ -219,6 +219,7 @@ userid ? userid : "<null>", database); err("%s", PQerrorMessage(pgconn)); + PQfinish(pgconn); pgconn=0; return -1; }
pgpzmHU4iunu4.pgp
Description: PGP signature
------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users