diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-06 03:46:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-06 03:50:25 +0100 |
commit | 990344e026f4248c27f13d4fd59360fb6f03f978 (patch) | |
tree | 359a72bcb6be1f1d71c4f77186e53a0ff1474821 | |
parent | 1dea617bfa23f09f94270125ff51c0b2b96e39c8 (diff) |
interimap.sample: don't hardcode Dovecot's libexec dir.
-rw-r--r-- | interimap.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interimap.sample b/interimap.sample index 2433563..b0f4b95 100644 --- a/interimap.sample +++ b/interimap.sample @@ -10,7 +10,7 @@ ignore-mailbox = ^virtual(?:\x00|$) [local] type = tunnel -command = /usr/lib/dovecot/imap +command = exec doveadm exec imap null-stderr = YES [remote] |