__________
I'm using this dedicated address because personal addresses aren't masked enough at this mail public archive. Public archive administrator should fix this against automated addresses collectors.
El 7/2/22 a les 11:37, Bernardo Reino ha escrit:
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.


Thank you Berdardo.

Reply via email to