[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN

This commit is contained in:
andryyy
2020-04-13 20:34:39 +02:00
parent 7753a8324f
commit 59a2ea0959
5 changed files with 31 additions and 15 deletions

View File

@@ -157,6 +157,8 @@ $MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'hourly';
// Check dovecot.conf for further changes (e.g. shared namespace)
$MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'maildir:';
// Show last IMAP and POP3 logins
$SHOW_LAST_LOGIN = true;
// Set visible Rspamd maps in mailcow UI, do not change unless you know what you are doing