mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Disable filter management in Roundcube
This commit is contained in:
@@ -34,7 +34,7 @@ $enable_dkim_verification = 1;
|
|||||||
$unix_socketname = "$MYHOME/amavisd.sock";
|
$unix_socketname = "$MYHOME/amavisd.sock";
|
||||||
$inet_socket_port = 2525;
|
$inet_socket_port = 2525;
|
||||||
$inet_socket_bind = undef;
|
$inet_socket_bind = undef;
|
||||||
$forward_method = 'lmtp:lmtp:2525';
|
$forward_method = 'lmtp:imap:2525';
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Policies
|
# Policies
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ $config['reply_all_mode'] = 1;
|
|||||||
$config['plugins'] = array(
|
$config['plugins'] = array(
|
||||||
'archive',
|
'archive',
|
||||||
'zipdownload',
|
'zipdownload',
|
||||||
'managesieve',
|
|
||||||
'markasjunk'
|
'markasjunk'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user