--- title: "Example SPF for domains relayed by SAU Mail Services" slug: "example-spf-for-domains-relayed-by-sau-mail-services" updated: 2026-07-01T05:08:55Z published: 2026-07-01T05:08:55Z canonical: "docs.serversaustralia.com.au/example-spf-for-domains-relayed-by-sau-mail-services" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.serversaustralia.com.au/llms.txt > Use this file to discover all available pages before exploring further. # Example SPF for domains relayed by SAU Mail Services If you're utilizing our services to relay mail such as SpamExperts you will need to setup a TXT record which is valid for using our IP's for relaying your mail. Generally, it's as simple as using an "include" record to such as below. ```DNS include:_spf.servercontrol.com.au ``` A full SPF TXT record would look like: ```DNS v=spf1 a mx include:_spf.servercontrol.com.au ~all ``` ``