Hello everyone,
I was wondering if it is possible to add an account to an email server through the use of php. If so, what kind of email server will work and where can I find info on doing this? Thanks in advance!
Tongo
Im sure it can if you make a PHP script that configures the mail server.
Have you looked into anu of the QMAIL interfaces out there to see if one of them might fit in with PHP? Maybe do system() calls to some type of config utility.
Hello, i'm trying to execute chown like nobody user, I tried to use a wrapper with a shell script that executes itself chown command, with root owner and setuid permissions, but it don't work! Does anybody have a better idea??