Hello folks,
I am trying desperately to get ssmtp to work but without much luck.
I followed a number of tutorials on the net. But still ssmtp refuses to forward emails with the php mail function. It does however do the daily and weekly FreeBSD reports.
Here's my system details....
My ssmtp.conf file (edited)
My ISP's SMTP server does not require authentication.
My php.ini sendmail entry.....
I suspect the above is the root of the problem but I could be wrong.
I have disabled sendmail at startup.
Any help would be much appreciated.
Peace,
Jonathan.
I am trying desperately to get ssmtp to work but without much luck.
I followed a number of tutorials on the net. But still ssmtp refuses to forward emails with the php mail function. It does however do the daily and weekly FreeBSD reports.
Here's my system details....
uname -a
Code:
FreeBSD paranoia 10.3-RELEASE-p11 FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:49:24 UTC 2016 [email]root@amd64-builder.daemonology.net[/email]:/usr/obj/usr/src/sys/GENERIC amd64
My ssmtp.conf file (edited)
Code:
MailHub=mailhub.com:25
UseTLS=NO
Root=somebody@emailserver.com
UseSTARTTLS=NO
My ISP's SMTP server does not require authentication.
My php.ini sendmail entry.....
Code:
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = /usr/sbin/ssmtp -t
I suspect the above is the root of the problem but I could be wrong.
I have disabled sendmail at startup.
Any help would be much appreciated.
Peace,
Jonathan.
Last edited by a moderator: