On Mon, Sep 29, 2014 at 2:05 PM, Always Learning centos@u62.u22.net wrote:
On Mon, 2014-09-29 at 00:03 +0400, Александр Кириллов wrote:
You don't really need an active smtp daemon to send email or deliver it locally. $ cat /etc/php.ini | grep sendmail
"Package(s) sendmail available, but not installed."
It was Exim because the email headers said very clearly it was Exim.
sendmail is a link to exim on most exim systems (like mine, though mine is
Ubuntu).
cliffp@ubuntu:~$ which sendmail /usr/sbin/sendmail cliffp@ubuntu:~$ file `which sendmail` /usr/sbin/sendmail: symbolic link to `exim4'
Cheers,
Cliff