I own two domains:
- domain1.com: Already configured on HestiaCP, all emails reach any inbox with SPF, DKIM, and DMARC on PASS.
- domain2.com: Another domain to which I need to send emails as the sender but signed from the first domain.*
When I tried to change the identity of an email on RoundCube and try to send an email, I got these validations:
-
When I did not add the new domain (domain2.com) to the mail-domain section on HestiaCP:
SMTP Error (550): Failed to add recipient “[email protected]” (Spoof sender email [email protected] does not allowed. Only local existent mailboxes can be used as sender email. To resolve issue, change sender email [email protected] to login email [email protected]). -
When I did add the new domain2.com as another mail-domain section on HestiaCP, I get:
SMTP Error (550): Failed to add recipient “[email protected]” (Verification failed for [email protected]
Unrouteable address
Sender mailbox [email protected] does not exist on domain1.com server, but is required for local delivery of bounces. To resolve issue change sender email [email protected] to login email [email protected] or create sender mailbox [email protected] in HestiaCP.
Also, when I created the email account for the second domain on HestiaCP, the emails I send don’t reach any inbox because they followed the DNS configuration for this new domain: domain2.com, which I don’t want. I want to send the emails from domain1.com but spoof the email account with the second domain: domain2.com.
Can I do this on Hestia?
*I managed this configuration on a Linux VPS with iReadMail, where I just needed to add the second domain; the emails reached the inbox from the second domain. I have a soft fail on the SPF result, but that’s all.