Hello. I had lots of problem with ISPconfig and openSuse 10. So i did reinstall. It failed, did it again succesfully. Problem now is that mails are working - webpages no. Cant see any clients from webGUI. I used same database name while installing. Any tricks what should I do? Thanks, Maxx
Please have a look in your /tmp directory if there are still the backups of the SQL database, the /root/ispconfig and /home/admispconfig directory that the installer creates.
You could try to restore your database from that SQL dump. have a look here: http://www.howtoforge.com/faq/6_4_en.html
Everything else is ok now Thanks for your help. I have restored system and change it from OpenSuSe 10 to Fedora 4 and everything else if working except I can get my mails from Maildir they appear to my Maildir/new but I cant download them. Can you help me or anyone help me? Thanks, M
Which pop3 and imap daemon have you installed. I guess you did not install courier and most of the others do not support maildir.
If i remember correctly, the fedora 4 setup uses mailbox. Try to switch to mailbox in ispconfig uder management > Server > settings > email, wait about a minute , then send a test email to one account and check if it has arrived.
Is there any way to get Maildir support for Fedora. I have old mails from Suse setup in maildir format and I need to copy those. M BTW. Found this article http://www.howtoforge.com/forums/showthread.php?t=1432&highlight=Maildir+fedora Ill give it a try. Or maybe I can do it like in Suse yast -i courier-imap fam-server courier-authlib expect tcl chkconfig --add fam (With Yum or apt-get ofcourse) Do you think this should work?
Fedora 4 Maildir setup Before installing RPM's do 'yum install expect' http://www.linux-daemon.de/rpm/fedora/Fedora%20Core%204/courier/ You need Courier libs and Courier Imap wget them to yout /tmp and install 'rpm -ivh' courier libs first and then Courier imap Do chkconfig --levels 235 sendmail off chkconfig --levels 235 postfix on chkconfig --levels 235 saslauthd on chkconfig --levels 235 courier-imap on chkconfig courier-imap on /etc/init.d/sendmail stop /etc/init.d/postfix start /etc/init.d/courier-imap start /etc/init.d/saslauthd start /etc/init.d/xinetd restart Just remember not to install imap on apt-get install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix imap <- dont install imap
Everything is fine.. Just another broken hard disk again. And the Maildir for Fedora is working. You can add instructions to Fedora 4 setup. Thanks for everything. - M