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?
Narcis Garcia
__________
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 9:55, Narcis Garcia ha escrit:
Hello,
Documentation for smtpd_sender_login_maps does not specify expected
values in a table (login->mapped or mapped->login or login->map1+map2 ?)
I've these configured at /etc/postfix/main.cf :
virtual_alias_maps = hash:/srv/vmail/recipient-aliases
smtpd_sender_login_maps = hash:/srv/vmail/recipient-aliases (...)
And this is an example content of /srv/vmail/recipient-aliases :
ali...@example.net de...@example.net
ali...@example.net de...@example.net de...@example.net
I want de...@example.net authenticated user can send mail
FROM:ali...@example.net and this configuration does not allow it.
How can I reuse virtual_alias_maps table for smtpd_sender_login_maps ?
Or what is the expected order or structure for smtpd_sender_login_maps ?
Thank you.