From 4476063e3bc75a548fa3a96e518cc8cbeacc8935 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 21 Oct 2019 14:13:42 -0400 Subject: [PATCH] fix_other_mtas() is old news --- citadel/utils/setup.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index b8dd9825b..ae89d142b 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -518,15 +518,6 @@ void check_xinetd_entry(void) } -void disable_other_mtas(void) -{ - if ((getenv("ACT_AS_MTA") == NULL) || (getenv("ACT_AS_MTA") && strcasecmp(getenv("ACT_AS_MTA"), "yes") == 0)) { - /* Offer to disable other MTA's on the system. */ - /* FIXME this has to be rewritten to work in the new systemd-based world. */ - } -} - - void strprompt(const char *prompt_title, const char *prompt_text, char *Target, char *DefValue) { char buf[SIZ] = ""; @@ -966,8 +957,6 @@ int main(int argc, char *argv[]) progress(activity, 5, 5); check_xinetd_entry(); /* Check /etc/xinetd.d/telnet */ - disable_other_mtas(); /* Offer to disable other MTAs */ - // fixnss(); (No longer needed) /* * Restart citserver -- 2.30.2