Hello,
Tried to restrict the send-sms by setting things in config like follows:
group = sendsms-user
username = xyz
password = abc
max-messages = 2
concatenation = 1
user-deny-ip = "*.*.*.*"
user-allow-ip = "nnn.nnn.nnn.nnn"
where the allow-ip is the machine I wanted to give possibility to send
messages.
However, the setting does not have any effect in comparison to situation
where both user-deny-ip and user-allow-ip were commented out. That is,
it is still possible for anyone (in our network) to send SMS messages
via http (using e.g. web browser).
What might be wrong with the config?
Thanks for any help
/Lassi