On Mon, 7 Feb 2022, Narcis Garcia wrote:
I've made some testing and it seems to be this interpretation of table, and
with unique left-column values:
FromAddress1 AuthorizedLogin
FromAddress2 AuthorizedLogin1 AuthorizedLogin2
FromAddress3 AuthorizedLogin1 AuthorizedLogin2
FromAddress4 AuthorizedLogin
FromAddress5 AuthorizedLogin
Am I right?
Yup.
Left (key) is the sender address (user@domain, user, @domain) and right is the
list of SASL login names, separated by comma and/or whitespace (man 5 postconf
for detail).
With pcre, you can also use conditional statements, like
if /@bbmk.org$/
..
endif
which allow for some structure if you have multiple domains, etc.
Cheers.