summaryrefslogtreecommitdiff
path: root/localimap
blob: d2745ed59cf365c85090f557a5b073b408eaaa13 (plain)
  1. #!/bin/sh
  2. if test -d ~/Maildir; then
  3. MAIL=~/Maildir
  4. fi
  5. # Do these work at all?
  6. # (one for dovecot 1.x and the other for 0.99.x)
  7. export MBOX_WRITE_LOCKS=fcntl
  8. export MBOX_LOCKS=fcntl
  9. exec /usr/lib/dovecot/imap