On Wed, 2005-04-13 at 13:53 +0200, Sasa Stupar wrote: > Hi! > > I am running FC3 as mailserver with sendmail+cyrus-imapd and everything > works fine. Now I am going out of space on the HDD and I am thinking to add > a new one which will server for cyrus only. So how do I tell cyrus to use > that other drive instead of /var/spool/imap ? > And also is it enough just to copy this directory to a new location or do I > need to do something else like reconstruction or similar. > > Regards, > Sasa You should be safe copying the appropriate cyrus IMAP directories to the new drive. Stop the IMAP server first. In the past I've moved the IMAP directories by creating links in /var/spool and /var/lib to the new locations. Bob...