albertito / chasquid

SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]
https://blitiri.com.ar/p/chasquid/
Other
868 stars 56 forks source link

Support domain users with no valid password, for receive-only MTAs #44

Closed albertito closed 8 months ago

albertito commented 9 months ago

Some use cases, like receive-only MTAs, need domain users for receiving emails, but have no real need for passwords since they will never use submission.

Today, that is not supported, and those use-cases require the administrator to come up with a password unnecessarily, adding complexity and possibly risk.

chasquid's userdb could be extended to support users that don't have a valid password, thus exist for the purposes of delivering mail, but always fail authentication. chasquid-util user-add would also need extending accordingly.

Thanks to xavierg who suggested this feature on IRC.

albertito commented 8 months ago

chasquid v1.13 includes this.