15 Mar
2005
15 Mar
'05
11:40 p.m.
On Mon, 2005-03-14 at 13:06 +0100, Joakim Verona wrote:
export MAIL=mbox:/home/user/mail # ie. the default_mail_env expanded echo "1 status inbox (messages)" | /usr/local/libexec/dovecot/imap I have this in my dovecot.conf:
mbox_write_locks = fcntl
so how can I get imap to read the configuration in this use case?
export MBOX_WRITE_LOCKS=fcntl
Usually they're the same names as in dovecot.conf but in uppercase.