Hi, I have make an update from Debian squeeze to wheeze on my server. The server use ISPConfig to manage the web. Now I have the following information in the install tool of typo3: Sendmail program not found or not executable? In the mail.err log I have the following message: Oct 29 16:42:41 web sSMTP[4570]: Unable to locate [email protected] Oct 29 16:42:41 web sSMTP[4570]: Cannot open [email protected]:25 On this Site http://amirshk.com/blog/2012/10/01/forward-roots-mail-to-a-gmail-account-using-ssmtp/ I found this: The following error in your /var/log/mail.err log file usualy indicates that your user isn’t in the mail group. Make sure by signing in again to the terminal and running groups to see which groups you are a member of. The apache web-server has the group www-data but how can I set it to the mail group too? By the way I have set up the /etc/ssmtp/ configuration and I can send a mail over telnet to my mail server. Thanks
What is your setting of "sendmail_path" in php.ini? Is there a sendmail binary in /usr/sbin/sendmail ?