Macworld Forums: Mail box relocations - Macworld Forums

Jump to content

  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Mail box relocations

#1 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 02 May 2005 - 01:47 PM

Hello fellow Mac-heads(said with love) /forums/ubbthreads/images/graemlins/smile.gif
I have a question concerning mail. I am currently using MS Entourage for my mailing needs, however with the advent of Spotlight, I would like to switch to Mail. My mailing needs are not that robust other than sending, receiving, and setting up a few rules. The good thing about Entourage is that I can relocate the the MS Data folder on another partition and then create a symlnk pointing to the MS Data location so that Entourage can find it. However, I would like to use Mail now, but I am not sure if Mail is as flexible as Entourage in this respect. Can anyone out there please advise if this is possible? Thanks in advance.
0

#2 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 02 May 2005 - 02:17 PM

It is.
~/Library/Mail/
0

#3 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 02 May 2005 - 02:20 PM

Thanks for the help however the bigger problem is that I want to move the mail folder to another partition and if possible, create a symlink pointing back to the Mail application. Is this possible? It is with Entourage however and works perfectly.
0

#4 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 02 May 2005 - 02:23 PM

ln -s /Volumes/Dedicatedpartitionfor_mail /Users/yourusername/Library/Mail
0

#5 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 02 May 2005 - 02:33 PM

Sorry to appear stupid, but I did not quite understand this. I have two partitions on my Mac. One for the OS and one for data. I want to put the mailboxes for Mail on the Data drive and point to this. Entourage handles this no problem, but I am not sure if Mail needs to have the mailboxes in the same location minus a symlink of course.
0

#6 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 02 May 2005 - 03:09 PM

In reply to:

but I am not sure if Mail needs to have the mailboxes in the same location minus a symlink of course.


Mail.app wants to find a folder called Mail in ~/Library.
ie ~/Library/Mail/
or
/Users/yourusername/Library/Mail
If that folder, ~/Library/Mail, is a symlink doesn't matter as long as it's there.
0

#7 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 02 May 2005 - 10:08 PM

Thanks for the answer. So how would I go about creating this?
Do I copy "library" and all of its contents on to the second partition and then make a link back? If so, that means that I will move quite a lot of files.
or
Do I create a folder called "library" on to the second partition and then copy "the Mail" folder there and then make a link back to the original library folder?
Sorry to ask so many questions but your answers are not very detailed. If my questions are annoying you, or seem to simple, thanks anyway and I will try to find the answers from someone that can explain things a bit more in detail so that I have a clearer understanding of what I need to do.
0

#8 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 02 May 2005 - 10:52 PM

I'd recommend that you moved only the Mail folder, and then linked it back to ~/Library.
Or, I wouldn't really recommend it. There is nothing wrong with having your Mails physically in your home-folder. For one thing, you don't have to worry about your backup program following symlinks.
But, yeah, close Mail.app, move your Mail folder, link it back into ~/Library and launch Mail.app.
Here is how a Terminal-session would look:
code:

$ mv ~/Library/Mail /Volumes/foo
$ ln -s /Volumes/foo/Mail ~/Library/Mail


Edit: If your not comfortable with doing this, as I would suspect, backup your Mail before you try anything. Heck, even if you are comfortable with doing, you should backup your Mail anyway /forums/ubbthreads/images/graemlins/smile.gif
0

#9 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 02 May 2005 - 11:12 PM

Thanks dude. I did the "But, yeah, close Mail.app, move your Mail folder, link it back into ~/Library and launch Mail.app" method and tried to open Mail. It crashed, crashed, crashed. I moved it back and it worked. My only reason for moving it in the first place was because I have two partitions on my Mac. One for the OS and one for Data, so if I have to format my Mac, I only have to format the OS part and leave my data and applications (additionally installed on this partition as well) intact.
0

#10 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 02 May 2005 - 11:56 PM

Exactly how did you create the symbolic link?
I made sure to try it out before recommending it, and it worked fine here.
0

#11 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 03 May 2005 - 12:13 AM

I did it as so.
1. I opened two Finder windows.
2. I navigated to ~library/mail
3. I then copied this to my other partition, but moved the original to another location to save it it in case.
4. I then created a link back to the ~library/mail location on the home partition.
5. Opened Mail and it crashed
0

#12 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 03 May 2005 - 12:16 AM

In reply to:

4. I then created a link back to the ~library/mail location on the home partition.


How?
Edit:
If you do a ls -al, your Mail folder in ~/Library should look something like this:
code:

lrwx------ 1 username group 32 3 May 10:18 Mail -> /Volumes/foo/Mail


0

#13 User is offline   sapporobaby Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 02-May 05

Posted 03 May 2005 - 12:28 AM

Dude,
I created a "library" folder on the second partition and then copied the "mail folder" there. Then I made the link back.
Anyway, thanks dude. I am a GSM network designer, not a Mac expert. You lost me. I will live with things as they are or have someone else show me that has the time to sit on my Mac to do it. I appreciate the try.
Cheers.
0

#14 User is offline   Dr-NiKoN Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 741
  • Joined: 20-May 01

Posted 03 May 2005 - 01:01 AM

In reply to:

Then I made the link back.


Well, the important part is how you make the link back.
That is what makes or breaks this.
0

  • (3 Pages)
  • +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users