-
I have local network printer with static IP, what sends scanned images over email. I did try Settings -> SMTP -> Inbound -> RCPT stage with condition
(see attached picture), but this make open relay for all devices in local network. Thank for help |
Beta Was this translation helpful? Give feedback.
Answered by
mdecimus
Aug 20, 2024
Replies: 2 comments 15 replies
-
|
Beta Was this translation helpful? Give feedback.
11 replies
-
hey @kri164 did you get it to work? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes but I am not able to answer immediately since I am busy with development.
The
local_port == 25
is being evaluated first, you need to move theremote_ip == "192.168.3.104"
condition up.