Diff for "TechDocs/SMTP"

Differences between revisions 15 and 16
Revision 15 as of 2019-07-30 09:33:28
Size: 1961
Editor: bonnie
Comment:
Revision 16 as of 2019-07-30 09:35:42
Size: 1747
Editor: max.mehl
Comment: format
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
== Mutt ==
Line 29: Line 31:
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. == Thunderbird ==
Line 31: Line 33:
= Thunderbird =

If you want to be able to send mails from your fsfe.org email address in thunderbird, you can just add a second identity.
If you want to be able to send mails from your fsfe.org email address in Thunderbird (or Icedove), you can just add a second identity.
Line 37: Line 37:
1. Right click on your account like username@domain.de -> '''Settings'''

2
. Under '''Outgoing Server (SMTP)''' you will find the menu for '''Manage Identities''', click on it

3. A new menu will open. Choose '''Add'''

4
. fill out all the information requiered. In the field email address put in your fsfe-mail (username@fsfe.org). Also the reply-mail should be username@fsfe.org. The outgoing-mailserver is mail.fsfe.org. You will find all the information how to configure it as above.
 1. Right click on your account like username@domain.de -> '''Settings'''
 1. Under '''Outgoing Server (SMTP)''' you will find the menu for '''Manage Identities''', click on it
 1. A new menu will open. Choose '''Add'''
 1. fill out all the information requiered. In the field email address put in your fsfe-mail (username@fsfe.org). Also the reply-mail should be username@fsfe.org. The outgoing-mailserver is mail.fsfe.org. You will find all the information how to configure it above.

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

Mutt

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

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

Thunderbird

If you want to be able to send mails from your fsfe.org email address in Thunderbird (or Icedove), you can just add a second identity.

For this follow the steps below:

  1. Right click on your account like username@domain.de -> Settings

  2. Under Outgoing Server (SMTP) you will find the menu for Manage Identities, click on it

  3. A new menu will open. Choose Add

  4. fill out all the information requiered. In the field email address put in your fsfe-mail (username@fsfe.org). Also the reply-mail should be username@fsfe.org. The outgoing-mailserver is mail.fsfe.org. You will find all the information how to configure it above.


Category/FellowshipServices

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