Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. doas nano /etc/mail/smtpd.conf # change action "delivery" to use maildir (without path) instead of lmtp
  2. doas pkg_add dovecot
  3. doas nano /etc/dovecot/conf.d/10-mail.conf # change the mail_location line to: mail_location = maildir:~/Maildir
  4. doas rcctl disable cyrus_imapd
  5. doas rcctl enable dovecot
  6. doas rcctl start dovecot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement