separate dovecot for postfix and exim4 as exim4 needs 'special treatment'...

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p) 2015-03-11 16:42:22 +01:00
parent d874ebf1b0
commit c2c573902f
2 changed files with 965 additions and 427 deletions

View File

@ -74,7 +74,7 @@ if ($userinfo['change_serversettings'] == '1') {
foreach ($daemons as $di => $dd) {
$title = $dd->title;
if ($dd->default) {
$title = $title." ".$lng['panel']['default'];
$title = $title." (".strtolower($lng['panel']['default']).")";
}
$daemons_select .= makeoption($title, $di);
}

File diff suppressed because it is too large Load Diff