]> code.citadel.org Git - citadel.git/commitdiff
* setup.c: offer to disable "exim" if found
authorArt Cancro <ajc@citadel.org>
Thu, 21 Aug 2003 23:26:07 +0000 (23:26 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 21 Aug 2003 23:26:07 +0000 (23:26 +0000)
citadel/ChangeLog
citadel/setup.c

index e585a216a433ef4349269c465b55571b7712fb5a..fc280c9f4b4f8e08bd2eec982b3ecf8237ef78d8 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 610.3  2003/08/21 23:26:06  ajc
+ * setup.c: offer to disable "exim" if found
+
  Revision 610.2  2003/08/20 03:51:08  ajc
  * Bumped the internal version number to 6.11
 
@@ -4976,3 +4979,4 @@ 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 396566ef5ec52b7aa9156c8d4ccf9f76125fe65a..24b18805e03c0f720c8ee4023e49e1c5b6cdf7c8 100644 (file)
@@ -1027,6 +1027,9 @@ NEW_INST:
        disable_other_mta("courier-pop");
        disable_other_mta("vmailmgrd");
        disable_other_mta("imapd");
+       disable_other_mta("popd");
+       disable_other_mta("pop3d");
+       disable_other_mta("exim");
 #endif
 
        if ((pw = getpwuid(config.c_bbsuid)) == NULL)