This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
сервер_cyrus [2010/09/29 13:12] val created |
сервер_cyrus [2013/05/22 13:50] (current) |
||
|---|---|---|---|
| Line 148: | Line 148: | ||
| root@gate:~# /etc/init.d/postfix restart | root@gate:~# /etc/init.d/postfix restart | ||
| + | </code> | ||
| + | |||
| + | ===== Использование сертификатов для шифрования трафика ===== | ||
| + | <code> | ||
| + | gate# cat imapd.conf | ||
| + | ... | ||
| + | tls_cert_file: /root/imap.crt | ||
| + | tls_key_file: /root/imap.key | ||
| + | tls_ca_file: /root/ca.crt | ||
| + | ... | ||
| + | |||
| + | gate# cat cyrus.conf | ||
| + | ... | ||
| + | #imap cmd="imapd -U 30" listen="imap" prefork=0 maxchild=100 | ||
| + | imaps cmd="imapd -s -U 30" listen="imaps" prefork=0 maxchild=1 | ||
| + | ... | ||
| </code> | </code> | ||