Hi Joe and Jeremy,
--On Tuesday, August 17, 2004 01:16:46 PM -0700 Joe Zacky <[EMAIL PROTECTED]> wrote in part:
The following are my bincimap run file, the wrapper, and a section from bincimap.conf. I don't know if they'll work the same on 1.2.8final and FreeBSD but they're working for me. They may also differ from what the wiki recommends, I'm not sure.
thanks to your recommendations, I have been able to successfully setup binc with vmailmgr. In fact, I have also added relay-ctrl to it for roaming users.. All work perfectly. I also found out that after setting it up with depot = "IMAPdir", I did some playing around, and was able to get binc to work with depot = "Maildir++", as well. I prefer the Maildir++ format better, as it makes it easier to manage. I used this in my bincimap.conf
Mailbox {
depot = "Maildir++",
type = "Maildir",
path = ".",
auto create inbox = "yes",
auto subscribe mailboxes = "INBOX",
umask = "000"
}and of course Joe's great wrapper. The advantage I found by doing this is that by using Maildir++ It does not physically create an INBOX within the vmailmgr virtual user dir, and therefore, the users can either use IMAPS or POP3d to get/read their mail. All that is needed to start binc is for the user to tell his IMAP email client to start with a INBOX initially when starting up the account, and go from there.. Because email is stored in the virtual user dir and not a physical INBOX within that dir, he can POP his mail too.
Best regards,
-- Gary
