Diff for "TechDocs/SMTP"

Differences between revisions 11 and 12
Revision 11 as of 2018-01-15 07:57:10
Size: 1424
Editor: gergely
Comment: adding two sentences that may help Icedove/Thunderbird users
Revision 12 as of 2018-01-15 08:25:06
Size: 1451
Editor: dfajfer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
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 main account and add `mail.fsfe.org` there, too. 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.

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"

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)