Difference between revisions of "Email"

From LUG
Jump to navigation Jump to search
Line 7: Line 7:
  
 
DavMail also works, using the settings and info as shown in the Gnome Evolution manual.
 
DavMail also works, using the settings and info as shown in the Gnome Evolution manual.
+
 
=== Old (defunct) info below this line ===
+
(defunct info below this line)
 +
-------
  
 
Use an email client that can do IMAPS, SMTP with STARTTLS and authentication and LDAP. Sylpheed is a nice client http://sylpheed.good-day.net/ as is the
 
Use an email client that can do IMAPS, SMTP with STARTTLS and authentication and LDAP. Sylpheed is a nice client http://sylpheed.good-day.net/ as is the

Revision as of 07:54, 10 July 2021

Using an email client

As the WUR is now using Two Factor Authentication for logins, the settings below no longer work.

We will update them soon, but for now, there is a manual on how to use Gnome Evolution here : https://sharepoint.wur.nl/sites/it/WURPasscode/Forms/wurpasscode_all.aspx

For Thunderbird, one can use the (paid) Owl plugin, which works.

DavMail also works, using the settings and info as shown in the Gnome Evolution manual.

(defunct info below this line)


Use an email client that can do IMAPS, SMTP with STARTTLS and authentication and LDAP. Sylpheed is a nice client http://sylpheed.good-day.net/ as is the mailer that comes with Mozilla. For the console die hards there is the MuttMailer!

Receiving email:

Configuration for Microsoft Office365 hosted WUR mails

  • Server for receiving: outlook.office365.com
  • Use SSL for IMAP connection
  • Use port 993
  • Normal Password
  • The IMAP user is your wur email e.g. my.user@wur.nl

Sometimes it is necessary to show also the unsubscribed folders to see all your mail folders (it is in the advanced options in Thunderbird).

Sending email:

  • Server for sending: smtp.office365.com
  • Use TLS (sometimes called STARTTLS) for SMTP connection
  • Use port 587
  • Use Normal Password
  • The SMTP user is your wur email e.g. my.user@wur.nl


Old information for local Exchange environment

  • Server for receiving: imap.wur.nl
  • Use SSL for IMAP connection
  • Use port 993
  • The IMAP login and password is simply your wur account, for example annie001 and annie

Sometimes it is necessary to show also the unsubscribed folders to see all your mail folders (it is in the advanced options in Thunderbird).

Sending email:

  • Server for sending: smtp.wur.nl
  • Use TLS (sometimes called STARTTLS) for SMTP connection
  • Use port 25
 * Port 587 also seems to work! dawes001 (talk) 16:49, 27 May 2019 (UTC)
  • Use Normal Password
  • The SMTP user is simply your wur account, for example annie001 and annie

If you want to send email using a from address that is not a @wur.nl adress you can use:

  • Server for sending: net.wur.nl
  • No TLS.
  • No username or password.

See also WURImapForDummies for an elaborate example installing Mozilla mail.

Since Evolution 2.x has also an exchange connector it is really nice to use it. And setting it up is really easy!

  • Open the preferences window -> Mail Accounts -> Add
  • Push Forward
  • Fill in your Name and E-mail Address (it is not used for the connection so you can use the complete one)
  • Choose the Microsoft Exchange server type
  • Fill in your username e.g. annie001 and the OWA Url: https://webmail.wur.nl/exchange/.
  • Push Authenticate
  • Fill in your password (check the remind box if you like to)
  • Check the automatically check box
  • For the Global Catalog use 10.110.10.2
  • You can leave the responses limit and password warning boxes checked (although I do not know whether it works)
  • Give your account a name
  • Find a timezone, if it is your first account
  • Push apply!


To search in the phone directory (which has all email addresses as well) use the following:

  • LDAP server: ldap.wau./nl
  • search base: o=Wageningen UR,c=NL
  • portnumber: 389
  • ssl: off

With Mozilla mail select edit-preferences -> Addressing -> Directory server and fill in above settings. It is nice - now you magically see all E-mail addresses appear when typing!

To search in the active directory:

  • LDAP server (hostname): ldap.wurnet.nl
  • search base (base DN): DC=wurnet,DC=nl
  • port number: 636
  • bind DN: firstname.lastname@wur.nl (yes that is your email address!)
  • bind password: your wur password
  • ssl: on
  • in thunderbird: advanced -> subtree -> searchfilter: (objectclass=User)

