Skip to content

Commit

Permalink
separate dovecot for postfix and exim4 as exim4 needs 'special treatm…
Browse files Browse the repository at this point in the history
…ent'...

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Mar 11, 2015
1 parent d874ebf commit c2c5739
Show file tree
Hide file tree
Showing 2 changed files with 979 additions and 441 deletions.
2 changes: 1 addition & 1 deletion admin_configfiles.php
Expand Up @@ -74,7 +74,7 @@
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);
}
Expand Down

0 comments on commit c2c5739

Please sign in to comment.