Is tu-dortmund.de a Disposable Email?
Whitelistedtu-dortmund.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-07-26
- Reason
- tu-dortmund.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check tu-dortmund.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/tu-dortmund.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/tu-dortmund.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/tu-dortmund.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/tu-dortmund.de");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/tu-dortmund.de")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for tu-dortmund.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- esa3.itmc.tu-dortmund.de
- esa4.itmc.tu-dortmund.de
NS Records
- dns-3.dfn.de
- ns1.itmc.tu-dortmund.de
- ns2.itmc.tu-dortmund.de
- secondary.rrze.uni-erlangen.de
SOA Record
- ns0.itmc.tu-dortmund.de
- hostmaster@tu-dortmund.de
A Records
- 129.217.205.11
- 129.217.205.12
- 129.217.205.13
- 2001:638:50d:202a::11
- 2001:638:50d:202a::12
- 2001:638:50d:202a::13
TXT Records
- HARICA-bmk2WIA6C8c1EzkHyG6
- MS=58A38069D5572941D477C5866498835FE30B0CB9
- MS=ms16408126
- _telesec-domain-validation=355015_2025-11-13_I72vZFoKGvUyVawuzQedhLrfxUnByw30lg9E96y3p9RO8A43bl
- adobe-idp-site-verification=3abae3246555f1134e1b6c8b2f8852728214ab60db683727bb86d17e00daafb3
- apple-domain-verification=bENlU0mSxvfZqD6w
- bw=vrCirunrnvC8weAAQY3xf2h0A77xWToIL59YJHIKSNDb
- docusign=b3fe92af-ecbb-4be5-a240-d2eaa3469a0f
- google-site-verification=lC7DdPPX34o9IW6Fu3VPyEWUJVWOFgJ-cmu4Gl-CDxo
- v=spf1 ip4:93.190.66.6 ip4:129.217.0.16 ip4:129.217.4.40 ip4:129.217.128.0/24 ip4:129.217.131.0/24 ip4:195.66.99.135 ip4:62.75.247.44 ip4:212.227.89.57 ip4:217.160.226.166 ip4:82.165.193.1 ip4:85.25.144.9 ip4:54.194.192.132 ip4:87.79.30.25 ip4:87.79.30.30 ip4:91.217.141.0/24 ip4:128.176.118.0/25 ip4:129.217.231.64/26 ip4:185.134.242.25 ip6:2001:638:50d:1301::10 ip6:2001:638:50D:2000::/64 ip4:77.220.249.219 ip4:129.217.255.0/25 include:spf-eu.exlibrisgroup.com include:spf.crsend.com ip4:95.130.22.100 ip6:2a02:2940:0:c007::100 -all
SPF Includes
- spf-eu.exlibrisgroup.com
- spf.crsend.com
Related Domains by Mail Server
2 other domains also
use esa3.itmc.tu-dortmund.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is tu-dortmund.de a disposable email provider?
No, tu-dortmund.de is whitelisted and considered a legitimate email provider.
Can I use tu-dortmund.de for account registration?
tu-dortmund.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from tu-dortmund.de?
Use the Trashmail-Blacklist API to check tu-dortmund.de before accepting it in your application. Send a GET request to /check/json/tu-dortmund.de to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for tu-dortmund.de?
tu-dortmund.de is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like tu-dortmund.de before they reach your database.