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
Last revisionBoth sides next revision
computing:mailserver [2022/12/26 03:14] oemb1905computing:mailserver [2023/07/09 17:32] oemb1905
Line 322: Line 322:
   echo "Hi, I am testing the subdomain email health." | mail -s "CLI Email Test" oemb1905@jonathanhaack.com   echo "Hi, I am testing the subdomain email health." | mail -s "CLI Email Test" oemb1905@jonathanhaack.com
      
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/12/25 20:11//+Setting up dovecot-sieve.  
 + 
 +  sudo apt install dovecot-sieve dovecot-managesieved 
 +  sudo nano /etc/dovecot/dovecot.conf 
 +  <protocols = imap lmtp sieve> 
 +  sudo nano /etc/dovecot/conf.d/15-lda.conf 
 +  <protocol lda {> 
 +    <mail_plugins = $mail_plugins sieve> 
 +  <}> 
 +  sudo nano /etc/dovecot/conf.d/20-lmtp.conf 
 +  <protocol lmtp {> 
 +    <mail_plugins = quota sieve> 
 +  <}> 
 +  systemctl restart dovecot postfix 
 +   
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2023/07/09 17:25//
computing/mailserver.txt · Last modified: 2023/08/06 18:42 by oemb1905