Index: files/patch-imap__httpd.c =================================================================== --- files/patch-imap__httpd.c (nonexistent) +++ files/patch-imap__httpd.c (working copy) @@ -0,0 +1,20 @@ +--- imap/httpd.c.orig 2015-12-16 12:54:44.000000000 +0100 ++++ imap/httpd.c 2015-12-16 12:55:06.000000000 +0100 +@@ -560,7 +560,7 @@ + } + + /* other params should be filled in */ +- if (sasl_server_new("HTTP", config_servername, NULL, NULL, NULL, NULL, ++ if (sasl_server_new("http", config_servername, NULL, NULL, NULL, NULL, + SASL_USAGE_FLAGS, &httpd_saslconn) != SASL_OK) + fatal("SASL failed initializing: sasl_server_new()",EC_TEMPFAIL); + +@@ -846,7 +846,7 @@ + + sasl_dispose(conn); + /* do initialization typical of service_main */ +- ret = sasl_server_new("HTTP", config_servername, NULL, NULL, NULL, NULL, ++ ret = sasl_server_new("http", config_servername, NULL, NULL, NULL, NULL, + SASL_USAGE_FLAGS, conn); + if(ret != SASL_OK) return ret; + Property changes on: files/patch-imap__httpd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property