* added portnumber for postfix dict table.
authorWilfried Göesgens <willi@citadel.org>
Wed, 23 Aug 2006 21:12:42 +0000 (21:12 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 23 Aug 2006 21:12:42 +0000 (21:12 +0000)
citadel/config.h

index e476f8a1ddcdace3cb63bc86ba85fe74b2eb5a5a..79185a401ae6cc4945899e8454329f9b94d66539 100644 (file)
@@ -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 */
 };