26 Jun
2003
26 Jun
'03
2:33 p.m.
On Thu, 2003-06-26 at 06:23, Charlie Allom wrote:
Hi,
I setup squirrelmail with dovecot and everything worked. I moved users Maildir directores to ~/Maildir/INBOX.directory/ and updated the .subscriptions file to something like ^INBOX.directory
Why do you want to prefix them with "INBOX."? You can configure squirrelmail not to require that.
I am not sure that courier-imapd does this sort of munging?
Courier prefixes them internally with "INBOX.".
cd ~/Maildir ; for i in * ; do ln -s $i .INBOX.$i ; done
Do you mean this creates .INBOX.INBOX.mailbox symlinks?