OSX

Enable Sendmail for PHP mail() in OSX

by damonp on February 25, 2010

in Snippets

Since this didn’t dawn on me for thirty minutes while I pursued other avenues…

In /etc/hostconfig add/edit a line like:

MAILSERVER=-YES-

Note to self: Look for more OSX server administration clients.

Popularity: 2%

{ 0 comments }

Grep OR Operator

by damonp on November 9, 2006

in Snippets

I always forget this…

php -i | grep "Zend\|Cube"

Popularity: 100%

{ 9 comments }