Tidymail for the Technically Minded

We thought it would be useful for the more technically minded to be able to easily see the specifics of the interface to Tidymail. So, cutting to the chase …

IP and DNS details

IPV4 and IPV6 on everything

$ORIGIN tidymail.co.uk.

        IN      MX      10      smtp
        IN      MX      100     relay2
        IN      MX      666     relay99

        IN      A       217.146.107.44
        IN      AAAA    2a00:1940:107::2:4:0

www     IN      A       217.146.107.44
        IN      AAAA    2a00:1940:107::2:4:0

imap    IN      A       217.146.107.45
        IN      AAAA    2a00:1940:107::2:4:1000
smtp    IN      A       217.146.107.46
        IN      AAAA    2a00:1940:107::2:4:4000
post    IN      A       217.146.107.54
        IN      AAAA    2a00:1940:107::2:4:2000
mx      IN      A       217.146.107.46
        IN      AAAA    2a00:1940:107::2:4:5000

relay2  IN      A       217.146.107.7
        IN      AAAA    2a00:1940:107::2:5:0

relay99 IN      A       217.146.107.100
        IN      AAAA    2a00:1940:107::2:5:666

And we try and help configuration

;
; SRV records for tidymail
;
_submission._tcp        IN      SRV 0   1       587     post.tidymail.co.uk.
_imaps._tcp             IN      SRV 0   1       993     imap.tidymail.co.uk.
_imap._tcp              IN      SRV 10  1       143     imap.tidymail.co.uk.
_imap._tcp              IN      SRV 10  1       143     imap.tidymail.co.uk.
_pop3._tcp              IN      SRV 30  1       110     imap.tidymail.co.uk.
_pop3s._tcp             IN      SRV 20  1       995     imap.tidymail.co.uk.

; Mozilla auto-configuration if your domain has a CNAME for autoconfig
; which points to tidymail.co.uk
autoconfig              IN      CNAME   tidymail.co.uk.
;
; causes retrieval of https://tidymail.co.uk/mail/config-v1.1.xml
;
; Microsoft clients (approx 2007 onwards) can auto configure if the
; domain has a CNAME for _autodiscover._tcp which points to tidymail.co.uk

_autodiscover._tcp      IN      CNAME   tidymail.co.uk.

And for iOS/OSX clients there is  https://tidymail.co.uk/admin/iphone.cgi

Unfortunately there is no auto-configuration mechanism for Android, but we have setup instructions.


Coming Soon: Protocols and Capabilities

css.php