How To Make PHP Mail Work on LinuxJanuary 8, 2014November 30, 2022In WAMP, you can setup an external SMTP server for PHP to send mail, but in LAMP, it's not the same story. You have to… Read More »How To Make PHP Mail Work on Linux
How to Resolve "NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied"January 7, 2014December 1, 2022Sendmail Error There're errors NOQUEUE: SYSERR(apache) in maillog while sending mails by PHP. [root@web ~]# tail -f /var/log/maillog ... Jan 6 20:38:11 web sendmail[2703]: NOQUEUE:… Read More »How to Resolve "NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied"