You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for #192: Automatically add domains to provided usernames for SASL
So, according to the documentation, usernames must always include a
domain for SASL.
In other words. User cannot be `johhny` but `[email protected]`.
Further info can be found on this ticket: #192
This commit will automatically append domain if one is not provided in
`SMTPD_SASL_USERS`.
0 commit comments