Hello, I have a Ubuntu 12.04 based server set up with Apache using the Perfect server guide. My problems are these: 1. I cannot get any of the installed php applications (such as OpenCart) to send mail to an email account on my server via the built-in contact form. I also tried a php test Code: <?php mail('[email protected]','Test mail','The mail function is working!'); echo 'Mail sent!'; ?> but it didn't work. 2. ISPConfig doesn't show any mail logs (neither error, nor warning, no general). Could you please help me solve these? Thanks in advance! EDIT: Nevermind, found the cause.