I'm sending e-mails to an e-mail address from our network (let's call it [email protected]) using sendmail. The output message in that machine shows the recipient as "ok" and shows that the message is being sent to that e-mail address, but when we see our smtp hub server, the request arrives as to send the message to [email protected] (missing the "br."), so the message never arrives.
It seems like sendmail is replacing from whatever domain I indicate for the recipient to the machine's subdomain name ($m which is, indeed, "domain.com").
Is there anyway I can prevent sendmail from replacing the recipient e-mail domain?
I've got sendmail version: 8.14.7. The O.S. is a Linux Red Hat distribution, version 7.9.
sendmailcommand? If it's the second then which Mail Transport Agent (MTA) are you using to implementsendmail?sendmail -vorsendmail --versionorsendmail -Vshed any light on the matter? Please edit your question to provide the information (and fix "SendMail" to match reality, while you're there).