diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-09 03:10:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-09 03:14:10 +0100 |
commit | b9da6cc7ecf71026d1023dc3354b820c7518426e (patch) | |
tree | 9156538a8830d8fb37ad06eed61fde0b824bb351 | |
parent | d08ee23dccf56af292a9616986e58cc39386e3fb (diff) |
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).
-rw-r--r-- | interimap.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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] |