IRCNow

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
openbsd:mail:dovecot [2020/07/28 08:52]
jrmu
openbsd:mail:dovecot [2020/07/29 11:00] (current)
jrmu
Line 1: Line 1:
 Here is how I set up dovecot. Here is how I set up dovecot.
 +
 +<​code>​
 +$ doas pkg_add dovecot
 +</​code>​
  
 In /​etc/​dovecot/​dovecot.conf,​ add these lines at the very bottom: In /​etc/​dovecot/​dovecot.conf,​ add these lines at the very bottom:
Line 38: Line 42:
  
 <​code>​ <​code>​
-     mail_location = maildir:/​var/​vmail/​%d/​%n/​Maildir+mail_location = maildir:/​var/​vmail/​%d/​%n/​Maildir
 </​code>​ </​code>​