Replies: 1 comment 6 replies
-
Currently you can do that by creating an IPv4 rule that matches the high bit of IPv4 address using a So in your scenario you'll be able to do this: next-hop = [ { if = "remote-ip", eq = "0.0.0.0/0", then = "relay" },
{ if = "rcpt-domain", in-list = "local/domains", then = "local" },
{ else = false } ] This enhancement will be included in the new release scheduled for next week. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My ISP allows smtp on port 25 only when using IPv6. So for IPv4 I have a relay but that has limits on how many smails you can send.
I want to use the smtp relay only for ipv4 and for ipv6 directly send the emails.
How can I configure that?
Beta Was this translation helpful? Give feedback.
All reactions