* implemented a postfix tcp-dict table, first draft.
[citadel.git] / citadel / setup.c
index 7c6e6f121781cb0f762801f703f3be3bf84789a7..75ade1484757eb7361af60ddb89fd0f66504cc73 100644 (file)
@@ -1299,6 +1299,7 @@ int main(int argc, char *argv[])
        if (config.c_smtps_port == 0) config.c_smtps_port = 465;
        if (config.c_pop3s_port == 0) config.c_pop3s_port = 995;
        if (config.c_imaps_port == 0) config.c_imaps_port = 993;
+       if (config.c_pftcpdict_port == 0) config.c_pftcpdict_port = -1;
 
        /* Go through a series of dialogs prompting for config info */
        if (setup_type != UI_SILENT) {