Using Email at Ourshack

Accounts

Each email user needs an account. These accounts are set up in VDM. The user ID is not usually related to the e-mail address.

Mail can be accessed by Webmail, or downloaded to your own device using IMAP.

We also support POP3, but we do not recommend it. IMAP can be used with multiple devices, but POP really can't as it removes all messages from the server.

When your account is set up you will be given information about it:

Address
e.g. fred.flintstone@example.org This is the address that people use when sending mail to you. You will normally use this address when sending out mail so that people can reply.
User ID
e.g. fred27 This is the name that identifies you to the mail server.
Password
e.g. a8@#bqUzl Keep the password secret! This is how you prove who you are, as nobody else should know the password for your account. Don't use your e-mail password for any other accounts: many websites have insecure storage and there is a big risk of your password getting stolen.

Webmail

IMAP mailboxes can be accessed using Web mail - you will need to configure your account the first time you use it, to include things like your e-mail address.

Reading mail on your own device

Ourshack supports two protocols for reading mail: IMAP and POP3. You should use IMAP, as POP3 is obsolete and causes all sorts of trouble if you have more than one device.

Set your IMAP host to:

You will need to supply a user IDs and password when connecting to the server. It is common to configure the user IDs into your mailer and to supply the password each time you connect.

IMAP and POP also support SSL and TLS encryption, and you should enable these to protect your password.

Sending mail from your device

You should configure the `from' address in the mail client to match your email address so that people can reply to your mail.

Most e-mail clients use SMTP to send mail. The SMTP server is:

and you should use port 587 (the standard SMTP port is 25, but many Internet Service Providers block that port).

To prevent spammers from using Ourshack as a relay site, we require that SMTP clients supply a user IDs and password so you must also configure your mailer to do this.

The server supports TLS encryption for greater security, so this should be turned on to protect your password.

Folders

IMAP users may wish to create folders on the server. Your mail client should have a way to do this. It may show the folders as a tree, or with names like INBOX.myfolder

Note that the server always regards user folders as being `under' the INBOX so you may need to specify names like INBOX.myfolder when you want to create myfolder

It is possible to have mail delivered directly into sub-folders if you set the IMAP permissions to allow the user `anonymous' to post to that mailbox. Mail addressed to mailname+mailboxname@domain will go directly into the mailbox called INBOX.mailboxname

Automatic filtering

IMAP users can have mail filtered by Sieve scripts. This can be used to file mailing-list traffic in separate folders, and to sort spam and virus messages.

See Using Sieve scripts to filter mail automatically for details.


$Id: using-email.html,v 1.7 2018/09/21 10:50:03 shackweb Exp $