All pastes #2101861 Raw Edit

Miscellany

public text v1 · immutable
#2101861 ·published 2012-01-10 12:10 UTC
rendered paste body
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.3
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
login_process_per_connection: no
login_processes_count: 6
mail_max_userip_connections: 1024
mbox_write_locks: fcntl dotlock
mail_plugins: quota imap_quota autocreate
lda:
  postmaster_address: aender.mich@example.org
  auth_socket_path: /var/run/dovecot/auth-master
auth default:
  mechanisms: plain login
  passdb:
    driver: sql
    args: /etc/dovecot/dovecot-mysql.conf
  userdb:
    driver: sql
    args: /etc/dovecot/dovecot-mysql.conf
plugin:
  quota: maildir:User quota
  quota_rule: *:storage=1GB
  autocreate: SENT
  autocreate2: ARCHIVE
  autocreate3: TRASH
  autocreate4: DRAFTS
  autocreate5: QUARANTAIN