All gone.

Discussion in 'Installation/Configuration' started by maxx, Jan 9, 2006.

  1. maxx

    maxx New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. maxx

    maxx New Member

    There is one

    existing_db_01_09_2006__13_08_34.sql
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. maxx

    maxx New Member

    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
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Which pop3 and imap daemon have you installed. I guess you did not install courier and most of the others do not support maildir.
     
  7. maxx

    maxx New Member

    I Did perfect setup for Fedora 4. Should be Maildir support?
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  9. maxx

    maxx New Member

    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?
     
    Last edited: Jan 10, 2006
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    You can try to install dovecot. But I'am not sure if dovecot has pop3 + imap or only imap.
     
  11. maxx

    maxx New Member

    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
     
    Last edited: Jan 10, 2006
  12. falko

    falko Super Moderator Howtoforge Staff

    You can check with
    Code:
    netstat -tap
     
  13. maxx

    maxx New Member

    Its running but it doest accept my passwords?? Any help?
     
  14. falko

    falko Super Moderator Howtoforge Staff

    You mean when you try to connect with an email client? Any messages related to this in the mail log?
     
  15. maxx

    maxx New Member

    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
     

Share This Page