Sign inSign up

colinchang/tempmail

By colinchang

•Updated over 6 years ago

A self-hosted disposable mail service.it can dispose used resources automatically.

Image
0

739

colinchang/tempmail repository overview

⁠How to run?

docker run --name mail -d -p 25:25 -p 80:3000 colinchang/tempmail

Open your browser and visit http://127.0.0.1⁠

⁠Setting up your DNS correctly

In order to receive emails, your smtp server address should be made available somewhere. Two records should be added to your DNS records. Let us pretend that we want to receive emails at *@subdomain.domain.com:

  • First an MX record: subdomain.domain.com MX 10 mxsubdomain.domain.com. This means that the mail server for addresses like *@subdomain.domain.com will be mxsubdomain.domain.com.
  • Then an A record: mxsubdomain.domain.com A the.ip.address.of.your.mailin.server. This tells at which ip address the mail server can be found.

You can fire up Mailin (see next section) and use an smtp server tester⁠ to verify that everything is correct.

Tag summary

Content type

Image

Digest

Size

35.6 MB

Last updated

over 6 years ago

docker pull colinchang/tempmail