]> code.citadel.org Git - citadel.git/blobdiff - citadel/setup.c
* setup.c: added "hula" to the list of non-Citadel MTA's which can be
[citadel.git] / citadel / setup.c
index a2828f688f4d934af17db38215b397345915efce..776f30c20d3545572ee6c24cc293cb2c1393baf2 100644 (file)
@@ -1180,6 +1180,7 @@ NEW_INST:
        disable_other_mta("pop3d");
        disable_other_mta("exim");
        disable_other_mta("dovecot");
+       disable_other_mta("hula");
 #endif
 
        if ((pw = getpwuid(config.c_bbsuid)) == NULL)