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
Last revision Both sides next revision
openbsd:mail:dovecot [2020/07/28 08:33]
jrmu
openbsd:mail:dovecot [2020/07/28 08:54]
jrmu
Line 35: Line 35:
 Comment out auth-system.conf.ext and add the new passdb/​userdb conf settings. Comment out auth-system.conf.ext and add the new passdb/​userdb conf settings.
  
 +In /​etc/​dovecot/​conf.d/​10-mail.conf:​
  
 +<​code>​
 +mail_location = maildir:/​var/​vmail/​%d/​%n/​Maildir
 +</​code>​
  
 +In /​etc/​dovecot/​conf.d/​10-ssl.conf,​ I make these changes:
  
 +<​code> ​                                                                                   ​
 +ssl = required ​                                                                       ​
 +...
 +ssl_cert = </​etc/​ssl/​ircnow.org.fullchain.pem
 +ssl_key = </​etc/​ssl/​private/​ircnow.org.key
 +ssl_dh_parameters_length = 2048
 +</​code>​