1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Disable filter management in Roundcube

This commit is contained in:
Pierre Jaury 2016-04-20 21:18:02 +02:00
parent 719afcf0dd
commit d2e6bf01e2
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ $enable_dkim_verification = 1;
$unix_socketname = "$MYHOME/amavisd.sock";
$inet_socket_port = 2525;
$inet_socket_bind = undef;
$forward_method = 'lmtp:lmtp:2525';
$forward_method = 'lmtp:imap:2525';
###############
# Policies

View File

@ -12,7 +12,6 @@ $config['reply_all_mode'] = 1;
$config['plugins'] = array(
'archive',
'zipdownload',
'managesieve',
'markasjunk'
);