Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # 2.1.12: /imapdata/services/dovecot/etc/dovecot/dovecot.conf
 - # OS: SunOS 5.10 i86pc zfs
 - auth_mechanisms = plain login
 - base_dir = /var/run/dovecot/
 - debug_log_path = /var/log/dovecot.debug
 - default_client_limit = 8395
 - first_valid_uid = 90
 - hostname = imap.domain.de
 - info_log_path = /var/log/dovecot.info
 - lda_mailbox_autosubscribe = yes
 - lmtp_save_to_detail_mailbox = yes
 - log_path = /var/log/dovecot.log
 - login_access_sockets = tcpwrap
 - mail_home = /imapdata/dovecot/imap/%u
 - mail_location = maildir:/imapdata/dovecot/imap/%u/maildir
 - mail_plugins = quota
 - mail_temp_dir = /imapdata/dovecot/temp
 - 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
 - passdb {
 - args = /imapdata/services/dovecot/etc/dovecot/dovecot-ldap.conf.ext
 - driver = ldap
 - }
 - plugin {
 - antispam_backend = dspam
 - antispam_debug_target = syslog
 - antispam_dspam_args = --source=error;--signature=%%s;--user;%u
 - antispam_dspam_binary = /imapdata/services/dspam/bin/dspamc
 - antispam_dspam_notspam = --class=innocent
 - antispam_dspam_spam = --class=spam
 - antispam_signature = X-DSPAM-Signature
 - antispam_spam = SPAM
 - antispam_trash_pattern_ignorecase = TRASH;DELETED
 - antispam_verbose_debug = 1
 - autocreate = SPAM
 - autosubscribe = SPAM
 - quota = maildir:User quota
 - quota_rule2 = Trash:storage=+200M
 - quota_warning = storage=95%% quota-warning 95 %u
 - quota_warning2 = storage=80%% quota-warning 80 %u
 - recipient_delimiter = +
 - sieve = /imapdata/dovecot/sieve/%u/dovecot.sieve
 - sieve_before = /imapdata/dovecot/sieve/spam.sieve
 - sieve_dir = /imapdata/dovecot/sieve/%u/
 - sieve_global_dir = /imapdata/dovecot/sieve
 - sieve_global_path = /imapdata/dovecot/sieve/default.sieve
 - sieve_max_actions = 64
 - sieve_max_script_size = 1M
 - sieve_quota_max_storage = 1M
 - }
 - protocols = imap pop3 lmtp sieve
 - sendmail_path = /usr/lib/sendmail
 - service auth {
 - client_limit = 13712
 - }
 - service imap-login {
 - inet_listener imap {
 - port = 0
 - }
 - inet_listener imaps {
 - port = 993
 - ssl = yes
 - }
 - process_limit = 8192
 - process_min_avail = 8
 - service_count = 1
 - }
 - service imap {
 - process_limit = 4096
 - }
 - service managesieve-login {
 - inet_listener sieve {
 - port = 4190
 - }
 - process_min_avail = 0
 - service_count = 1
 - }
 - service pop3-login {
 - inet_listener pop3 {
 - port = 0
 - }
 - inet_listener pop3s {
 - port = 995
 - ssl = yes
 - }
 - }
 - service pop3 {
 - process_limit = 1024
 - }
 - service quota-warning {
 - executable = script /imapdata/services/dovecot/bin/quota-warning.sh
 - unix_listener quota-warning {
 - user = root
 - }
 - user = root
 - }
 - service tcpwrap {
 - unix_listener login/tcpwrap {
 - group = $default_login_user
 - mode = 0600
 - user = $default_login_user
 - }
 - }
 - ssl_cert = </imapdata/services/dovecot/openssl/certs/imap.pem
 - ssl_cipher_list = ALL:!ADH:!LOW:!SSLv2:!EXP:!aNULL:RC4+RSA:+HIGH:+MEDIUM
 - ssl_key = </imapdata/services/dovecot/openssl/certs/imap.key.pem
 - userdb {
 - args = /imapdata/services/dovecot/etc/dovecot/dovecot-ldap.conf.ext
 - driver = ldap
 - }
 - verbose_proctitle = yes
 - protocol lda {
 - mail_plugins = quota sieve
 - }
 - protocol sieve {
 - mail_max_userip_connections = 10
 - managesieve_implementation_string = Cyrus timsieved v2.2.13
 - managesieve_logout_format = bytes=%i/%o
 - managesieve_max_line_length = 65536
 - }
 - protocol imap {
 - mail_plugins = quota autocreate imap_quota antispam mail_log notify
 - }
 - protocol lmtp {
 - mail_plugins = quota sieve
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment