Roundcube and Multiple Host Domain

Discussion in 'Server Operation' started by witoszek, Jul 20, 2011.

  1. witoszek

    witoszek New Member

    Hello

    How can i do a single RoundCube setup for multiple servers with virtualmin?

    I'm using postfix and dovecot like a server imap.
    I was reading http://trac.roundcube.net/wiki/Howto_Config but i can not understand how can i read $rcmail_config['virtuser_file'] = '/etc/mail/virtuser'; or conect /etc/postfix/virtual.db not for only one server, for more than one.

    Thanks


    Daniel Witoszek Arias
     
  2. erosbk

    erosbk New Member

    // the mail host chosen to perform the log-in
    // leave blank to show a textbox at login, give a list of hosts
    // to display a pulldown menu or set one host as string.
    // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
    $rcmail_config['default_host'] = 'ssl://mx1.yourmailserver.com';

    I think that you must add there the servers you want to access from roundcube. If you have more than one, a dropdown list will be displayed, then, you select the server and login.

    As I could see, user/pass are validated with mail server databases, not with local.
     
  3. witoszek

    witoszek New Member

    How can you do it automatically and not a dropdown list will be displayed, then, you select the server and login.

    Thanks

    Daniel Witoszek Arias
     
  4. erosbk

    erosbk New Member

    I don't know, maybe you can google for a solution to it... but, if you use roundcube with mysql, there is a database where user/pass/server are saved so... maybe is possible to add there the data for each user, and try login without a server selected...
     

Share This Page