]> code.citadel.org Git - citadel.git/commitdiff
* setup.c: added "dovecot" to the list of "other email services" which
authorArt Cancro <ajc@citadel.org>
Tue, 16 Nov 2004 23:04:18 +0000 (23:04 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 16 Nov 2004 23:04:18 +0000 (23:04 +0000)
  the setup program can helpfully disable for you.  :)

citadel/ChangeLog
citadel/setup.c

index 1be7f865bc32d5a15949c316bc98027898c2087d..db3604f96212d948fd089bd70a5c04312f480a99 100644 (file)
@@ -1,4 +1,8 @@
  $Log$
+ Revision 627.8  2004/11/16 23:04:18  ajc
+ * setup.c: added "dovecot" to the list of "other email services" which
+   the setup program can helpfully disable for you.  :)
+
  Revision 627.7  2004/11/12 03:51:42  ajc
  * serv_expire.c: auto-purge any user whose user number is less than 1.
 
@@ -6215,3 +6219,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 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)