From b9da6cc7ecf71026d1023dc3354b820c7518426e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 9 Nov 2019 03:10:45 +0100 Subject: interimap.sample: remove leading `exec`. The value is passed to `/bin/sh -c` if it contains shell metacharacters; otherwise it is split into words and the resulting list is passed to execvp(3). --- interimap.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interimap.sample b/interimap.sample index b0f4b95..2a7b8de 100644 --- a/interimap.sample +++ b/interimap.sample @@ -10,7 +10,7 @@ ignore-mailbox = ^virtual(?:\x00|$) [local] type = tunnel -command = exec doveadm exec imap +command = doveadm exec imap null-stderr = YES [remote] -- cgit v1.2.3