User Tools

Site Tools


computing:mailserver-trixie

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:mailserver-trixie [2026/08/30 14:20] oemb1905computing:mailserver-trixie [2026/08/31 00:07] (current) oemb1905
Line 634: Line 634:
       ServerName mail.domain.com       ServerName mail.domain.com
       ServerAdmin email@email.com       ServerAdmin email@email.com
-      DocumentRoot /var/www/roundcube/+      DocumentRoot /var/www/roundcube/ #add public_html for latest RC
       ErrorLog ${APACHE_LOG_DIR}/roundcube_error.log       ErrorLog ${APACHE_LOG_DIR}/roundcube_error.log
       CustomLog ${APACHE_LOG_DIR}/roundcube_access.log combined       CustomLog ${APACHE_LOG_DIR}/roundcube_access.log combined
Line 663: Line 663:
       ServerName mail.domain.com       ServerName mail.domain.com
       ServerAdmin email@email.com       ServerAdmin email@email.com
-      DocumentRoot /var/www/roundcube/+      DocumentRoot /var/www/roundcube/  #add public_html for latest RC
       ErrorLog ${APACHE_LOG_DIR}/roundcube_error.log       ErrorLog ${APACHE_LOG_DIR}/roundcube_error.log
       CustomLog ${APACHE_LOG_DIR}/roundcube_access.log combined       CustomLog ${APACHE_LOG_DIR}/roundcube_access.log combined
Line 711: Line 711:
   'debug_logger',   'debug_logger',
   'emoticons',   'emoticons',
-  'enigma',+  // 'enigma', //
   'filesystem_attachments',   'filesystem_attachments',
   'help',   'help',
Line 804: Line 804:
 ====== Part V - Setting up pflogsumm ====== ====== Part V - Setting up pflogsumm ======
  
-It's important to be able to monitor how your setup is performing and what is or is not working correctly. No better way to do that than to get some analytics emailed to you each day. To do that, let's install pflogsumm and use rsyslog for logging. Install the packages sudo apt install pflogsumm rsyslog and then create the log rotation rule over in ''/etc/logrotate.d/postfix-log'' and enter the following:+It's important to be able to monitor how your setup is performing and what is or is not working correctly. No better way to do that than to get some analytics emailed to you each day. To do that, let's install pflogsumm and use rsyslog for logging. Install the packages ''sudo apt install pflogsumm'' rsyslog and then create the log rotation rule over in ''/etc/logrotate.d/postfix-log'' and enter the following:
  
 <code> <code>
Line 1063: Line 1063:
  
 Once you edited the file, load the changes with sudo postmap /etc/postfix/virtual_alias. Once you edited the file, load the changes with sudo postmap /etc/postfix/virtual_alias.
-Another thing I researched when reviewing Linux Babe's tutorial, but ultimately rejected doing was body and header inspection. To do that, install postfix's regular expression tooling with sudo apt install postfix-pcre and then edit the main configuration ''/etc/postfix/main.cf'' and enter the following stanzas:+Another thing I researched when reviewing Linux Babe's tutorial, but ultimately rejected doing was body and header inspection. To do that, install postfix's regular expression tooling with ''sudo apt install postfix-pcre'' and then edit the main configuration ''/etc/postfix/main.cf'' and enter the following stanzas:
  
   header_checks = pcre:/etc/postfix/header_checks   header_checks = pcre:/etc/postfix/header_checks
Line 1143: Line 1143:
 I rewrote the mail server tutorial for the presentation [[https://tech.haacksnetworking.org/2025/06/10/your-email-your-rules-self-hosting-simplified/|Your Email, Your Rules: Self-Hosting Simplified]]. The SeaGL presentation can be found [[https://pretalx.seagl.org/2025/talk/VLM7AS/|on their calendar]]. I rewrote the mail server tutorial for the presentation [[https://tech.haacksnetworking.org/2025/06/10/your-email-your-rules-self-hosting-simplified/|Your Email, Your Rules: Self-Hosting Simplified]]. The SeaGL presentation can be found [[https://pretalx.seagl.org/2025/talk/VLM7AS/|on their calendar]].
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/08/30 13:53//+ --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/08/31 00:07//
computing/mailserver-trixie.1788099623.txt.gz · Last modified: by oemb1905