From: Wilfried Göesgens Date: Wed, 23 Aug 2006 21:12:42 +0000 (+0000) Subject: * added portnumber for postfix dict table. X-Git-Tag: v7.86~3969 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f23b2b57fa3f5f250d077b1e5ec0aa79be7e9c95 * added portnumber for postfix dict table. --- diff --git a/citadel/config.h b/citadel/config.h index e476f8a1d..79185a401 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -73,6 +73,7 @@ struct config { char c_journal_pubmsgs; /* Perform journaling of non-email */ char c_journal_dest[128]; /* Where to send journalized msgs */ char c_default_cal_zone[128]; /* Default calendar time zone */ + int c_pftcpdict_port; /* postfix tcptable support, see http://www.postfix.org/tcp_table.5.html */ };