Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auth_debug = yes
- auth_gssapi_hostname = mail2.test.valami.hu
- auth_krb5_keytab = /etc/dovecot/dovecot.keytab
- auth_mechanisms = gssapi plain
- first_valid_gid = 100
- first_valid_uid = 100
- log_path = /var/log/dovecot.message
- mail_gid = vmail
- mail_location = maildir:~/Maildir
- mail_uid = vmail
- managesieve_notify_capability = mailto
- managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
- namespace {
- list = children
- location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
- prefix = shared/%%u/
- separator = /
- type = shared
- }
- namespace inbox {
- inbox = yes
- location =
- mailbox Drafts {
- special_use = \Drafts
- }
- mailbox Junk {
- special_use = \Junk
- }
- mailbox Sent {
- special_use = \Sent
- }
- mailbox "Sent Messages" {
- special_use = \Sent
- }
- mailbox Trash {
- special_use = \Trash
- }
- prefix =
- separator = /
- }
- passdb {
- args = /etc/dovecot/dovecot-sql.conf
- driver = sql
- }
- passdb {
- args = /etc/dovecot/dovecot-ldap.conf
- driver = ldap
- }
- passdb {
- args = nopassword=y allow_nets=127.0.0.1/23
- driver = static
- }
- plugin {
- acl = vfile
- acl_shared_dict = file:/var/mail/shared-mailboxes.db
- quota = maildir
- quota_rule2 = Trash:storage=+100M
- quota_warning = storage=95%% quota-warning 95 %u
- quota_warning2 = storage=80%% quota-warning 80 %u
- quota_warning3 = -storage=80%% quota-warning below %u
- sieve = /var/mail/%n/sieve/%n.sieve
- sieve_dir = /var/mail/%n/sieve/
- }
- protocols = lmtp imap pop3 sieve
- service auth-worker {
- unix_listener auth-worker {
- group = postfix
- mode = 0666
- user = postfix
- }
- user = $default_internal_user
- }
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0666
- user = postfix
- }
- unix_listener auth-userdb {
- user = vmail
- }
- }
- service lmtp {
- executable = lmtp -L
- unix_listener /var/spool/postfix/private/dovecot-lmtp {
- group = postfix
- mode = 0600
- user = postfix
- }
- user = vmail
- }
- service managesieve-login {
- inet_listener sieve {
- port = 4190
- }
- inet_listener sieve_deprecated {
- port = 2000
- }
- service_count = 1
- }
- service quota-warning {
- executable = script /usr/local/bin/quota-warning.sh
- unix_listener quota-warning {
- user = vmail
- }
- user = vmail
- }
- ssl_ca = </etc/ssl/mail/Valami.hu.CA.crt
- ssl_cert = </etc/ssl/mail/mail2.test.valami.hu.crt
- ssl_key = </etc/ssl/mail/mail2.test.valami.hu.pem
- userdb {
- args = /etc/dovecot/dovecot-ldap.conf
- driver = ldap
- }
- userdb {
- args = uid=108 gid=117 home=/var/mail/%n allow_all_users=yes
- driver = static
- }
- protocol lmtp {
- info_log_path = /var/log/dovecot-lmtp.log
- mail_plugins = quota sieve
- }
- protocol imap {
- mail_plugins = quota imap_quota imap_acl acl
- }
- protocol pop3 {
- pop3_uidl_format = %08Xu%08Xv
- }
Advertisement
Add Comment
Please, Sign In to add comment