Roundcube Mail

Discussion in 'Tips/Tricks/Mods' started by m u r, Jan 6, 2007.

  1. m u r

    m u r Member

    I installed roundcube mail using the link on ISPConfig's download site and have ran into the same problems that I've read about in this forum. So, roundcube will not save my preferences, and does not automatically create trash and sent folders. Does anyone know how to resolve this? Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. m u r

    m u r Member

    According to this tutorial, http://howtoforge.com/roundcube_webmail_ispconfig, when using phpmyadmin, and selecting the SQL icon as per step 7, I just have an empty field with a "Go" button. Do I need to enter something into that field?

    Also, if I already have the site, www.domain.com, do I need to add a new site webmail.domain.com or do I just need to add a record in DNS?
     
  4. Hans

    Hans Moderator Moderator

    just point to your .sql file on your local pc and press "go" to start the query.
     
  5. m u r

    m u r Member

    I do not have the following: /var/www/webmail.myhostingcompany.tld/web1/

    Mine looks like this: /var/www/sharedip/index.html

    The web1 directory is in /home/www/web21. If I use that directory, I run into other problems . . .

    Code:
    chown: `www-data:www-data': invalid user
     
  6. falko

    falko Super Moderator Howtoforge Staff

    www-data is the Apache user on Debian and Ubuntu. If you use a different distribution, the Apache user might be named differently. Please check your Apache configuration for the correct username (and also the correct group).
     
  7. Hans

    Hans Moderator Moderator

    I small kind of warning.

    I do not know if i made myself clear but the mentioned /web1 within the RoundCube howto is just an example! I also could have called it web* or webX if you wish.

    Your webnumber is different for sure and for that reason i think you're within the wrong web now! Web1/web is the sharedIP web isn't it?
     
  8. martinfst

    martinfst Member Moderator

    What's the result of
    Code:
    grep www-data /etc/passwd
    ?
     
  9. veroxii

    veroxii New Member

    Yes. I fixed it. See (end of) this thread: http://www.howtoforge.com/forums/showthread.php?t=4843&page=2
     
  10. m u r

    m u r Member

    Attached Files:

    Last edited: Jan 8, 2007
  11. veroxii

    veroxii New Member

    Yeah sweet. Works great now. Someone should include these changed files into the download .pkg file. How does that work? Who maintains it?

    -V
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    The .pkg files are just .zip files that where created with the option to not store the path of the files.

    I'am not sure if the package is actively maintained at the moment.
     

Share This Page