TIP: Make Postfix use less SQL connections

When you manage Postfix mail servers using SQL connections to find informations about usernames, mailbox/maildir locations on the disk you probably have in your main.cf something like : virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf relay_domains = mysql:/etc/postfix/mysql_relay_domains_maps.cf But, this way, each process(postfix process) uses one MySQL connection.…
Tips & Tricks

PHP upgrade

If you run your PHP scripts on a Debian system, and you installed PHP from the Dotdeb repo you should do a dis-upgrade as the new 5.3.17 and 5.4.7 versions are available. For a list of changes check out the Dotdeb website
Tips & Tricks