HEX
Server: Apache/2
System: Linux vps.uva06 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: noithat7 (1010)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: //etc/dovecot.conf
#0.4
## Dovecot 2.0 configuration file

!include conf/ip.conf

auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@&
auth_verbose = yes
disable_plaintext_auth = no
login_greeting = Dovecot DA ready.
mail_access_groups = mail
default_login_user = dovecot
mail_location = maildir:~/Maildir

!include conf/limits.conf
!include conf/namespace_private.conf
!include conf/maildir_copy_with_hardlinks.conf

!include_try conf/custom_passdb.conf

passdb {
  username_filter = !*@*
  driver = shadow
}

passdb {
  username_filter = *@*
  args = username_format=%n /etc/virtual/%d/passwd
  driver = passwd-file
}

!include_try conf/alternate_passwd.conf

!include conf/protocols.conf
!include conf/mail_plugins.conf

service auth {
  user = root
}
service imap-login {
  process_min_avail = 16
  user = dovecot
}
service pop3-login {
  process_min_avail = 16
  user = dovecot
}

!include conf/ssl.conf

userdb {
  # hide "unknown user"
  auth_verbose = no
  driver = passwd
}

userdb {
  args = username_format=%n /etc/virtual/%d/passwd
  driver = passwd-file
}

verbose_proctitle = yes

protocol imap {
  !include conf/imap_mail_plugins.conf
}

protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
  pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o
}

!include conf/mail_max_userip_connections.conf

!include_try conf/lmtp.conf

!include conf.d/*.conf