Tips

Posftix Permission denied problem

Posftix Permission denied problem

Recently I stuck with WordPress installation which was unable to send emails using build in wp_mail function.

After investigation tail -f /var/log/messages I founded a pleasant line of code with really nice explanation:

sendmail: fatal: chdir /var/spool/postfix: Permission denied

In theory this should be a problem for sysadmin, but – I wanted to find faster solution.

After short adventure with Google I found a clue:

/usr/sbin/getsebool httpd_can_sendmail

My result was obvious:

How to create Screen Cast on Mac OS X

How to create Screen Cast on Mac OS X

Sometimes you can’t create only description. Sometimes you need to record a screen cast on your Mac OS X. Under Windows environment I used excelent simple program called WINK . It is really simple, fast and efficient solution for creating screen cast using Windows. Unfortunately I didn’t found any similar solution for Mac until now… It’s also really simple and it called:   Jing .

MySQL on Mac OS X with preference panel

MySQL on Mac OS X with preference panel

In my daily work I really suffered because MySQL wasn’t work after fresh installation. Preference panel just didn’t start MySQL on system startup neither using it into Preferences.
After a lot of google research I found many solutions but only Angry Fly gives me some clues how to find proper fix.