Ok, I’ve got this figured out with some help from a post on another mac support site.
First, stop the mail server (when you have no users logged in) – choose your mail store from the advanced menu in mail settings in server admin – i don’t trust the point-and-click interface, so type in the mail store box “/Volumes/<the name of your other physical hard drive>/<the name of the mail store you want to make>
You don’t have to pre-create the mail store folder, and you don’t have to put in the /Volumes section if it’s on the same drive – just specify the path to the folder you want whether or not you have another physical disk involved.
Then, drop into the terminal (/Applications/Utilities/Terminal.app) and type the following command…
[yourhostname:~] sudo ditto -rsrc /var/spool/imap /Volumes/<the name of your other physical hard drive>/<the name of the other mail store(or the path)>
in other words, you are using the ditto command to copy all your imap spool data to another location, which you have specified via server admin
start the mail service – if, under the general settings you don’t see that smtp is enabled, go to the terminal and type “sudo postfix start”
cheers,
blake/
Comments are closed