If I want to have, say, a PHP application update one of my config files in /etc, is there a generally agreed-upon best way to do that?
What I specifically want to do is to have Drupal update /etc/postfix/virtual. My app has a certain list of users and I want each one of those users to be under an alias because I want [email protected] to forward to each one of my users. Maybe there's a better way to do that than to have my app write to my Postfix config file. I don't know.
Any advice would be greatly appreciated.
Thanks, Jason