summaryrefslogtreecommitdiff
path: root/localimap
blob: 0955981603e8ae61530b161bf1dd987a28bb64fd (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. MBOX_WRITE_LOCKS=fcntl
  8. MBOX_LOCKS=fcntl
  9. exec /usr/lib/dovecot/imap