Hi there,
I have successfully set up a catchall email adress. I’m using odoo, and odoo does itself use email for different solutions, as example it sets up email addresses for users, projects and so on and so it creates new emails as it is needed, checking a catchall account and puts it in its database according to rules.
So my question: How can I send emails from any address on my catchall domain? The error I get when sending
foobar@mydomain.at as user catchall@mydomain.at gets the error (addresses renamed):
SMTPRecipientsRefused: {‘targetuser@gmx.at’: (553, ‘5.7.1 bounce+6@mydomain.at: Sender address rejected: not owned by user catchall@mydomain.at’)}
in the alias i have checked:
 Any mail user listed in the Fowards To box can send mail claiming to be from the alias address.
of course this would fail, because bounce-6@mydomain.at is not in the alias, because there is only @mydomain.at set.
How can I configure that here?
Thanks,
Martin