- postsuper – a command used for mail queue maintenance
- postfix reload – a command used to refresh postfix
- postconf -n – a command used to look at mail configuration
- /etc/postfix/master.cf – there is apprently a SMTP line that can cause the mail transport to not be able to find the SMTP port. Uncommenting the SMTP line will enable the service for external host delivery.
Tag Archives: snippets
Open Firmware Password Command Line
Obtain the OPFW command tool. Run the following commands
sudo ~/Desktop/OFPW -pass "your_firmware_password" sudo ~/Desktop/OFPW -mode 1
Users will require a password to boot form any external devices other then the HDD.
Stopping QMaster from launching at Startup
I Installed Logic Studio into my system and found that while i wanted all the components of Logic Studio, i didn’t want Qmaster to start when the machine boots. Changing files in /etc/hostconfig didn’t help. Ultimately, i discovered that theqmaster was controlled in the file
/Library/Application Support/Apple Qmaster/qmasterconfig
Simply edit that file and change the value of QMASTERDAEMON from -YES- to a -NO-.
Changing the look of GROWL notifications
The CSS file i edited is located here
~/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app/Contents/PlugIns/Plain.growlStyle/Contents/Resources
There is a file called default.css. Just change that to anything you want.