mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Enable enigma for testing in Roundcube, fixes #391
This commit is contained in:
parent
8903cb1367
commit
31b887807a
@ -14,7 +14,8 @@ $config['plugins'] = array(
|
||||
'archive',
|
||||
'zipdownload',
|
||||
'markasjunk',
|
||||
'managesieve'
|
||||
'managesieve',
|
||||
'enigma'
|
||||
);
|
||||
|
||||
// Mail servers
|
||||
@ -44,3 +45,6 @@ $config['managesieve_conn_options'] = $ssl_no_check;
|
||||
|
||||
// skin name: folder from skins/
|
||||
$config['skin'] = 'larry';
|
||||
|
||||
// Enigma gpg plugin
|
||||
$config['enigma_pgp_homedir'] = '/data/gpg';
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Fix some permissions
|
||||
mkdir -p /data/gpg
|
||||
chown -R www-data:www-data /data
|
||||
|
||||
# Run apache
|
||||
|
Loading…
Reference in New Issue
Block a user