aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-24 20:16:53 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-24 20:16:53 +0300
commit1cd34f5283bcf1d4973a351dc5235094608e3d2d (patch)
tree2d6185294cfea7c3c062c8d2123df96f5e02e1b0 /src/cfg_file.l
parent606128de4cb33a2727d6609df46ecf0c72006a73 (diff)
downloadrspamd-1cd34f5283bcf1d4973a351dc5235094608e3d2d.tar.gz
rspamd-1cd34f5283bcf1d4973a351dc5235094608e3d2d.zip
* Add initial LMTP support and LDA delivery to rspamd
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index 1845166b2..d2810c5bb 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -47,6 +47,10 @@ required_score return REQUIRED_SCORE;
function return FUNCTION;
control return CONTROL;
password return PASSWORD;
+lmtp return LMTP;
+enabled return ENABLED;
+delivery return DELIVERY;
+agent return AGENT;
statfile return STATFILE;
alias return ALIAS;