Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
computing:roundcube [2025/02/15 22:30] – oemb1905 | computing:roundcube [2025/02/15 22:44] (current) – oemb1905 |
---|
<$config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcube';> | <$config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcube';> |
<$config['des_key'] = 'rcmail-!24ByteDESkey*Str';? | <$config['des_key'] = 'rcmail-!24ByteDESkey*Str';? |
<$config['imap_host'] = 'tls://mail.domain.com:143';> | <$config['imap_host'] = 'startls://domain.com:143';> |
<$config['smtp_host'] = 'tls://mail.domain.com:587';> | <$config['smtp_host'] = 'tls://mail.domain.com:587';> |
<$config['enable_spellcheck'] = true;> | <$config['enable_spellcheck'] = true;> |
| |
Change "pass" to whatever your password is. Take care not to use special characters and/or adjust the syntax accordingly to accept them. Change the destination key to something unique instead of the default. When specifying the imap and smtp host, make sure to prepend "tls://". Add spell check by adding the above spell check line to the bottom of the config. You can also append more plugins at this time. Here are some common additions: | Change "pass" to whatever your password is. Take care not to use special characters and/or adjust the syntax accordingly to accept them. Change the destination key to something unique instead of the default. When specifying the imap and smtp host, make sure to prepend the tls prefix. Add spell check by adding the above spell check line to the bottom of the config. You can also append more plugins at this time. Here are some common additions: |
| |
<$config['plugins'] = [ | sudo nano config.inc.php |
| $config['plugins'] = [ |
'archive', | 'archive', |
'zipdownload', | 'zipdownload', |
'virtuser_file', | 'virtuser_file', |
'virtuser_query' | 'virtuser_query' |
];> | ]; |
| |
Next, we will... | Alright, the basic configuration is now done. I can send and receive emails using jonathan@domain.com, with full health spf, dkim, and appropriate dmarc setup. |
| |
| |
--- //[[alerts@haacksnetworking.org|oemb1905]] 2025/02/15 21:42// | --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/02/15 21:42// |
| |