From c95c45bae592e5db57b5a05d6151adce2cf935c8 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 5 Mar 2009 17:15:58 +0000
Subject: [PATCH] Updated getmail config template.

---
 server/conf/getmail.conf.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/conf/getmail.conf.master b/server/conf/getmail.conf.master
index 1fb1c182c..2f48d76b3 100644
--- a/server/conf/getmail.conf.master
+++ b/server/conf/getmail.conf.master
@@ -12,5 +12,5 @@ password = {PASSWORD}
 [destination]
 type = MDA_external
 path = /usr/sbin/sendmail
-arguments = ("-bm", "{DESTINATION}")
+arguments = ("-i", "-bm", "{DESTINATION}")
 unixfrom = true
\ No newline at end of file
-- 
GitLab