]> www.infradead.org Git - users/dwmw2/crm114-spamd.git/commitdiff
Add xinetd config file master
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 31 Aug 2009 10:57:56 +0000 (11:57 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 31 Aug 2009 10:57:56 +0000 (11:57 +0100)
crm114-spamd.xinetd [new file with mode: 0644]

diff --git a/crm114-spamd.xinetd b/crm114-spamd.xinetd
new file mode 100644 (file)
index 0000000..1428a46
--- /dev/null
@@ -0,0 +1,15 @@
+# default: off
+# description: Provides SpamAssassin-compatible access to CRM114 spam filtering
+service crm114-spamd
+{
+       disabled        = yes
+       type            = UNLISTED
+       port            = 783
+       socket_type     = stream
+       wait            = no
+       user            = exim
+       server          = /usr/bin/crm114-spamd
+       server_args     = /usr/share/crm114/mailreaver.crm /var/spool/exim/crm
+       log_on_failure  += USERID
+       only_from       = 127.0.0.1
+}