From f23b2b57fa3f5f250d077b1e5ec0aa79be7e9c95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 23 Aug 2006 21:12:42 +0000 Subject: [PATCH] * added portnumber for postfix dict table. --- citadel/config.h | 1 + 1 file changed, 1 insertion(+) 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 */ }; -- 2.30.2