I use smstools to send notification from several years.
Now I need to understand how force this tool to create files with 660 permissions (and not 600) because I am developping an interface to delete the sms queue via apache server.
It is not possible to start smstools like apache user because the first files (in the outgoing dir) are created by another user (who sends the sms)
There is an “umask” variable to set in the /etc/smsd.conf file, but it has not any effects.
I set "umask = 0002" , but I still produce files in ../outoging and ../checked directory with 600 permissions.
Any idea ?
Regards
Marco