summaryrefslogtreecommitdiff
path: root/localimap
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-04-15 13:40:35 +0000
committerJonas Smedegaard <dr@jones.dk>2005-04-15 13:40:35 +0000
commitc6d9ed6a553f9492ec9ba62b39f6b98c700d3803 (patch)
tree841deaa7f46d2b5c2d20c3b8dfc3fb8d400c0b0c /localimap
parent8209f212c50375b0d1191065cfff6e1c88c6db75 (diff)
New script localimap for preauth connection to dovecot (and perhaps some day other imapd daemons as well).
Diffstat (limited to 'localimap')
-rwxr-xr-xlocalimap8
1 files changed, 8 insertions, 0 deletions
diff --git a/localimap b/localimap
new file mode 100755
index 0000000..04b93ad
--- /dev/null
+++ b/localimap
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if test -d ~/Maildir; then
+ MAIL=~/Maildir
+fi
+MBOX_WRITE_LOCKS=fcntl
+
+exec /usr/lib/dovecot/imap