Build OpenSMTPD with PAM authentication
I noticed in the OpenSMTPD APKBUILD file that the --with-auth-pam
was not present.
This prevents some advanced usage, like for instance using PAM to authenticate against a LDAP directory with OpenSMTPD.
I suggest adding the --with-auth-pam
option to ./configure
and the linux-pam-dev
package to makedepends
.
Edited by Éloi Rivard