Rony wrote:
I have installed IMAP with courier-imap-3.0.8 and with QMAIL LDAP wiki
as reference installed Document
at /var/control/bin/dirmaker.sh
#!/bin/sh
#Trash, Drafts y Sent se crean por que
#normalmente son usadas por clientes IMAP
MAILDIRMAKE=/usr/lib/courier-imap/bin/maildirmake
/bin/mkdir -m 0700 -p $1
$MAILDIRMAKE $1/Maildir
for i in Spam Trash Drafts Sent; do
$MAILDIRMAKE -f $i $1/Maildir
done
My question
Why Imap do not auto create folder Trash, Draft Sent ??,..Inbox only
and I connect very long ...!!
Soory My english not good because I asian citizen
Thanks...
not sure why that doesn't work. I use
/var/qmail/bin/dirmaker.sh
#!/bin/sh
mkdir -m 700 -p $1
with my courier-imap start script, I DO NOT loop through the
AUTHMODULES, instead I simply set
LIBAUTHMODULES="/var/qmail/bin/auth_imap"
if it takes long to connect, it may be because one of hteAUTHMODULES in
courier-imap is failing to connect and authenticate. Try posting to the
courier-imap list too.