Mailuser interface

Discussion in 'Plugins/Modules/Addons' started by Horfic, Aug 23, 2009.

?

Would you like to see a mailuser interface for Roundcube & Squirrelmail?

  1. Yes

    220 vote(s)
    98.7%
  2. No

    3 vote(s)
    1.3%
  1. Horfic

    Horfic Member

    Falko/Till whats now correct?

    Not really, Roundcube saves the users which login and also there settings in an array. I just have to add to the array the last password change or something like that.
     
  2. NeeChee

    NeeChee New Member

    Although I thought it was not necessary since the plugin checks if either filename exists, consider that added to the Howto and thanks for noticing!
     
  3. Horfic

    Horfic Member

    Yeah, my plugins are checking for both, so you wouldn't need to change the name.
     
  4. NeeChee

    NeeChee New Member

    I added it anyway, just for esthetics. Any way for me to upload my translation to the SVN repo? It's password protected as you probably know.
     
    Last edited: Jan 3, 2010
  5. cyberquito

    cyberquito New Member

    Soap Error: You do ton have the permissions to access this function.

    Hi,

    I'm getting the following error in every section of the account tab.

    Soap Error: You do ton have the permissions to access this function.

    Can you help me determine what's wrong?

    thank you,

    Quito
     
  6. Horfic

    Horfic Member

  7. HyperAtom

    HyperAtom New Member

    I have a problem when using the password plugin to change my password. When I enter the changes and click 'save' roundcube tells me:

    Soap Error: No user with username adam found.

    But I have checked my database where the mail users are found and the record for this account is actually username '[email protected]'. It seems the plugin misses off the domain somehow. My mailserver requires the usernames to be complete with the domain or else it won't accept login.

    Is there any way in which I could modify the plugin to suit the username requirement for my mail server, Im sure many other people have this problem as a lot of mail servers require full domain extentions to usernames.

    Any help appreciated :)
     
  8. Horfic

    Horfic Member

    Thats means that roundcube doesn't has the full email, because I'm working here with the details from roundcube. Simplified you just loggt in with adam and didn't set roundcube for things like that probably up.

    Just edit in the roundcube config (main.inc.php) the $rcmail_config['username_domain'] = '{your domain}';

    Replace the {your domain} with your domain and it will work.
     
  9. HyperAtom

    HyperAtom New Member

    Thank you for your quick reply. I checked the variable and it was indeed set to my domain already. I tried creating another mailbox and changed the password on [email protected], one interesting thing is the error comes back as:

    Soap Error: No user with username adam found.

    Having a look at my main.inc.php settings I saw that the variables:
    $rcmail_config['virtuser_file'] = '';
    $rcmail_config['virtuser_query'] = '';
    are not setup, could this be something to do with the error? I would be grateful if you could provide me with the correct settings for these variables anyway :D
     
  10. Horfic

    Horfic Member

    Whats written under the Account General tab as user name?

    Do you use any oth plugins in roundcube or so?
     
  11. HyperAtom

    HyperAtom New Member

    For user account admin:

    Username admin@*******
    Server localhost
    Last Login 2010-01-12 19:05:42
    Default Identity <admin@******>

    looks fine and changes according to what account im logged onto and I am using no other plugins.
     
  12. Horfic

    Horfic Member

    You say the error is this: Soap Error: No user with username adam found.

    Does that error with the name adam happens when you logged in with your admin@****

    PS: Are you using the version from the svn?
     
  13. HyperAtom

    HyperAtom New Member

    Yes its the adam error that appears even though im on my admin@**** account which makes it so strange. I can only think it has something to do with me not setting up those virtualuser variables in roundcube main.inc.php. And yes I am using the version from svn ;)
     
  14. Horfic

    Horfic Member

  15. HyperAtom

    HyperAtom New Member

    Ok, Horfic solved my problem and it didn't lie within his plugin but with my ISPConfig user setup. I had a client called adam but not a system user called adam which was kicking up the fuss. Once system user was created the plugin works great ;)
     
  16. Germanius

    Germanius Member

  17. Blinkiz

    Blinkiz New Member

    Hi there
    I would like to use roundcube 0.3.x.
    Where do I download it from? Should I just take it from roundcubes homepage or does it exist some special version just for ispconfig3 to download? Am confused because with ispconfig2, there exist a package to download.

    In the post, http://howtoforge.com/forums/showpost.php?p=213239&postcount=20, this is not explained.
     
  18. Horfic

    Horfic Member

    Just download Roundcube 0.3.x from their website!

    PS: A first version of the fetchmail plugin should go online today.
     
  19. HyperAtom

    HyperAtom New Member

    Can't wait! Will I be able to download it by updating the ISPConfig3 trunk?
     
  20. till

    till Super Moderator Staff Member ISPConfig Developer

    No, as the roundcube plugin is not in the ISPConfig SVN.
     

Share This Page