- 追加された行はこのように表示されます。
- 削除された行は
このように表示されます。
! FreeBSD 14 で dovecot
pkg install dovecot
cd /usr/local/etc/dovecot
cp -rfp ./example-config/* .
vi local.conf
を作成
======================
protocols = pop3
ssl = no
mail_location = mbox:~/mail/:INBOX=/var/mail/%u
disable_plaintext_auth = no
=======================
! FreeBSD 10 で dovecot
今時じゅあないけれど、ないと不便な POP の設定
DIFFコマンドのファイル名の順番を間違えたので表示が+ー逆ですが読み替えて。。
# diff -u dovecot.conf dovecot.conf.orig
--- dovecot.conf 2016-07-19 16:00:51.648010000 +0900
+++ dovecot.conf.orig 2016-06-05 12:58:08.000000000 +0900
@@ -21,8 +21,7 @@
# Protocols we want to be serving: imap imaps pop3 pop3s managesieve
# If you only want to use dovecot-auth, you can set this to "none".
-# protocols = imap pop3 imaps pop3s managesieve
-protocols = pop3
+protocols = imap pop3 imaps pop3s managesieve
# A space separated list of IP or host addresses where to listen in for
# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
@@ -92,7 +91,6 @@
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
#ssl = yes
-ssl = no
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
# dropping root privileges, so keep the key file unreadable by anyone but
@@ -227,8 +225,6 @@
#
# <doc/wiki/MailLocation.txt>
#
-# mail_location = mbox:~/mail/:INBOX=/var/mail/%u
-# mail_location = maildir:~/Maildir
mail_location = mbox:~/mail/:INBOX=/var/mail/%u
# If you need to set multiple mailbox locations or want to change default
! ページ
http://www.dovecot.org/
http://wiki2.dovecot.org/FrontPage?action=show&redirect=%E3%83%95%E3%83%AD%E3%83%B3%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8