I have a server with multiple public IP addresses configured, and I am using KumoMTA to send emails through kumoproxy. On the proxy server, I have configured multiple instances of the proxy server to listen on different internal IP addresses, each corresponding to a public IP address. However, when emails are sent, the IP pool rotates inside the KumoMTA server, but the final sending IP address from the four public-facing IPs on the proxy server is always the same (IP1). With the same KumoMTA configuration, changing the proxy server IP to a single IP per proxy server works as expected, but using multiple IPs on the proxy server does not.
Current Configuration:
Proxy Server Commands:
Despite configuring multiple proxy server instances to listen on different internal IP addresses, the final sending IP from the four public-facing IPs on the proxy server is always the same (IP1). When configuring one IP per proxy server, the setup works as expected.
Hey there @original-jellyfish, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
You may be overthinking this. KumoProxy can route to any public IP plumbed on the server so you only need to install it once.
In your sources.toml (or manually)
name = ‘ip-1’,
-- The SOCKS5 proxy server address and port
socks5_proxy_server = '10.0.1.1:5000',
-- Used by the SOCKS5 proxy server to connect to the destination address
socks5_proxy_source_address = '200.100.50.1',
ehlo_domain = 'mta1.examplecorp.com',
}