Hi there, I had the problem, that I wanted to mount /var from a NAS Server via NFS but the problem was/is that my OS (Ubuntu Breezy) can't mount a Network file system until the /var is mounted otherwise the network interface isn't up and can't mount a remote filesystem. So my question now is if I change/reinstall the ISP root directory from /var/www to mybe /ISP/www - what about the mails and the other stuff except the webs of the cosutumers? is every stuff from a ISP costumer going to /ISP/www from now on or are the mails and stuff still going to /var/mail and only the webs are lieing in /ISP/www ?? I'm pretty unsure about because I have a small system aprtition (1,5 GB CFcard) and the ISP stuff should be stored on a NAS server. any idea? any tip? any answer? ;-) thanks Leo
soory, just another question by the way ... waht's the difference between ISP42go and ISPconfig? I'm just interested in ... thx Leo
Do you use mbox or Maildir? If you use mbox, emails will continue to be stored in /var/mail. Have a look here: http://www.howtoforge.com/forums/showthread.php?t=730
I'm using Maildir - because I guessed it's better, or faster or whatever .... I don't exactly know the differences between but @ the moment I'm using Maildir and I guess I want to use that also in future. thx for the link! ;-) Leander
Then your emails are currently not stored in /var/mail, but in Maildir/ in each user's homedir. You can change the root directory, but you must copy/move all existing web sites to the new dirctory like this: Code: cp -pfr /var/www/* /ISP/www/ Then change the root directory in the ISPConfig settings, and change the users' homedirs in /etc/passwd.
Hi, ok, so if I use maildir the mails are going into the users webs/Maildir. so ISPconfig isn't producing any stuff on /var anymore?! I'm asking that because how I already told u my Breeze is running on a 2 GB CF card and ISPconfig or ISP user stuff should only be stored at the remote filesystem (NASServer) So my goal is that on the CF is nothing more then the OS, ISP-software an the logs of the server. Thx! Leo
Your zone files are probably stored in /var if you use ISPConfig's DNS Manager, but you can configure it to store them elsewhere under Management -> Server -> Settings -> DNS.