Hi everyone. First, some background information: I'm running FreeBSD 5.4-STABLE mutt 1.4.2.1i (2004-02-12) (from FreeBSD ports) bincimap 1.2.12 (FreeBSD ports)
I'm having an issue similar to the one which was reported in this message: http://marc.theaimsgroup.com/?l=mutt-users&m=109468068203956&w=2 In brief, I cannot seem to read messages on my mutt through its IMAP facility. It wants to browse the IMAP folders as a filesystem and not look at them as mail folders. Pressing <space> on these folders instead of <enter> does make mutt print "Getting folder list" at the bottom, but mutt goes no further. When hitting enter on the folder, I am presented with a window with [=foldername] at the top, but only an: IMAP ../ line in every folder view. For the longest time, I had a fetchyahoo -> maildrop -> HOME/Maildir setup going fine. I have sinced changed my setup from the above to have virtual domains through qmail/bincimapd/vpopmail with vchkpw authorizing virtual users (including my own shell account). My virtual Maildirs are stored in /usr/local/vpopmail/domains/<DOMAIN>/<USER>/Maildir each folder under Maildir has: Maildir/cur Maildir/tmp Maildir/new testfolder/cur testfolder/tmp Maildir/new etc. INBOX is linked thusly ln -sf ../Maildir INBOX Using Thunderbird with IMAPS through bincimap from my Windows box located on my local LAN works perfectly. It can read and write messages from IMAP and to my local SMTP server. Here are some relevant lines from my mutt and binc config files: mutt set spoolfile="imaps://192.168.1.101/" # Define location of incoming messages set folder="imaps://192.168.1.101/" # Define directory where additional mailboxes are located set imap_user="[EMAIL PROTECTED]" # Required in this form for vpopmail set imap_force_ssl="yes" # Prompt for password just once per session set imap_delim_chars="/" binc Mailbox { depot = "IMAPdir", type = "Maildir", path = "Maildir", auto create inbox = "yes", auto subscribe mailboxes = "INBOX", umask = "077" } I'm assuming qmail and vpopmail work fine since sending , receiving and checking email through Thunderbird work fine. Bincimap and/or mutt seem to be the culprit. Does any body have any advice? Thanks, Wes ______________________________________________________ Yahoo! for Good Donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/
