From c6d9ed6a553f9492ec9ba62b39f6b98c700d3803 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 15 Apr 2005 13:40:35 +0000 Subject: New script localimap for preauth connection to dovecot (and perhaps some day other imapd daemons as well). --- localimap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 localimap 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 -- cgit v1.2.3