fix roundcube

This commit is contained in:
Dmitriy Kholkin 2022-04-04 14:53:28 +03:00
parent f19f1c20c8
commit 00fefb7745

View File

@ -9,11 +9,14 @@
dicts = with pkgs.aspellDicts; [ en ru ];
extraConfig = ''
$config['default_host'] = array(
'tls://mail.ataraxiadev.com' => "AtaraxiaDev's Mail Server"
'tls://mail.ataraxiadev.com' => "AtaraxiaDev's Mail Server",
'ssl://imap.gmail.com:993' => 'Google Mail',
);
$config['username_domain'] = array(
'mail.ataraxiadev.com' => 'ataraxiadev.com'
'mail.ataraxiadev.com' => 'ataraxiadev.com',
'mail.gmail.com' => 'gmail.com',
);
$config['x_frame_options'] = false;
'';
hostName = "webmail.ataraxiadev.com";
maxAttachmentSize = 25;