I have a Django website and a postfix service running in the same Ubuntu Server 10.04 box.
- What type of authentication would you suggest me so that it'll be simple and secure?
- If I want my messages to be DKIM/DomainKey signed and compliant with sender-id (so that they don't end up being marked as spam) what should I worry about?
Anybody?