It would be strange, but try to exchange the two lines, like allow first and deny first. I've tried in here and it worked.
-- Bruno David Rodrigues ----- Original Message ----- From: "Lassi Koikkalainen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 5:26 PM Subject: Access control fails 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
