I think the main way of securing access to beanstalkd is to use something like iptables to only allow access to the beanstalkd port from specific ip addresses on your network.
--chad On Feb 17, 2012, at 1:34 AM, Lox <[email protected]> wrote: > Hello, > > I am looking at beanstalkd to manage my SMS server queues for outgoing > and incoming SMS. I will manage those using a PHP daemon. > > I have a security concern in the fact that any program on the server > can connect to it and add/retrieve/delete jobs from my queues. > > I mean my current way of handling this is using mysql which is > protected with credential. An other way I looked to is using plain > text files that can be protected by file system permissions. > > What security menanism mya I use to be sure that only my PHP Daemon > can access beanstalkd queues ? > > Regards. > > -- > You received this message because you are subscribed to the Google Groups > "beanstalk-talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/beanstalk-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
