How To Use Sender-Based Routing In Postfix With AWS SES

Author: , November 6th, 2011

NOTE: This procedure requires Postfix version 2.7 or greater! Create or edit the following three files: /etc/postfix/main.cf

/etc/postfix/master.cf

/etc/postfix/sender_dependent_default_transport_maps yourName@gmail.com aws-email: yourName@yourDomain.com aws-email: Verify the credentials are in place and have the correct ownership and permissions:

Compile the new map and reload postfix.

http://www.postfix.org/postconf.5.html#sender_dependent_default_transport_maps http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/index.html?IntegratingWithServer.Postfix.html http://www.kutukupret.com/2010/01/02/postfix-bind-sender-domain-to-dedicated-outgoing-ip-address/

How To Flush The Mail Queue In Postfix

Author: , December 13th, 2010

Flush the mail queue: # postfix flush OR # postfix -f View the mail queue: # mailq Delete all mail from the queue: # postsuper -d ALL Delete all mails in the deferred queue: # postsuper -d ALL deferred

How to Use GPGMail on Snow Leopard 10.6.4

Author: , June 20th, 2010

Snow Leopard 10.6.4 broke GPGMail (again!). Fortunately, our intrepid developers have released a new, working version. Here is a link to it (no promises): http://github.com/lukele/GPGMail-SL/downloads Once you have it, check in the “{Your_Home_Directory}/Library/Mail/Bundles” and “/Library/Mail/Bundles” folders. You will need to Right-Click and choose “Show Package Contents”. Then replace the “GPGMail.mailbundle” file with the new one […]

How to Use GPGMail on Snow Leopard 10.6.3

Author: , April 20th, 2010

Snow Leopard 10.6.3 broke GPGMail (sigh). Fortunately, our intrepid developers have released a new, working version. Here is a link to it (no promises): http://cloud.github.com/downloads/lukele/GPGMail-SL/GPGMail.mailbundle-1.2.3-v61-10.6.3-fix.zip Once you have it, check in the “{Your_Home_Directory}/Library/Mail/Bundles” and “/Library/Mail/Bundles” folders. You will need to Right-Click and choose “Show Package Contents”. Then replace the “GPGMail.mailbundle” file with the new one […]

How to Re-Index Spotlight to Fix Email Search Bug

Author: , November 25th, 2009

sudo mdutil -E -i on / or You need to get Spotlight to reindex the mail folder (Home/Library/Mail), but you don’t have to mess about in terminal. From the Apple menu, choose System Preferences. Click Spotlight. Click the Privacy tab. Drag the folder to the list. Remove the item or volume you just added. ~or~ […]