HI,
I've set up a domain with a catch-all to deliver emails to any address to a
single recipient address  by specifying it in my virtual_alias_maps.
However, the user wants to be able to send mail as any user in that domain.
The problem is that it's rejected with "sender address rejected" because
the user isn't defined in the smtpd_sender_login_maps.

Mar 28 15:55:01 cipher roundcube: <ac5fd483> SMTP Error: Failed to add
recipient  're...@gmail.com': 5.7.1 <us...@example.com>: Sender address
rejected: not owned by user alex (Code: 553) in
/usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1794 (POST
/webmail/?_task=mail&_unlock=loading1711655700954&_framed=1&_action=send)

# postconf smtpd_sasl_security_options smtpd_sender_login_maps
smtpd_sender_restrictions
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sender_login_maps = ${indexed}sender_login_maps
smtpd_sender_restrictions = check_sasl_access ${indexed}sasl-access

sasl-access is just:
alex    enforce_login

I know this is something I've done with different identities in Thunderbird
before, just by changing the From address, but dovecot apparently requests
auth from submission?

I also thought of using the recipient_delimiter, so sending something like
user1+a...@mydomain.com might work, but it's not what was asked for.

Maybe this is a dovecot config option I'm missing?

Thanks for any ideas on what I'm missing here.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to