Hi all, I'd like to setup AWS SES on my server - but only for some domains. I have entered the SES SMTP credentials into System > Server Configuration > Relayhost + User + Password. That is also working already but now all emails sent are routed to AWS SES. Is there any way of having all emails sent through the local Postfix instance by default and only route some domains to SES? Maybe by using the Email > Email Routing feature? Any help is appreciated. Many thanks in advance!
Source domains. I have multiple domains hosted on my server. But want only some of them to sent through SES not the whole server.
If you want to wait for it, https://git.ispconfig.org/ispconfig/ispconfig3/-/merge_requests/1389 will add that to the ui. If you need to set it up sooner (now), you could of course install the code from the MR, or look into setting up `sender_dependent_relayhost_maps`.
Awesome that this already got implemented! Thank you very much! Is there any ETA when this will be available in the "stable" update channel?
If it's merged before 3.2.3, it will be in that release - there is no ETA, but guessing based on the last couple releases, maybe 3-6 weeks?
Right, then I will just wait and hope for an ETA of 3 weeks Thank you once again for implementing that!
has any of you managed to configure it? How did you discriminate to select that only specific domains can use Amazon SES?