Service/smtp: Difference between revisions

Chimosky (talk | contribs)
No edit summary
Chimosky (talk | contribs)
switch to sunjammer.sl.o as I changed the cert because of mta-sts
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
! hostname          !! service    !! port !! function
! hostname          !! service    !! port !! function
|-
|-
| smtp.sugarlabs.org || smtp      || 25  || Local delivery (plain SMTP)
| sunjammer.sugarlabs.org || smtp      || 25  || Local delivery (plain SMTP)
|-
|-
| smtp.sugarlabs.org || [http://www.faqs.org/rfcs/rfc2476.html submission] || 587  || SMTP with STARTTLS, legacy
| sunjammer.sugarlabs.org || [http://www.faqs.org/rfcs/rfc2476.html submission] || 587  || SMTP with STARTTLS, legacy
|-
|-
| smtp.sugarlabs.org || [https://tools.ietf.org/html/rfc6409 submissions]  || 465  || Email relay (SMTP with SSL, password authentication required)
| sunjammer.sugarlabs.org || [https://tools.ietf.org/html/rfc6409 submissions]  || 465  || Email relay (SMTP with SSL, password authentication required)
|}
|}


Line 83: Line 83:


   # Contents of KeyTable with both keys
   # Contents of KeyTable with both keys
   selector1._domainkey.hostname.domain-name hostname.domain-name:selector1:/path/to/selector1/private/*.key
   selector1._domainkey.hostname.sugarlabs.org hostname.domain-name:selector1:/path/to/selector1/private/*.key
   selector2._domainkey.hostname.domain-name hostname.domain-name:selector2:/path/to/selector2/private/*.key
   selector2._domainkey.hostname.sugarlabs.org hostname.domain-name:selector2:/path/to/selector2/private/*.key


   # Contents of SigningTable
   # Contents of SigningTable
   *@hostname.domain-name selector1._domainkey.hostname.domain-name
   *@hostname.domain-name selector1._domainkey.hostname.sugarlabs.org
   *@hostname.domain-name selector2._domainkey.hostname.domain-name
   *@hostname.domain-name selector2._domainkey.hostname.sugarlabs.org


Then add a DKIM record for the second selector  
Then add a DKIM record for the second selector  
Line 97: Line 97:


Ensure your private keys are on hostname.
Ensure your private keys are on hostname.
== Set up ==
=== Thunderbird ===
These are the settings for setting up SMTP with Thunderbird. Note that you use your LDAP username and password, and that the username __'''does not'''__ have "@sugarlabs.org" at the end.
{|class=wikitable
! Server name        !! Port      !! Connection security !! Authentication method !! User name
|-
| smtp.sugarlabs.org || 587      || STARTTLS  || Normal Password || your LDAP username -- AND WITHOUT @SUGARLABS.ORG AT THE END!
|}
Example:
[[File:Screenshot from 2024-06-13 22-45-20.png|thumb|left|example of smtp set up in thunderbird ]]


== See also ==
== See also ==