Diff for "TechDocs/SMTP"

Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2010-09-03 09:08:58
Size: 1146
Editor: anonymous
Comment:
Revision 14 as of 2018-11-20 13:07:34
Size: 1284
Editor: reinhard
Comment: Remove another mention of port 25
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Migrated/FellowshipServices/SMTP
Line 3: Line 4:
To send e-mails from your @fsfe.org e-mail alias using FSFE's mail server, please use the following settings in your e-mail client: To send e-mails from your @fsfe.org e-mail alias using FSFE's mail server, you have to
enable [[htt
p://en.wikipedia.org/wiki/SMTP_Authentication|SMTP Authentication]] in your
e-mail client.

Please use the following settings
:
Line 6: Line 11:
|| '''Port:''' || 25 '''or''' 587 || || '''Port:''' || 587 ||
Line 8: Line 13:
|| '''Authentication method:''' || Password (PLAIN) ||
|| '''User name:''' || Your Fellowship user name ||
|| '''Password:''' || Your Fellowship login password ||
|| '''Authentication method:''' || Password (LOGIN) ||
|| '''User name:''' || Your FSFE user name ||
|| '''Password:''' || Your FSFE login password ||
Line 12: Line 17:
'''Note:''' The server currently uses a certficate issued by CAcert. CAcert's root certificate is not part of most e-mail clients. Because of that, you should import CAcert's root certificates to avoid security warnings and other problems. You can find a description of the necessary procedure for most clients in the [[http://wiki.cacert.org/BrowserClients|CAcert wiki]].
Line 15: Line 19:
If you are having problems when using port 25, your ISP may be blocking that port for security or other reasons. Please do then try port 587 instead. Please also note that our server enforces TLS, because otherwise your credentials would be submitted without encryption - which is not good at all. Please note that our server enforces TLS, because otherwise your credentials would be submitted without encryption - which is not good at all.

Please also note that the maximum allowed size for messages is 25MiB (this is the same limit imposed by many ISPs).

= Examples =

If you use `mutt`, just put this into your `~/.muttrc`:
  `set smtp_url="smtp://username:password@mail.fsfe.org:587"`


If you use Icedove (or Thunderbird), go to "Account Settings" > "Outgoing Servers (SMTP)" there add `mail.fsfe.org`. Then go to "Manage Identities..." of your desired account and use `mail.fsfe.org` as a SMTP server for your identity.

----
Category/FellowshipServices

Settings

To send e-mails from your @fsfe.org e-mail alias using FSFE's mail server, you have to enable SMTP Authentication in your e-mail client.

Please use the following settings:

Outgoing mail server:

mail.fsfe.org

Port:

587

Security:

STARTTLS (or simply TLS)

Authentication method:

Password (LOGIN)

User name:

Your FSFE user name

Password:

Your FSFE login password

Notes

Please note that our server enforces TLS, because otherwise your credentials would be submitted without encryption - which is not good at all.

Please also note that the maximum allowed size for messages is 25MiB (this is the same limit imposed by many ISPs).

Examples

If you use mutt, just put this into your ~/.muttrc:

  • set smtp_url="smtp://username:password@mail.fsfe.org:587"

If you use Icedove (or Thunderbird), go to "Account Settings" > "Outgoing Servers (SMTP)" there add mail.fsfe.org. Then go to "Manage Identities..." of your desired account and use mail.fsfe.org as a SMTP server for your identity.


Category/FellowshipServices

TechDocs/SMTP (last edited 2019-07-30 09:35:42 by max.mehl)