#! /bin/sh /usr/share/dpatch/dpatch-run ## 125_murder_frontend_default_server_lmtpd.dpatch by ## work sponsored by SERPRO http://www.serpro.gov.br ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad cyrus-imapd-2.3-2.3.16~/imap/lmtpd.c cyrus-imapd-2.3-2.3.16/imap/lmtpd.c --- cyrus-imapd-2.3-2.3.16~/imap/lmtpd.c 2010-09-01 14:39:16.000000000 -0300 +++ cyrus-imapd-2.3-2.3.16/imap/lmtpd.c 2010-09-01 14:40:08.000000000 -0300 @@ -186,7 +186,7 @@ if (config_mupdate_server && (config_mupdate_config == IMAP_ENUM_MUPDATE_CONFIG_STANDARD) && - !config_getstring(IMAPOPT_PROXYSERVERS)) { + config_getstring(IMAPOPT_PROXYSERVERS)) { /* proxy only -- talk directly to mupdate master */ r = mupdate_connect(config_mupdate_server, NULL, &mhandle, NULL); if (r) {