Hi,
I’m using Django to send emails to my users. I would like to use my postmaster as the primary user, but change the sender to registration, support, no-reply etc for other emails on the app. I get this error in the Django logs,
Sender address rejected: not owned by user postmaster@domain.com’)}
How do I make the postmaster owner of these or how do I find the master account on my mailcow?
All suggestions are much appreciated.