## Dovecot configuration file ## ## Fundamental settings ## #base_dir = /var/run/dovecot/ protocols = pop3 disable_plaintext_auth = no #shutdown_clients = yes ## ## Logging ## #log_path = #info_log_path = #log_timestamp = "%b %d %H:%M:%S " syslog_facility = local6 ## ## SSL settings ## #ssl_listen = ssl_disable = yes #ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem #ssl_key_file = /etc/pki/dovecot/private/dovecot.pem #ssl_key_password = #ssl_ca_file = !include_try #ssl_verify_client_cert = no #ssl_parameters_regenerate = 168 #ssl_cipher_list = ALL:!LOW #verbose_ssl = no ## ## Login processes ## #login_dir = /var/run/dovecot/login #login_chroot = yes #login_user = dovecot #login_process_size = 64 #login_process_per_connection = yes login_processes_count = 10 #login_max_processes_count = 128 #login_max_connections = 256 login_greeting = ready #login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c #login_log_format = %$: %s ## ## Mailbox locations and namespaces ## mail_location = maildir:/var/vmail/%d/%h/Maildir #mail_privileged_group = #mail_access_groups = #mail_full_filesystem_access = no ## ## Mail processes ## #mail_debug = no #mail_log_prefix = "%Us(%u): " #mail_log_max_lines_per_sec = 10 mmap_disable = yes #mmap_no_write = no dotlock_use_excl = yes #fsync_disable = no #lock_method = fcntl ##lock_method = dotlock #mail_drop_priv_before_exec = no #verbose_proctitle = no #first_valid_uid = 500 #last_valid_uid = 0 first_valid_gid = 500 #last_valid_gid = 0 #max_mail_processes = 1024 #mail_process_size = 256 #mail_max_keyword_length = 50 valid_chroot_dirs = /var/vmail #mail_chroot = ## ## Mailbox handling optimizations ## #mail_cache_fields = #mail_never_cache_fields = #mail_cache_min_mail_count = 0 mailbox_idle_check_interval = 0 #mail_save_crlf = no ## ## Maildir-specific settings ## #maildir_stat_dirs = no maildir_copy_with_hardlinks = yes #maildir_copy_preserve_filename = no ## ## POP3 specific settings ## protocol pop3 { listen = * #ssl_listen = #login_executable = /usr/libexec/dovecot/pop3-login #mail_executable = /usr/libexec/dovecot/pop3 #pop3_no_flag_updates = no #pop3_enable_last = no #pop3_reuse_xuidl = no #pop3_lock_session = no pop3_uidl_format = %08Xu%08Xv #pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s #mail_plugins = #mail_plugin_dir = /usr/lib64/dovecot/pop3 #pop3_client_workarounds = ##pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } ## ## Authentication processes ## #auth_executable = /usr/libexec/dovecot/dovecot-auth #auth_process_size = 256 auth_cache_size = 1024 auth_cache_ttl = 3600 #auth_realms = auth_default_realm = hoge.cxm #auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@ #auth_username_translation = #auth_username_format = #auth_master_user_separator = #auth_anonymous_username = anonymous #auth_verbose = no #auth_debug = no #auth_debug_passwords = no #auth_worker_max_count = 30 #auth_gssapi_hostname = #auth_krb5_keytab = auth default { mechanisms = plain passdb ldap { args = /etc/dovecot.d/ldap.conf } userdb prefetch { } #userdb ldap { # args = /etc/dovecot.d/ldap.conf #} user = dovecotauth #chroot = #count = 1 #ssl_require_client_cert = no #ssl_username_from_cert = no #socket listen { # client { # path = /var/spool/postfix/private/auth # mode = 0660 # user = postfix # group = postfix # } #} } ## ## Plugin settings ## plugin { }