$config['db_dsnw'] = 'sqlite:////home/web/roundcube/db/roundcube.db?mode=0646'; $config['imap_host'] = 'ssl://mail.mydomain.com'; $config['smtp_host'] = 'ssl://mail.mydomain.com'; $config['smtp_auth_type'] = "PLAIN"; $config['support_url'] = ''; $config['log_dir'] = '/var/log/roundcube'; $config['temp_dir'] = '/home/web/roundcube//temp/'; $config['des_key'] = '<>'; $config['plugins'] = ['acl', 'archive', 'attachment_reminder', 'emoticons', 'enigma', 'filesystem_attachments', 'jqueryui', 'managesieve', 'markasjunk', 'new_user_dialog', 'newmail_notifier', 'subscriptions_option', 'userinfo', 'vcard_attachments', 'zipdownload']; $config['language'] = 'en_US'; $config['enable_spellcheck'] = true; $config['spellcheck_engine'] = 'pspell'; $config['mime_param_folding'] = 0;