Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @jpgklassen
Looks like a good Exim setup. It has nothing to do with DKIM - not in this case.
I’m guessing you’re using PHP. You need to change the MAILFROM address, so it doesn’t automatically use your domain. I don’t know Exim, but I think it’s a drop-in-replacement of Sendmail just like Postfix is.
You can modify the php.ini for each domain, or simply add the following to the root .htaccess file (there is a space after the -i in the end):
php_value sendmail_path /usr/sbin/sendmail -t -f website@thisdomain.com -i
Hi @jpgklassen
To answer you question: So it sounds to me that there’s no way for me to have multiple websites sending emails from multiple domains on the same server, without getting the “via”
Yes, follow what I’ve written in the first answer - add the PHP value. I’m running several servers with many websites on each server and all of them are setup like this.