Commit 5f86a267 authored by root's avatar root
Browse files

update: remove postmaster_address = root, mail_plugins = and enable:...

update: remove postmaster_address = root, mail_plugins =   and enable: auth_username_format = %{user | username | lower}
parent fd40405f
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -42,17 +42,11 @@ protocol lmtp {
  #  sieve = yes
  #}

postmaster_address = root

  # This strips the domain name before delivery, since the default
  # userdb in Debian is /etc/passwd, which doesn't include domain
  # names in the user.  If you're using a different userdb backend
  # that does include domain names, you may wish to remove this.  See
  # https://doc.dovecot.org/2.4.0/howto/lmtp/exim.html and
  # https://doc.dovecot.org/2.4.0/core/summaries/settings.html#auth_username_format
  # auth_username_format = %{user | username}


  # Space separated list of plugins to load (default is global mail_plugins).
  mail_plugins =
  # https://doc.dovecot.org/2.4.1/howto/lmtp/exim.html and
  # https://doc.dovecot.org/2.4.1/core/summaries/settings.html#auth_username_format
  auth_username_format = %{user | username | lower}
}