% layout 'default', title => "Sme server 2 - roundcube";
% content_for 'module' => begin
% if ($config->{debug} == 1) {
%= dumper $c->current_route
% }
% if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%}
roundcube - <%=$title %>
If the roundcube panel does not appear after logging in, then please check your password.
% my $thisdomain = session 'SystemName';
% $thisdomain .= ".".session 'DomainName';
% my $url = $c->stash('modul');
% my $username = 'admin';
% if ($url =~ /[?&]_user=([^&]+)/) {
% $username = $1;
%}
roundcube?_user=<%= $username %>">
% my $height = $c->stash('height') | '600px';
% if ($height !~ /px$/) { $height = $height.'px';}
% if ($url eq "") {
% $url = "https://".$thisdomain."/roundcube";
%}
%end