]> code.citadel.org Git - citadel.git/commitdiff
* setup.c: added "hula" to the list of non-Citadel MTA's which can be
authorArt Cancro <ajc@citadel.org>
Sat, 26 Feb 2005 16:27:55 +0000 (16:27 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 26 Feb 2005 16:27:55 +0000 (16:27 +0000)
  disabled during setup.

citadel/ChangeLog
citadel/setup.c

index d262843f1c6803e1710432f56cb2b8fe7830b211..a21f20909c9a9ce11de7399799859023246ffdbc 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 641.5  2005/02/26 16:27:54  ajc
+ * setup.c: added "hula" to the list of non-Citadel MTA's which can be
+   disabled during setup.
+
  Revision 641.4  2005/02/25 17:59:12  ajc
  * Ok, now we accept *all* the flags transmitted during an IMAP APPEND, not
    just the first one.
@@ -6442,4 +6446,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
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)