W dniu 2009-12-30 02:26, Jim Pazarena pisze: > I am wondering if anyone has created a method to specify a domain name > on the address bar to eliminate the user from having to enter it.
In roundcube config/main.inc.php: $rcmail_config['default_host'] = $_SERVER['HTTP_HOST']; Multiple domains, apache virtual hosts, and no more domain in login field :) _______________________________________________ List info: http://lists.roundcube.net/users/
