::Roundcube Settings Now Save::

Discussion in 'Installation/Configuration' started by cctex10, Jun 15, 2006.

  1. cctex10

    cctex10 New Member

    Ok I think I found a fix for roundcubes settings not being saved......

    First...
    Have a email user created under IPSConfig..
    login as root
    Code:
    run code:
    # vi /etc/postfix/virtusertable
    
    
    And you should get this screen.
    
    Swap the top user name with the third one in the list...
    
    ###################################
    #
    # ISPConfig virtusertable Configuration File
    #         Version 1.0
    #
    ###################################
    [email protected]    web1_user
    [email protected]    web1_user
    [email protected]    web1_user
    [email protected]    web1_user
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
    
    
    IT should look like this after you fix it...
    
    ###################################
    #
    # ISPConfig virtusertable Configuration File
    #         Version 1.0
    #
    ###################################
    [email protected]    web1_user
    [email protected]    web1_user
    [email protected]    web1_user
    [email protected]    web1_user
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
    
    Save the file (SHIFT ZZ)
    
    restart postfix
    #/etc/init.d/postfix restart
    
    Open your browser and go to the roundcubemail
    
    www.yoursite.com:81/roundcubemail/
    
    log in with your: [email protected]
    
    make all your settings and save them (TimeZone, Fix Your Email And Name, etc.).....
    
    log out 
    
    log back in...
    
    check to see if your settings have been saved... (HOPE SO! IT WORKED FOR ME)
    
    next clean up the virtusertable
    
    #postmap /etc/postfix/virtusertable
    
    and double check just in case that the settings are still there...
    
    

    I dont know if there is a way to set up ISPConfig to do the virtusertable correct the first time or what...???? maby some one else can figure that out..
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The virtusertable in ISPConfig is correct and valid, but the implementation in roundcube seems to be broken.

    By the way, if you change any user in your server, your "fix" gets overriden by ISPConfig.
     

Share This Page