|
|
| PHP mail function in OpenBSD |
|
|
|
| Written by Bart Dorlandt |
| Friday, 30 November 2007 18:17 |
|
I finally found out how to get some email functions working in Joomla. If you configure Joomla to use the SMTP server it works perfectly for updates in conjunction with Community Builder for example. But there are some components which uses the PHP mail function. The downside of the PHP mail function with OpenBSD is, it wants to use sendmail. This is ofcourse a NO GO in a chrooted environment. So the solution. Install the following package and execute the copy command. pkg_add -v mini_sendmail-chroot After this it works like a charm!!! |
| Last Updated on Friday, 13 February 2009 15:28 |
| Related items: |
|---|
|


