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
Access denied error when using IIS Certificate Wizard to renew Thawte certificate
What's the difference between Windows Server 2003 Enterprise Edition and Standard Edition?
Problems with root password on new MySQL server and old databases...???
Watermark macro
Schedule Servlets in Websphere 5.1.1
Users cannot send emails anymore.....only domain admins can !!
MDE to MDB
Record Selection on the Latest Year
Turn off transaction logging for specific transactions?
Is there a way to prevent permanent deletion of email by a user within Exchange 2007 or Outlook 2003?