P
pkonstan
Guest
In the Knowledge base article (http://kb.swsoft.com/article_22_1395_en.html), it says one of the issues with PHP not sending mail relates to the wrapper and symbolic links.
- When mail is sent from PHP script, PHP
usually uses 'sendmail' binary. Plesk has it's own sendmail wrapper, so
/usr/sbin/sendmail should be symbolic link which points to "$QMAIL_ROOT_D/bin/sendmail", please check it.
How do I check if it is a symbolic link and what would I do to create one if it is not?
- When mail is sent from PHP script, PHP
usually uses 'sendmail' binary. Plesk has it's own sendmail wrapper, so
/usr/sbin/sendmail should be symbolic link which points to "$QMAIL_ROOT_D/bin/sendmail", please check it.
How do I check if it is a symbolic link and what would I do to create one if it is not?