The sad (but ultimately triumphant) story of getting Courier IMAP (as well
as Postfix 2.0.0.1) running on MacOS X 10.2.3 can be found here:

        http://lucite.kapu.net/~bofh/20021228/

It can download the email alright, and it can delete it (moves it to
.Trash/new/), but can't see it after that, can't see new folders that
it itself has created, etc. I'm somewhat stumped.

I'm using IMAP-SSL(993), and in the Mail.app preferences, have everything
checked to "Store X messages on the server", and to never delete, as
Courier IMAP will be taking care of that as a policy issue. The IMAP Path
prefix is blank.

I figure that you'll probably be wanting to know this as well:

            # egrep -v '^(#|$)' imapd
ADDRESS=0
PORT=143
MAXDAEMONS=40
MAXPERIP=4
PIDFILE=/var/run/imapd.pid
TCPDOPTS="-nodnslookup -noidentlookup"
AUTHMODULES="authdaemon"
AUTHMODULES_ORIG="authdaemon"
DEBUG_LOGIN=0
IMAP_CAPABILITY="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES 
SORT QUOTA AUTH=PLAIN IDLE"
IMAP_CAPABILITY_ORIG="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
THREAD=REFERENCES SORT AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
IMAP_IDLE_TIMEOUT=60
IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
IMAP_DISABLETHREADSORT=0
IMAP_CHECK_ALL_FOLDERS=1
IMAP_OBSOLETE_CLIENT=1
IMAP_ULIMITD=65536
IMAP_USELOCKS=0
IMAP_ENHANCEDIDLE=0
IMAP_TRASHFOLDERNAME=Trash
IMAP_EMPTYTRASH=Trash:10,Sent=60
IMAP_MOVE_EXPUNGE_TO_TRASH=1
OUTBOX=.Outbox
SENDMAIL=/usr/sbin/sendmail
HEADERFROM=X-IMAP-Sender
IMAPDSTART=NO

I turned on IMAP_OBSOLETE_CLIENT=1, wondering if that might fix the
problem, but no, it did not.

And while I don't think it's going to shed any more light, because as
noted previously, it CAN see new mail, and display it, here is the SSL
configuration file:

            # egrep -v '^(#|$)' imapd-ssl
        SSLPORT=993
        SSLADDRESS=0
        SSLPIDFILE=/var/run/imapd-ssl.pid
        IMAPDSSLSTART=NO
        IMAPDSTARTTLS=YES
        IMAP_TLS_REQUIRED=0
        COURIERTLS=${bindir}/couriertls
        TLS_PROTOCOL=SSL3
        TLS_STARTTLS_PROTOCOL=TLS1
        TLS_CERTFILE=/usr/local/share/imapd.pem
        TLS_VERIFYPEER=NONE
        TLS_CACHEFILE=/usr/local/var/couriersslcache
        TLS_CACHESIZE=524288

Any ideas on what I am doing wrong, such that:

1) Can't see the Trash folder. Ever.
2) Can't see messages after deleting them, even though they are in Trash
3) Can't see subdirectories after they have been created by Mail.app

And, more importantly, advice on how to fix.

I have searched the list archives (mail.app), but nothing seemed apropos.

Aloha mai Nai`a!
-- 
"Please have your Internet License             http://kapu.net/~mjwise/
  and Usenet Registration handy..."



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to