Service/smtp: Difference between revisions
No edit summary |
update to the current state Tag: visualeditor-switched |
||
| Line 6: | Line 6: | ||
| smtp.sugarlabs.org || smtp || 25 || Local delivery (plain SMTP) | | smtp.sugarlabs.org || smtp || 25 || Local delivery (plain SMTP) | ||
|- | |- | ||
| smtp.sugarlabs.org || [http://www.faqs.org/rfcs/rfc2476.html submission] || 587 || | | smtp.sugarlabs.org || [http://www.faqs.org/rfcs/rfc2476.html submission] || 587 || SMTP with STARTTLS, legacy | ||
|- | |- | ||
| smtp.sugarlabs.org || | | smtp.sugarlabs.org || [https://tools.ietf.org/html/rfc6409 submissions] || 465 || Email relay (SMTP with SSL, password authentication required) | ||
|} | |} | ||
| Line 28: | Line 28: | ||
* Users with a Sugar Labs [[Service/shell|shell account]] on [[Machine/sunjammer|sunjammer]] can use our SMTP relay for personal email submission. ''Any abuse will be prosecuted.'' | * Users with a Sugar Labs [[Service/shell|shell account]] on [[Machine/sunjammer|sunjammer]] can use our SMTP relay for personal email submission. ''Any abuse will be prosecuted.'' | ||
* | * The [https://tools.ietf.org/html/rfc6409 submissions] port (465) is preferred for email relay. Unauthenticated and unencrypted connections are not allowed to relay. | ||
* | * All email for the sugarlabs.org domain must be submitted through our SMTP server. '''Failure to do so may result in your email being blocked by spam filters.''' | ||
== SPF == | == SPF == | ||
Our domains use a non-strict (~all) [http://en.wikipedia.org/wiki/Sender_Policy_Framework SPF] record. | Our domains use a non-strict (~all) [http://en.wikipedia.org/wiki/Sender_Policy_Framework SPF] record. | ||
== DKIM == | == DKIM == | ||
Our domain publishes a | Our domain publishes a [http://en.wikipedia.org/wiki/DKIM DKIM] key. | ||
To test DKIM, send an email to autorespond+dkim@dk.elandsys.com | To test DKIM, send an email to autorespond+dkim@dk.elandsys.com | ||
== See also == | == See also == | ||