]> code.citadel.org Git - citadel.git/blobdiff - citadel/setup.c
* setup.c: added "dovecot" to the list of "other email services" which
[citadel.git] / citadel / setup.c
index 6f4bbae3cab0f9dc203c9957eea0b9bd03457661..c129d2de78d606d4565c1cde1bf4dd7cea783e42 100644 (file)
@@ -1171,6 +1171,7 @@ NEW_INST:
        disable_other_mta("popd");
        disable_other_mta("pop3d");
        disable_other_mta("exim");
+       disable_other_mta("dovecot");
 #endif
 
        if ((pw = getpwuid(config.c_bbsuid)) == NULL)