Duchovni. Files: smtpd/smtpd.c xsasl/xsasl_cyrus_server.c,
(and xsasl/xsasl_cyrus_client.c for future expansion).
+20070525
+
+ Bugfix (introduced 20070523) the sasl_set_path() function
+ name was mis-speeled.
+
Wish list:
Update attr_print/scan() so they can send/receive file
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20070524"
+#define MAIL_RELEASE_DATE "20070525"
#define MAIL_VERSION_NUMBER "2.5"
#ifdef SNAPSHOT
if (*var_cyrus_conf_path) {
#ifdef SASL_PATH_TYPE_CONFIG /* Cyrus SASL 2.1.22 */
- if (set_sasl_path(SASL_PATH_TYPE_CONFIG,
+ if (sasl_set_path(SASL_PATH_TYPE_CONFIG,
var_cyrus_conf_path) != SASL_OK)
msg_warn("failed to set Cyrus SASL configuration path: \"%s\"",
var_cyrus_conf_path);
if (*var_cyrus_conf_path) {
#ifdef SASL_PATH_TYPE_CONFIG /* Cyrus SASL 2.1.22 */
- if (set_sasl_path(SASL_PATH_TYPE_CONFIG,
+ if (sasl_set_path(SASL_PATH_TYPE_CONFIG,
var_cyrus_conf_path) != SASL_OK)
msg_warn("failed to set Cyrus SASL configuration path: \"%s\"",
var_cyrus_conf_path);