Hi, first of all: Thank you! ;) Just a few things …

Thursday, 28th March 2024

Comment on Install postfix on Debian Wheezy Linux / Postfix mail server with Dovecot and MySQL user storage on Debian Wheezy 7 Linux by André.

Hi,
first of all: Thank you! 😉 Just a few things you should mention:
– /etc/amavis/conf.d/05-node_id: Change "$myhostname" to your needs. (This is for the "BANNED" mail you recieve.)
– Outcomment EVERY line in /etc/dovecot/conf.d/auth-system.conf.ext for PAM:
#passdb {
  #driver = pam
  # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=<n>]
  # [cache_key=<key>] [<service name>]
  #args = dovecot
#}
This fixes the slow login, because dovecot would first try PAM before MySQL.
– The .sql preset for the database is a bit buggy. If I remember correctly, you should first create the database, then grant permissions. I also think there was an error with the "grant all on bla" command.

Share this on:

Comments are closed.