protocols = imap imaps pop3 pop3s
disable_plaintext_auth = no
ssl_disable = no
ssl_cert_file = /usr/local/etc/ssl/server.crt
ssl_key_file = /usr/local/etc/ssl/server.key
mail_location = maildir:~/Maildir
mail_privileged_group = mail
dotlock_use_excl = yes
verbose_proctitle = yes
first_valid_uid = 1000
first_valid_gid = 0
maildir_copy_with_hardlinks = yes
maildir_copy_preserve_filename = yes
protocol imap {
login_greeting_capability = yes
imap_client_workarounds = delay-newmail netscape-eoh tb-extra-mailbox-sep
}
protocol pop3 {
pop3_enable_last = yes
pop3_uidl_format = %08Xu%08Xv
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
protocol lda {
postmaster_address = postmaster@example.com
quota_full_tempfail = yes
sendmail_path = /usr/sbin/sendmail
}
auth_username_format = %Ln
auth default {
mechanisms = plain login digest-md5 cram-md5
passdb sql {
args = /usr/local/etc/dovecot-sql.conf
}
userdb sql {
args = /usr/local/etc/dovecot-sql.conf
}
userdb passwd {
args = blocking=yes
}
user = root
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
}
client {
path = /var/run/dovecot/auth-client
mode = 0660
}
}
}
dict {
}
dict_db_config = /usr/local/etc/dovecot-db.conf
plugin {
}
自宅サーバーに関する設定やTips置き場。
2008年11月5日水曜日
Mail Server / dovecot.conf
# cat /usr/local/etc/dovecot.conf
登録:
コメントの投稿 (Atom)
ブログ アーカイブ
-
▼
2008
(23)
-
▼
11月
(23)
- FTP Server / proftpd.conf (SSL/TLS + MySQL)
- DNS Server / .zone
- DNS Server / rndc.conf
- DNS Server / named.conf
- Proxy Server / squid.conf
- Proxy Server / hosts
- Proxy Server / resolv.conf
- Proxy Server / rc.conf
- Server / OpenSSH
- Firewall Server / PF
- Server / rc.conf
- Server / resolv.conf
- Server / hosts
- Server / make.conf
- DB Server / MySQL
- Server / pkgtools.conf
- Ftp Server / ProFTPD
- Mail Server / dovecot-sql.conf
- Mail Server / dovecot.conf
- Mail Server / main.cf
- Mail Server / master.cf
- Web Server / httpd.conf
- コメント行を削除
-
▼
11月
(23)
0 件のコメント:
コメントを投稿