Difference between revisions of "Service/smtp"
< Service
Jump to navigation
Jump to search
(Created page with "== Hostnames == {| ! hostname !! service !! port !! function | smtp.sugarlabs.org || smtp || 25 || Local delivery (plain SMTP) | smtp.sugarlabs.org || subm...") |
|||
Line 2: | Line 2: | ||
{| | {| | ||
− | ! hostname !! service !! port !! function | + | ! hostname !! service !! port !! function |
+ | |- | ||
| smtp.sugarlabs.org || smtp || 25 || Local delivery (plain SMTP) | | smtp.sugarlabs.org || smtp || 25 || Local delivery (plain SMTP) | ||
− | | smtp.sugarlabs.org || submission || 587 || Email relay (SMTP with STARTTLS, password authentication required) | + | |- |
+ | | smtp.sugarlabs.org || [http://www.faqs.org/rfcs/rfc2476.html submission] || 587 || Email relay (SMTP with STARTTLS, password authentication required) | ||
+ | |- | ||
| smtp.sugarlabs.org || smtps || 465 || Email relay (SMTP with SSL, password authentication required) | | smtp.sugarlabs.org || smtps || 465 || Email relay (SMTP with SSL, password authentication required) | ||
|} | |} | ||
Line 24: | Line 27: | ||
* Users with a shell account on [[Service/shell.sugarlabs.org]] can use our SMTP relay for personal email submission. Any abuse will be prosecuted. | * Users with a shell account on [[Service/shell.sugarlabs.org]] can use our SMTP relay for personal email submission. Any abuse will be prosecuted. | ||
− | * Preferably use the | + | * Preferably use the [http://www.faqs.org/rfcs/rfc2476.html submission] port for email relay. Unauthenticated and unencrypted connections are not allowed to relay. |
* smtp.sugarlabs.org is *not* the MX for the sugarlabs.org. | * smtp.sugarlabs.org is *not* the MX for the sugarlabs.org. |
Revision as of 05:56, 13 September 2010
Hostnames
hostname | service | port | function |
---|---|---|---|
smtp.sugarlabs.org | smtp | 25 | Local delivery (plain SMTP) |
smtp.sugarlabs.org | submission | 587 | Email relay (SMTP with STARTTLS, password authentication required) |
smtp.sugarlabs.org | smtps | 465 | Email relay (SMTP with SSL, password authentication required) |
Hosted on
Administrative contact
- postmaster AT sugarlabs DOT org
Sysadmins
Notes
- Users with a shell account on Service/shell.sugarlabs.org can use our SMTP relay for personal email submission. Any abuse will be prosecuted.
- Preferably use the submission port for email relay. Unauthenticated and unencrypted connections are not allowed to relay.
- smtp.sugarlabs.org is *not* the MX for the sugarlabs.org.
Google Apps handles our domain and forwards to smtp.sugarlabs.org for unknown users