watch_mdbox

A script to check for changes in dovecot (m)dbox folders.
git clone git://r-36.net/watch_mdbox
Log | Files | Refs | README | LICENSE

mswatchrc (163B)


      1 sync syncapp 
      2 mailbox_prefix mb :
      3 
      4 store sshremote {
      5 	watch ssh user@example.com "inputkill /usr/bin/watch_mdbox" 
      6 }
      7 
      8 store local {
      9 	watch /usr/bin/watch_mdbox
     10 }
     11