Microsoft
Software
Hardware
Network
Question : Postfix sendmail_path in php.ini
I've recently switched from using sendmail to postfix on my Ubuntu server.
Originally when I used sendmail my sendmail_path was :
sendmail_path = /usr/sbin/sendmail -t -i
Now that I've installed postfix the sendmail path is still /usr/sbin/sendmail but I'm wondering if I should still include -t -i
Answer : Postfix sendmail_path in php.ini
Just use the following instead of sendmail_path:
SMTP = localhost
smtp_port = 25
comment out the sendmail specific information with a ";" before the line.
Random Solutions
if else statment in sybase
ms-wpheader changing the gradient
How to delete similar files with python?
time server sync problem
restoring a tar from a tape with an unreadable section
Merging Tiff
How to improve network throughput for Exchange 2007 SP1 CCR
autopostback in JSP
550 RELAY NOT PERMITTED when sending mail to external recipients via JAVAMAIL
Share Point Error: "A Web Part with this ID has already been added to this page."