X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=ae89d142b327f154ce20244d683ce53402319b8e;hp=b8dd9825bcec41cc9dffd6994741d2f65b54b8d9;hb=4476063e3bc75a548fa3a96e518cc8cbeacc8935;hpb=55d2810730edbcf5724b020132ef714ea8d25644 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