X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.c;h=28084aa1e6186fc2812a4e60fc3dcf8115823318;hb=6050cb23108ee10dafcceb65b9cafab51c013ae0;hp=3d6527f38db4a8e50970d706cc8124d0d05727d7;hpb=f88d67da640fc36def6a9c7e14e6e0ac793273a9;p=citadel.git diff --git a/citadel/config.c b/citadel/config.c index 3d6527f38..28084aa1e 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -1,7 +1,7 @@ /* * Read and write the citadel.config file * - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2014 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -91,6 +91,8 @@ void brand_new_installation_set_defaults(void) { config.c_managesieve_port = 2020; config.c_xmpp_c2s_port = 5222; config.c_xmpp_s2s_port = 5269; + config.c_nntp_port = 119; + config.c_nntps_port = 563; } void setcfglen(void)