On Tue, 2022-01-04 at 21:37 -0500, Viktor Dukhovni wrote:
>
> Is "Dovecot" configured to create the /var/spool/postfix/private/auth
> socket? Did that happen? Is "Dovecot" willing to support the
> expected SASL mechanisms (typically "PLAIN")?
>
> I have:
>
> service auth {
> unix_listener /var/spool/postfix/private/auth {
> group = postfix
> mode = 0660
> user = postfix
> }
> }
>
> passdb {
> driver = pam
> }
That's what I have, except my passdb driver is sql. Could that be the
problem?
> There are many other possibilities. Perhaps, instead of doing all
> the integration work yourself, you may be better off with a "turnkey"
> email server such as <https://mailinabox.email>?
If I don't do the work, how will I learn?
Ken