Displaying 1 result from an estimated 1 matches for "bac05a804bf5".
2004 Nov 25
1
AW: Re: [OT] Apple Mail.app access to localhost imap whe n nonetwork
> This script is what I use -- note that you need to have it on the
> server, and then call ssh to execute that script (on the server)
> immediately.
> #!/bin/sh
> # arch-tag: dbfe44f6-0d80-40c4-948a-bac05a804bf5
>
> export MAIL=/home/johannes/Maildir
> export MAILBOX_CHECK_INTERVAL=60
> exec /usr/lib/dovecot/imap
Hi.
IIRC you should exec dovecot as a whole, to use it properly. Also edit your dovecot.conf to only serve imap.
christian