Diff for "TechDocs/SMTP"

Differences between revisions 9 and 10
Revision 9 as of 2017-09-26 22:33:49
Size: 1225
Editor: mikini
Comment: Mb->MiB
Revision 10 as of 2017-10-11 11:37:22
Size: 1213
Editor: jonas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
|| '''User name:''' || Your Fellowship user name ||
|| '''Password:''' || Your Fellowship login password ||
|| '''User name:''' || Your FSFE user name ||
|| '''Password:''' || Your FSFE login password ||

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:

25 or 587

Security:

STARTTLS (or simply TLS)

Authentication method:

Password (LOGIN)

User name:

Your FSFE user name

Password:

Your FSFE login password

Notes

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 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"


Category/FellowshipServices

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