From e94b6c6f7e96e849ae58ee2ff86a551f7ce55316 Mon Sep 17 00:00:00 2001 From: Tube <7u83@mail.ru> Date: Mon, 6 Nov 2023 09:27:47 +0100 Subject: [PATCH] Iinital commit --- templates/roundcube-config.inc.php.mustache | 78 +++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 templates/roundcube-config.inc.php.mustache diff --git a/templates/roundcube-config.inc.php.mustache b/templates/roundcube-config.inc.php.mustache new file mode 100644 index 0000000..6020b03 --- /dev/null +++ b/templates/roundcube-config.inc.php.mustache @@ -0,0 +1,78 @@ + 'smtp.example.net'] +$config['smtp_host'] = 'tls://smtp.dewp.org:587'; + +// provide an URL where a user can get support for this Roundcube installation +// PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! +$config['support_url'] = ''; + +// This key is used for encrypting purposes, like storing of imap password +// in the session. For historical reasons it's called DES_key, but it's used +// with any configured cipher_method (see below). +// For the default cipher_method a required key length is 24 characters. +$config['des_key']='7yIlnRw2oqQAeYVtzZnv169d'; + +// ---------------------------------- +// PLUGINS +// ---------------------------------- +// List of active plugins (in plugins/ directory) +$config['plugins'] = ['acl', 'archive', 'attachment_reminder', 'emoticons', 'enigma', 'hide_blockquote', 'identicon', 'jqueryui', 'managesieve', 'markasjunk', 'newmail_notifier', 'password', 'vcard_attachments', 'zipdownload']; + +// the default locale setting (leave empty for auto-detection) +// RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR +$config['language']='us_EN'; + +$config['mail_domain'] = 'ms.plamix.org'; +