I setup mail using the guide here
http://library.linode.com/email/postfix ... 0.04-lucidI'm running Ubuntu 12 so I had to convert dovecot.conf format from old version 1 to 2.
All the shell tests and logs up to and including the mutt email client test indicate that email is working fine, but I can't connect to it via my desktop client, so I'm assuming I've messed up the MX records.
The above docs say about MX records "Please note that you'll need to modify the DNS records for any domains that you wish to handle email by adding an MX record that points to your mail server's fully qualified domain name."
For domain example.com, I have an A record (automatically generated) of:
Hostname: mail IP: 123.123.123.123 TTL: Default
And a single MX record of:
Mail server / FQDN: my.fqdn-example.com Preference: 10 Subdomain: mail TTL: Default
Domain name resolves correctly to website (so I know basic DNS is correct), but I can't connect to mail.example.com via my desktop email client, when using the correct username (full email address) and password.