RE: Setup problem - cannot create folders/admin/mailbox? (fwd)

2003-03-11 Thread Joe Dennick
ope) > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Eric > Clemens > Sent: Tuesday, March 11, 2003 8:19 AM > To: Joe Dennick > Cc: [EMAIL PROTECTED] > Subject: RE: Setup problem - cannot create folders/admin/mailbox?

RE: Setup problem - cannot create folders/admin/mailbox?

2003-03-10 Thread Joe Dennick
you can create sub-folders with the command: cm user.userid.newfolder I usually create sent-mail, drafts, and trash for all of my users. Finally, after you've created your user's mailboxes, you can then copy their mail from the old server to the appropriate folder on the new server.

RE: Creating Mailboxes via Script

2003-03-08 Thread Joe Dennick
/id/K/KJ/KJOHNSON/NetxAP-0.01.tar.gz There are better IMAP perl modules out there (Mail::IMAPClient for example) but I have never updated my script to use them. :-( Joe Dennick wrote: > Yes, I changed all of the values to reflect my system, and I tested it > with a few Print statements

RE: Creating Mailboxes via Script

2003-03-07 Thread Joe Dennick
;; my $mysqlpass = "pass"; my $mysqlhost = "host"; my $mysqldatabase = "database"; my $mysqluserfield = "field"; my $mysqlusertable = "table"; my $IMAPSERVER = "localhost"; Joe Dennick wrote: > OK, I've been playing with this scrip

RE: Re: Creating Mailboxes via Script

2003-03-06 Thread Joe Dennick
ould be greately appreciated! Thank you! Joe Dennick [EMAIL PROTECTED] Patrick Boutilier <[EMAIL PROTECTED]> wrote the Mar 5, 2003 7:19 AM: > > > Joe Dennick wrote: > > We've got Cyrus-Imap 2.1.12 running very well for our company Red Hat > > 8.0. We are auth

RE: Problem with master (lmtpd) process and current cvs source (tag 2.2) !

2003-03-06 Thread Joe Dennick
sage board. lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1 Have Fun! Joe Dennick [EMAIL PROTECTED] Franz Skale <[EMAIL PROTECTED]> wrote the Mar 6, 2003 9:31 AM: > I checked out the new source and compiled it as you said yesterday. > I

Creating Mailboxes via Script

2003-03-05 Thread Joe Dennick
uit Thank you in advance for your assistance. Joe Dennick [EMAIL PROTECTED]