Seetamraju Uday Bhaskar Sarma
2010-Jun-14 02:15 UTC
[Dovecot] how to setup a simplest travel-mode read-only IMAP
Hi All, I don't use gmail/hotmail etc... I have been a Mozilla/SeaMonkey/Thunderbird user for ever now... The mail and folders are all on my private fileserver. But on certain tours, I do know in advance that I would like IMAP access to my mail folders. Nothing but the simplest read-only access to the years of accumulated email. (All that email was soft-mounted onto /mnt/mail for safety and simplicity.) I have read the FAQ and Wiki. I even created the /cur /new /tmp folders under /mnt/mail... (after noting errors in dovecot logs) But when I test from another machine as :- # mutt -f imap://sarma at 10.0.1.10/Inbox mutt comes up blank. I did check that /mnt/mail/Inbox exists, and has read permissions to all. Ideally, I don't want dovecot updating my mail files. I just simply want to read my old mail, while my new mail will continue to reside-on/be-accessible via the webmail. Thanks in advance! # /usr/sbin/dovecot --version 1.0.15 # /usr/sbin/dovecot -n # 1.0.15: /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S login_dir: /var/run/dovecot/login login_executable: /usr/lib/dovecot/imap-login login_processes_count: 1 login_max_processes_count: 2 mail_privileged_group: mail mail_location: maildir:/mnt/mail:INDEX=/var/mail/dovecot/index:CONTROL=/var/mail/dovecot/lib:LAYOUT=fs mbox_dirty_syncs: no mbox_lazy_writes: no auth default: passdb: driver: pam userdb: driver: passwd -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5140 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20100613/c4f21f35/attachment-0002.bin>
Timo Sirainen
2010-Jul-06 18:04 UTC
[Dovecot] how to setup a simplest travel-mode read-only IMAP
On Sun, 2010-06-13 at 22:15 -0400, Seetamraju Uday Bhaskar Sarma wrote:> But when I test from another machine as :- > # mutt -f imap://sarma at 10.0.1.10/Inbox > mutt comes up blank. > I did check that /mnt/mail/Inbox exists, and has read permissions to all.Set mail_debug=yes and check the logs, but more importantly:> # /usr/sbin/dovecot --version > 1.0.15I'd suggest at least v1.2 version. It'll give you much better error messages.> mail_privileged_group: mailThis isn't needed.> mail_location: > maildir:/mnt/mail:INDEX=/var/mail/dovecot/index:CONTROL=/var/mail/dovecot/lib:LAYOUT=fsLAYOUT=fs doesn't work with v1.0.