[solved] Roundcube identity plugin

  • How can I enable the add identity button in Roundcube?
    I use this system for my self only without other customer and like to add a few identitys in webmail.


    ### edit ###
    solved ;-)


    Code
    1. // Set identities access level:
    2. // 0 - many identities with possibility to edit all params
    3. // 1 - many identities with possibility to edit all params but not email address
    4. // 2 - one identity with possibility to edit all params
    5. // 3 - one identity with possibility to edit all params but not email address
    6. // 4 - one identity with possibility to edit only signature
    7. $config['identities_level'] = 0;