PDA

View Full Version : All gone.


maxx
9th January 2006, 13:55
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

till
9th January 2006, 14:08
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.

maxx
9th January 2006, 15:07
existing_db_01_09_2006__13_08_34.sql

falko
9th January 2006, 20:08
You could try to restore your database from that SQL dump. have a look here: http://www.howtoforge.com/faq/6_4_en.html

maxx
10th January 2006, 04:50
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

till
10th January 2006, 11:54
Which pop3 and imap daemon have you installed. I guess you did not install courier and most of the others do not support maildir.

maxx
10th January 2006, 12:39
I Did perfect setup for Fedora 4. Should be Maildir support?

till
10th January 2006, 12:43
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.

maxx
10th January 2006, 12:46
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?

till
10th January 2006, 12:50
You can try to install dovecot. But I'am not sure if dovecot has pop3 + imap or only imap.

maxx
10th January 2006, 13:55
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

falko
10th January 2006, 15:10
Dont know yet does it work :) But lets hope so
You can check with netstat -tap

maxx
10th January 2006, 17:27
You can check with netstat -tap

Its running but it doest accept my passwords?? Any help?

falko
10th January 2006, 18:24
Its running but it doest accept my passwords?? Any help?
You mean when you try to connect with an email client? Any messages related to this in the mail log?

maxx
10th January 2006, 19:35
You mean when you try to connect with an email client? Any messages related to this in the mail log?

Everything is fine.. Just another broken hard disk again. :mad:

And the Maildir for Fedora is working. You can add instructions to Fedora 4 setup.

Thanks for everything.

- M