Hello, is here any way how can i disable function phpmail or smtp for hosted domain via ispconfig and latest debian? I have a lot of domain in my ispconfig and need to disable this function for specific domain. Thank you
Thats right. This will disable the mail() function in php. You can do this for single webspaces or the whole server(e.g per PHP version)
For specific domain you have to: go to sites select desired domain Options tab Under Custom php.ini settings paste this: Code: disable_functions = mail Save changes