drphibes Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Quake3/quake3_cadaver.gif)
Joined: 30 Nov 2004 Posts: 432
|
Posted: Fri Nov 17, 2006 11:07 pm Post subject: PREAUTH imap with Thunderbird? |
|
|
I use fetchmail/procmail to gather my pop3 mail onto my lan's IMAP server (dovecot).
Mostly I tunnel mutt to dovecot's PREAUTH imap binary, i.e.
.muttrc
Code: | set tunnel="MAIL=maildir:~/.maildir /usr/libexec/dovecot/imap" | or
Code: | set tunnel="ssh -q <imap host> MAIL=maildir:~/.maildir /usr/libexec/dovecot/imap" |
I don't even need to run the dovecot imap server on my lan with this setup.
Was wondering if its possible to use imap PREAUTH with thunderbird? |
|