I have the symbolic link setup for /usr/sbin/sendmail
which points to my exim directory /usr/sbin/exim4/
and my php.ini pointing to /usr/sbin/sendmail
. My mail isn't sending. I don't know what to do, but when I tried to reconfigure, it just shows the gui and goes straight to the next bash line with twomuchwork:~# 1;2c1;2c1;2c
.
Update: I checked my iptables to make sure 25 was open. I think it might have something to do with google apps. At this point, I just want to be able to use Google apps and send mail using PHP's mail()
. I have some web applications that requires the mail()
. I even tried this post: How to Setup Ubuntu Mail Server with Google Apps?
Update2: I tried almost everything out there. I tried setting up exim4 as smarthost, I tried sendmail, everything works when I send a e-mail to my @gmail.com from terminal, but I still cannot get my PHP mail() to work.