This server can be extremely slow, so I advice you to get a cup of coffee when you are using this one...

However if you connect to this server via the Exchange connector in Evolution, it works quite well instead!

fetchmail example

Use the following .fetchmailrc file

 poll imap.wur.nl protocol imap username "yourname" password "yourpassword" ssl

And here the one I use (Pjotr):

 poll imap.wur.nl with proto IMAP port 993 user 'yourname' there is 'account' here ssl
   fetchall keep mda "/usr/bin/procmail -d  %T"

mutt with IMAPs example

 mutt -f imaps://yourname@imap.wur.nl

using Thunderbird as mail client

Most of the IMAP settings explained above apply.

General settings

Incoming mail:

  • Server name: imap.wur.nl
  • Port: 993
  • Security: SSL

Optional settings

Optional (my preference)

  • When I delete: move to trash
  • Clean up ("expunge") inbox on exit

Setting correct folder names

The WUR exchange server uses non-default folder names for the trash, sent items, etc. Some of these can be set from within Thunderbird: (Account settings -> Copies and Folders)

  • Place a copy in: other: Verzonden items on WUR account
  • Keep message drafts in: other: Concepten on WUR account.

The location of the trash folder cannot be modified from within Thunderbird. This has to be done by editing the "prefs.js" configuration file. Mine is located at:

 ~/.mozilla-thunderbird/2hod9x4q.default/prefs.js

The line that reads

 user_pref("mail.server.server2.trash_folder_name", "Deleted items");

or similar should be changed into

 user_pref("mail.server.server2.trash_folder_name", "Verwijderde items");

That will do.

Auto-compaction of folders

Deleted mails are not really deleted, they are only marked as deleted. This is not visible from within Thunderbird, but it is from e.g. webmail. To prevent this, folders need to be compacted.

  • Go to edit -> preferences -> advanced -> network & disk space
  • Mark "compact folders when it will save over" 100 kb

Happy thunderbirding!

Using DavMail (at WUR or at home!)

DavMail connects to the Outlook Web Access and sets up some local servers you can connect to from most mail clients. It also supports calendar and ldap.

On the DavMail website you can find an extensive description on how to configure DavMail with some of the most common mail clients.

When setting up DavMail use the following values:

  • For "OWA (Exchange) URL" fill in: https://webmail.wur.nl/exchange/
  • When asked for a username by your mail client upon connection to the local servers created by DavMail, fill in: "wur\" followed by your short login name

Remember to setup the custom folder names as described above!

That's it...

Sometimes DavMail gives the error "Set socket timeout to 115 seconds" in the tooltip of the icon. This problem should be solved soon, but until then you can use this quickfix to remove the swt class from the classpath in the script that runs davmail. In my case this script is located at:

 /usr/bin/davmail

Change the following line:

 java -Xmx512M -cp /usr/share/davmail/davmail.jar:/usr/share/java/swt.jar:$CLASSPATH davmail.DavGateway "$@"

into:

 java -Xmx512M -cp /usr/share/davmail/davmail.jar:$CLASSPATH davmail.DavGateway "$@"

Now it should work again, although it looks a bit ugly Make sure you've got the latest Java on your computer, Davmail requires it.



using Lightning calendar with Thunderbird

You will need the latest exchange calendar extension from: https://github.com/ExchangeCalendar/exchangecalendar/releases

You can then add a new calendar of type Outlook.

You want to select 'Hosted Exchange' for the type (WUR runs our own exchange servers, at least for now)

Set it so that it will autodetect after you set your username (user001) and domain (WUR) in the fields, and it will go off to autodiscover.wur.nl to grab the correct exchange amsx endpoint, which should be:

https://webmail.wur.nl/EWS/Exchange.asmx

The rest is automatic.

Thunderbird, Lightning and DavMail for Windows users

Since not only Linux users want to use the Thunderbird-Lightning combination instead of MS-Outlook, it is worth noting that exactly the same can be achieved on a Windows-run computer. Download davmail-4.1.0-2042-setup.exe (9.0 MB) via http://sourceforge.net/projects/davmail/files/ Follow the same procedure as outined above.