Dovecot
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Dovecot
- IMAP, POP3 サーバ
- see also [[Postfix]]
** Dovecot 設定 [#ped81c07]
*** IMAPS (pam) [#j5d51732]
- /etc/dovecot
**** dovecot.conf [#u58f2edc]
- protocols = imap
**** conf.d/10-auth.conf [#z7516fba]
- disable_plaintext_auth = no
**** conf.d/10-mail.conf [#gec5801c]
- mail_location = maildir:~/Maildir
**** conf.d/10-ssl.conf [#s5cfdff3]
# openssl dhparam -out /etc/dovecot/dh.pem 4096
- ssl = required
- ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
- ssl_key = </etc/pki/dovecot/private/dovecot.pem
- ssl_dh = </etc/dovecot/dh.pem
**** firewalld [#x277ab06]
- firewall-cmd --add-service=imaps --permanent
- firewall-cmd --reload
**** Error [#of2cf7e3]
***** imap-login: Error: Failed to initialize SSL server ...
- see https://www.wetch.co.jp/dovecot%E3%82%92%E3%82%A2%E...
- dovecot2.3から ssl-parameter.datファイルが廃止, ssl_dh ...
-- openssl dhparam -out /etc/dovecot/dh.pem 4096
-- /etc/dovecot/conf.d/10-ssl.conf に ssl_dh = </etc/dove...
*** SSL なし POP3 (IPv4, shadow) [#i974d9e9]
**** dovecot.conf [#d28924ff]
- protocols = pop3
- listen = *
**** conf.d/10-auth.conf [#e17326a7]
- disable_plaintext_auth = no
**** conf.d/10-mail.conf [#j56be4c8]
- mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u
- mail_access_groups = mail
**** conf.d/10-ssl.conf [#a5bb57c5]
- ssl = no
**** conf.d/auth-system.conf.ext [#o64910b9]
- passdb { driver = shadow }
終了行:
* Dovecot
- IMAP, POP3 サーバ
- see also [[Postfix]]
** Dovecot 設定 [#ped81c07]
*** IMAPS (pam) [#j5d51732]
- /etc/dovecot
**** dovecot.conf [#u58f2edc]
- protocols = imap
**** conf.d/10-auth.conf [#z7516fba]
- disable_plaintext_auth = no
**** conf.d/10-mail.conf [#gec5801c]
- mail_location = maildir:~/Maildir
**** conf.d/10-ssl.conf [#s5cfdff3]
# openssl dhparam -out /etc/dovecot/dh.pem 4096
- ssl = required
- ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
- ssl_key = </etc/pki/dovecot/private/dovecot.pem
- ssl_dh = </etc/dovecot/dh.pem
**** firewalld [#x277ab06]
- firewall-cmd --add-service=imaps --permanent
- firewall-cmd --reload
**** Error [#of2cf7e3]
***** imap-login: Error: Failed to initialize SSL server ...
- see https://www.wetch.co.jp/dovecot%E3%82%92%E3%82%A2%E...
- dovecot2.3から ssl-parameter.datファイルが廃止, ssl_dh ...
-- openssl dhparam -out /etc/dovecot/dh.pem 4096
-- /etc/dovecot/conf.d/10-ssl.conf に ssl_dh = </etc/dove...
*** SSL なし POP3 (IPv4, shadow) [#i974d9e9]
**** dovecot.conf [#d28924ff]
- protocols = pop3
- listen = *
**** conf.d/10-auth.conf [#e17326a7]
- disable_plaintext_auth = no
**** conf.d/10-mail.conf [#j56be4c8]
- mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u
- mail_access_groups = mail
**** conf.d/10-ssl.conf [#a5bb57c5]
- ssl = no
**** conf.d/auth-system.conf.ext [#o64910b9]
- passdb { driver = shadow }
ページ名: