On Fri, 20 Sep 2024, Robert Cameron wrote:
What is the best method for keeping the password file for opensmtpd in sync with /etc/master.passwd? I would like the email passwords to be identical with the shell account passwords, if possible.In your smtpd.conf, create a table: table users passed:/etc/passwd
How does that work when passwords are in /etc/shadow?