]> git.g-eek.se Git - interimap.git/commitdiff
interimap.service: use --watch=60 rather than --notify.
authorGuilhem Moulin <guilhem@fripost.org>
Sun, 20 Jan 2019 19:23:20 +0000 (20:23 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 20 Jan 2019 21:25:06 +0000 (22:25 +0100)
Changelog
interimap.sample
interimap.service

index c8a0d519131405f3348f27d90467b8e48d0acd83..eb187b69df03108323d10b6f739d7b7fefa800cd 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -14,6 +14,8 @@ interimap (0.4) UNRELEASED
   - Ensure the lower bound of UID ranges is at least 1.
   - Fix manpage generation with pandoc >=2.1.
   - Specify minimum Perl and Net::SSLeay versions.
+  - interimap.service: use --watch=60 rather than --notify, because
+    dovecot's NOTIFY extension doesn't seem to work so well as of 2.2.27.
 
  -- Guilhem Moulin <guilhem@guilhem.org>  Tue, 06 Dec 2016 17:37:01 +0100
 
index 8cd0a294d28e898a7f63924a03e990d1c0ee85e2..f771e54efa349bc88307bee86145df57ecb70ef5 100644 (file)
@@ -1,4 +1,4 @@
-#database = imap.guilhem.org.db
+#database = imap.example.org.db
 #list-mailbox = "*"
 list-select-opts = SUBSCRIBED
 ignore-mailbox = ^virtual/
index 6e487d432a99f492a6add432c39389824025d052..8e9915f9dad5fb3cf013b5a6b67a09d35e805920 100644 (file)
@@ -4,7 +4,7 @@ Wants=network-online.target
 After=network-online.target
 
 [Service]
-ExecStart=/usr/bin/interimap --notify
+ExecStart=/usr/bin/interimap --watch=60
 RestartSec=10min
 Restart=on-failure