From ecb8fc2c5b3c1b42e15e3e44d287a650ef3b6aa6 Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Wed, 27 Jan 2016 05:18:26 -0500
Subject: [PATCH] removed orphaned SPF type from one last file Added sone lines to rmeoting api description file for dns (I hope thats correct...)

---
 server/conf/getmail.conf.master |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/server/conf/getmail.conf.master b/server/conf/getmail.conf.master
index 92bb689..7d2726e 100644
--- a/server/conf/getmail.conf.master
+++ b/server/conf/getmail.conf.master
@@ -1,6 +1,8 @@
 [options]
-message_log = /var/log/getmail.log
+# message_log = /var/log/getmail.log
+message_log_syslog = true
 delete = {DELETE}
+read_all = {READ_ALL}
 
 [retriever]
 type = {TYPE}
@@ -11,5 +13,5 @@
 [destination]
 type = MDA_external
 path = /usr/sbin/sendmail
-arguments = ("-bm", "{DESTINATION}")
+arguments = ("-i", "-bm", "{DESTINATION}")
 unixfrom = true
\ No newline at end of file

--
Gitblit v1.9.1