User Tools

Site Tools


computing:mailserver

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 [2025/11/05 01:56] oemb1905computing:mailserver [2026/07/31 16:30] (current) oemb1905
Line 240: Line 240:
   sudo opendkim-testkey -d example.com -s default -vvv   sudo opendkim-testkey -d example.com -s default -vvv
      
-Note that that output will display "key not secure" unless you configure DNSSEC, which this tutorial has not done. It's now time to configure postfix to leverage this DKIM key. Let's make a directory for the socket and set up the configuration+Note that that output will display "key not secure" unless you configure DNSSEC, which this tutorial has not done. It's now time to configure postfix to leverage this DKIM key. Let's make a directory for the socket and set up the configuration. Let's open ''sudo nano /etc/opendkim.conf'' and enter the following:
- +
-  sudo mkdir /var/spool/postfix/opendkim +
-  sudo chown opendkim:postfix /var/spool/postfix/opendkim +
-  sudo nano /etc/opendkim.conf +
-   +
-In the dkim config file, enter:+
      
   Socket    local:/var/spool/postfix/opendkim/opendkim.sock   Socket    local:/var/spool/postfix/opendkim/opendkim.sock
Line 288: Line 282:
  
   mailbox Drafts {   mailbox Drafts {
-    **auto = create**+    auto = create ## <<-- enter this line here
     special_use = \Drafts     special_use = \Drafts
   }   }
Line 615: Line 609:
   #dict {   #dict {
   #  quota = file:/var/lib/dovecot/quota   #  quota = file:/var/lib/dovecot/quota
 +  #}
 +  sudo nano /etc/dovecot/conf.d/10-logging.conf
 +  #plugin {
   #}   #}
  
Line 626: Line 623:
 The new tutorial embeds the Trixie adjustments inside the tutorial in addition to being a complete re-organization and rewrite of the mail server tutorial. You can view the new tutorial over here at [[https://wiki.haacksnetworking.org/doku.php?id=computing:mailserver-trixie|Mail Server Trixie]]. The new tutorial embeds the Trixie adjustments inside the tutorial in addition to being a complete re-organization and rewrite of the mail server tutorial. You can view the new tutorial over here at [[https://wiki.haacksnetworking.org/doku.php?id=computing:mailserver-trixie|Mail Server Trixie]].
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/11/05 01:54//+ --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/12/08 04:37//
computing/mailserver.1762307791.txt.gz · Last modified: by oemb1905