diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-24 20:16:53 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-24 20:16:53 +0300 |
commit | 1cd34f5283bcf1d4973a351dc5235094608e3d2d (patch) | |
tree | 2d6185294cfea7c3c062c8d2123df96f5e02e1b0 /rspamd.conf.sample | |
parent | 606128de4cb33a2727d6609df46ecf0c72006a73 (diff) | |
download | rspamd-1cd34f5283bcf1d4973a351dc5235094608e3d2d.tar.gz rspamd-1cd34f5283bcf1d4973a351dc5235094608e3d2d.zip |
* Add initial LMTP support and LDA delivery to rspamd
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index f0e2a9411..0c6ba3189 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -76,4 +76,14 @@ factors { "winnow" = 5.5; }; +lmtp { + enabled = yes; + bind_socket = localhost:11335; +}; + +delivery { + enabled = yes; + agent = "/dev/null"; +}; + url_filters = "surbl"; |