What did I do today?
- Finished installing dovecot http://dovecot.org (pop3 & imap)
- Created and installed SSL certificates
- Finished testing z-push in http://luisaranguren.com/z-push/ (Open Source ActiveSync Gateway)
- Updated DNS server for ActiveSync Autodiscovery for http://autodiscovery.luisaranguren.com
- Updated DNS server with SPF Sender Policy Framework
; Activesync Autodiscovery
autodiscover IN A 123.243.191.116
_autodiscover._tcp IN SRV 0 0 80 luisaranguren.com.
luisaranguren.com. IN TXT "v=spf1 a:123-243-191-116.static.tpgi.com.au ip4:123.243.191.116 ip6:2001:470:1f05:267::1 ip6:2001:470:1f04:267::2 ip6:2001:470:1f05:267::1/128 ip6:2001:470:1f04:267::2/128 a mx ~all"
luisaranguren.com. IN SPF "v=spf1 a:123-243-191-116.static.tpgi.com.au ip4:123.243.191.116 ip6:2001:470:1f05:267::1 ip6:2001:470:1f04:267::2 ip6:2001:470:1f05:267::1/128 ip6:2001:470:1f04:267::2/128 a mx ~all"
123-243-191-116.static.tpgi.com.au. IN TXT "v=spf1 a -all"
123-243-191-116.static.tpgi.com.au. IN SPF "v=spf1 a -all"
imap IN TXT "v=spf1 a -all"
imap IN SPF "v=spf1 a -all"
mail IN TXT "v=spf1 a -all"
mail IN SPF "v=spf1 a -all"
smtp IN TXT "v=spf1 a -all"
smtp IN SPF "v=spf1 a -all"