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 [2026/04/05 01:35] oemb1905computing:roundcube [2026/04/08 14:45] (current) oemb1905
Line 99: Line 99:
   <$config['imap_host'] = 'ssl://mail.domain.com:993';>   <$config['imap_host'] = 'ssl://mail.domain.com:993';>
   <$config['smtp_host'] = 'tls://mail.domain.com:587';>   <$config['smtp_host'] = 'tls://mail.domain.com:587';>
 +  <$config['mail_domain'] = 'domain.com';>
 +  <$config['username_domain'] = 'domain.com';>
   <$config['enable_spellcheck'] = true;>   <$config['enable_spellcheck'] = true;>
  
Line 139: Line 141:
   ];   ];
  
-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.+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. To update:
  
 +<code>
 +cd /var/www
 +wget https://github.com/roundcube/roundcubemail/releases/download/1.6.15/roundcubemail-1.6.15-complete.tar.gz
 +tar xvf roundcubemail-1.6.15-complete.tar.gz
 +rm roundcubemail-1.6.15-complete.tar.gz
 +rm -f roundcube
 +ln -s roundcubemail-1.6.15 roundcube
 +cp roundcubemail-1.6.10/config/config.inc.php roundcube/config/config.inc.php
 +chown root:root -R roundcube
 +chown www-data:www-data roundcube/temp roundcube/logs -R
 +systemctl restart apache2 php8.4-fpm
 +</code>
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/02/15 21:42//+ 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/04/05 04:31//
  
computing/roundcube.1775352907.txt.gz · Last modified: by oemb1905