Cuberite Forum
Email system test - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Email system test (/thread-2222.html)

Pages: 1 2


Email system test - LogicParrot - 11-24-2015

I just sent two E-mails.
One of them is titled Email Test - "To" the other is Email Test - "CC". Which ones did you receive?


RE: Email system test - NiLSPACE - 11-24-2015

To what address, because I didn't receive any.


RE: Email system test - LogicParrot - 11-24-2015

support@cuberite.org


RE: Email system test - xoft - 11-25-2015

Neither have I.
Were those emails HTML-formatted or plaintext? What was the source address (at least the domain part)?


Email info - LogicParrot - 11-25-2015

Plaintext.

Code:
Message-ID: <hidden>
Date: Tue, 24 Nov 2015 08:39:59 +0200
From: <hidden>
User-Agent: *HIDDEN*
MIME-Version: 1.0
To: support@cuberite.org
Subject: E-mail Test - "To"
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

This E-mail was sent directly to support@cuberite.org.

There will be a second E-mail, sent to someone else, with a CC to
support@cuberite. If all of you only received this E-mail, then we have
a CC issue.



RE: Email system test - bearbin - 11-25-2015

I received none.


RE: Email system test - xoft - 11-25-2015

I guess the email redirection system that my webhost provides wasn't built for this. No idea how to setup a better one, though.


RE: Email system test - LO1ZB - 11-26-2015

You could use a smtp proxy to send the email from support@cuberite.org to the gmail smtp server wich will then send them to you?


RE: Email system test - DrMasik - 11-26-2015

1: cuberite.org do not have MX records. RFC standard disable (do not recommend) receive e-mails from that hosts.
2: Without MX records cuberite.org can't receive e-mail from other.


RE: Email system test - DrMasik - 11-26-2015

I was send test message from my domain and e-mail server:
Code:
2015-11-25 21:58:40 [19595] 1a1gBw-000560-QQ H=github.map.fastly.net [185.31.17.133]:25 Operation timed out
2015-11-25 21:58:40 [19593] 1a1gBw-000560-QQ == support@cuberite.github.io <support@cuberite.org> R=dnslookup T=remote_smtp defer (60): Operation timed out
2015-11-25 22:00:36 [19759] cwd=/var/spool/exim 2 args: /usr/local/sbin/exim -q
2015-11-25 22:00:36 [19759] Start queue run: pid=19759
2015-11-25 22:00:37 [19761] 1a1gBw-000560-QQ == support@cuberite.github.io <support@cuberite.org> R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2015-11-25 22:00:37 [19759] End queue run: pid=1975

Is it right IP and DNS for the e-mail servers?