1. 12
  1.  

  2. 5
    mysql -uroot -p -e “GRANT ALL ON smtpd.* to ‘opensmtpd’@‘127.0.0.1’ IDENTIFIED BY ‘opensmtpdpass’”

    Hm. Can’t see why opensmtpd has grant all on smtpd.* Am I overseeing something or could OpenSMTPd and dovecot live with read-only access to the database?

    1. 2

      There is no need for more than read-only access for either OpenSMTPd and Dovecot.

      1. 1

        Thanks for confirming. I would leave a comment over at cagedmonster but can’t see where. Maybe he’ll see it here.