We’ve moved from ISPConfig to Hestia some weeks ago.
We’d like to have a similar way to work with outbound emails sent by websites (such as a password reset from Wordpress for exemple), to be directly forwarded to our SMTP relay which is hosted on a SaaS.
The way it worked with ISP and postfix was that postfix listened on 127.0.0.1:25 and forwarded every mail sent to it to our SMTP relay. This way, we could tell our clients to directly use “127.0.0.1” and port 25 as the SMTP server to be sure that all mail would be forwarded to the SMTP relay.
We can’t find such a mechanism in Hestia. We’ve followed the documentation on mailing, and configured Exim4 as described (we do have a /etc/exim4/smtp_relay.conf file, containing our SMTP relay host. There’s no auth on the SMTP relay, but IP whitelisting, so it’s only a host and port 25).
Mail sent by Hestia (using sendmail), seems to work because hestia uses sendmail, but not every client is able to use sendmail, they sometime only have the possibility to enter a host and port.
Can someone guide us on that matter ?
Concerning sent mail using sendmail, we’re not able to see logs relative to sent mail, did we miss an option ?
Thanks for the help,