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:31] – 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;> |
| ]; | ]; |
| |
| 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// |
| |