User Tools

Site Tools


computing:roundcube

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:roundcube [2025/02/15 22:16] oemb1905computing:roundcube [2025/02/15 22:44] (current) oemb1905
Line 97: Line 97:
   <$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:
  
 +  sudo nano config.inc.php
   $config['plugins'] = [   $config['plugins'] = [
     'archive',     'archive',
Line 138: Line 139:
   ];   ];
  
 +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//
  
computing/roundcube.1739657775.txt.gz · Last modified: 2025/02/15 22:16 by oemb1905