New CS Server and Clients Tutorials. Revision 1.2

Size: px
Start display at page:

Download "New CS Email Server and Clients Tutorials. Revision 1.2"

Transcription

1 New CS Server and Clients Tutorials Revision 1.2 Yung-Chuan Lee Computer Information Specialist Department of Computer Science January 2010

2 2.Background Several improvements have been incorporated when constructing the new mail server. First of all, the new server provides secure SMTP/POP3/IMAP services. A free and legit certificate was obtained from ipsca (Certificate Authority) to enable SSL/TLS connections. The new Webmail also uses SSL connections to enhance the security and privacy. Secondly, spam filter and mail scanner are setup to reduce spams and possible virus/trojan/worms infections. This active filtering and scanning are designed at STMP server level to prevent malicious s before accepting them. With such configuration, the new server only consumes a fraction of CPU resource and is very prompt. Furthermore, because of this improvement, CS s is not rerouted to SIU server for spam filtering anymore. This eliminates the dependency to external server as well simplify troubleshooting process. The format has been switched to MailDir. This renders each in a single file instead of all s in one big spool file, and it further improves both mail server and webmail performance. Instead of centralized spool on the server, each userʼs s are now stored under MailDir folder in their Linux home directory to enhance user accounts and files management as well improve file security. Webmail system is switched from OpenWebmail to Squirrelmail. Squirrelmail provides plug-able modules to enable more functionalities while keeping its core system simple and fast. To prevent malicious attacks, our webmail has configured to temporary block an user and an IP when too many login attempts failed. In addition, an user will be automatically logoff after inactive for 20 minutes to enhance the security. Finally, fighting spams and malicious programs is a continuous effort. All possible spams are forwarded to a designated CS account and manually reviewed by CIS personnel to separate spams (junk s) and hams (legit s). Monthly maintenance scripts have been developed to train spam filter from reviewed spams and hams to improve its accuracy. The following tutorial provide insights of common client configurations and is organized into three parts: client setup, webmail how-to, and alpine (new pine) configuration. If you encounter any problems, please contact CIS personnel at admin@cs.siu.edu. 1

3 3. Client Setup Please use the following settings to setup your clients. Outlook 2007 and thunderbird are demonstrated here. Other clients will be similar. SMTP server (outgoing server): mail.cs.siu.edu SMTP port: 25 or 587 required authentication and TLS connection. POP3/IMAP server (incoming server): mail.cs.siu.edu please use POP3 if you donʼt know IMAP. POP3 port (secure POP3): 995 with SSL IMAP port (secure IMAP): 993 with SSL a. Outlook 2007: i. Open Account Settings Window from Tools>Account Settings... ii. Click on New to configure a new account. If you already have CS account setup, highlight the account, click Change and skip to step v.. 2

4 iii. Click Manually configure... at the bottom and click Next. iv. Make sure Internet is selected and click Next. 3

5 v. Filling all the information and make sure both incoming server and outgoing server are mail.cs.siu.edu. Remeber the User Name and Password are CS account not SIU one. Then, click More Settings. vi. Under Outgoing Server tab, make sure My outgoing server (SMTP)... is checked and Use same settings as... is selected. 4

6 vii. Under Advanced tab, make sure This server requires an... is checked and Use the following types of... is set to TLS. Then, click OK. viii.finally, click on Test Account Setting to send a test . If everything is set correctly, you will get the following window. 5

7 b. Thunderbird: i. Open Account Settings Window from Tools>Account Settings... ii. Click Add Account to add a new account. For existing account, skip to step ix. iii. Make sure account is selected and click Next. 6

8 iv. Put Your Name and Address. Then, click Next. v. Make sure POP is selected and input mail.cs.siu.edu to both Incoming Server and Outgoing Server. Then, click Next. 7

9 vi. Put your CS account ID in Incoming User Name and click Next. vii. Enter a name for this account in Account Name and click Next. 8

10 viii.click Finish. ix. Click Server Settings under the account you just created and make sure SSL is selected. 9

11 x. Click Outgoing Server (SMTP) and highlight the one you just created (if you have more than one) and click Edit. xi. Make sure TLS is selected and User name and password is checked. Then click OK. xii. Finally, click OK to close Account Settings window and start send/receive . 10

12 4.Webmail How-To The new Webmail is located at and it is using secure http to ensure the security and privacy. The system will auto-logout if there is no activities for 20 minutes. To prevent brute-force password attack, the system will lock a user for 10 minutes after 3 failed login attempts within 5 minutes. Furthermore, an IP will be locked for 30 minutes after 10 failed login attempts within 15 minutes. Please note that this lock-out only apply to Webmail login and have no effects when you use client to check s. The Webmail system is extremely intuitive and shares most common interface as other webmails. It also utilizes a flexible plugin method to enable modules to extend its functionalities. The Help function provides most documents on how to use it and set personal information and preferences. Here, we only show those plugin modules which do not have documents in the Help functions. a. By default, Squirrelmail blocks images for security reasons. To view images, you can click on the View Unsafe Images. You can set rules on how to automatically display images under Options in section c. b. To report spam while your reading, click on Spam. To report multiple s as Spams in folder view, select s and click on Spam. c.inside the Options after you login, you will see SpellChecker Options and Unsafe Image Rules. (a) SpellChecker Options: the system provide ispell but you can add new words ( Add to Dic ) during spelling check. If you want, you can then remove your personal words by Edit your personal dictionary 11

13 (b) Unsafe Image Rules: you can configure image setting in here as well add new Rule regarding when to automatically show images in your s. d. A Calendar module is enabled. You can click on the day to add/modify/delete events. The details of an event will be displayed in day view. However, in month view, only the title of a event will show up in the calendar. The time and content of a event will be displayed as a tooltip. 12

14 5.Alpine Configuration (new Pine from University of Washington) Although more and more people are used to having convenient graphic interface to read and write s. Alpine still provides an invincible performance and availability. If you want to use alpine with new server, please modify your.pinerc configuration file according to the following (contributed and tested by Feng Yu): user-domain" =" cs.siu.edu smtp-server" =" mail.cs.siu.edu incoming-folders="cs-mail" {mail.cs.siu.edu/novalidate-cert/ssl/ user=yourusername}inbox If you have just to use alpine with CS account, instead of use incomingfolders, you can put your account in inbox-path. inbox-path={mail.cs.siu.edu/novalidate-cert/ssl/user=yourusername}inbox This will configure alpine to use Dovecot IMAP server. If you want to take full advantages of IMAP, you can add the followings to your feature-list. This will enable folders to be used for other folders as well as messages and make sure that all folders are listed correctly. " separate-folder-and-directory-entries, " enable-lame-list-mode If you are using both SquirrelMail and alpine, it is strongly recommended to use IMAP with alpine. However, if you decide to use POP3 with alpine for any reason, you can add pop3 in the account setting. inbox-path={mail.cs.siu.edu/novalidate-cert/pop3/ssl/user=yourusername}inbox 13

15 This page is intentionally left as blank. 14

Microsoft Outlook 2010

Microsoft Outlook 2010 Microsoft Outlook 2010 a. Open Outlook 2010. b. Click File i. Select Info. ii. Within Account Information, click Add Account. c. Within the Setup wizard select Manually configure server settings or additional

More information

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming

Email Setup Guide. network support pc repairs web design graphic design Internet services spam filtering hosting sales programming Email Setup Guide 1. Entourage 2008 Page 2 2. ios / iphone Page 5 3. Outlook 2013 Page 10 4. Outlook 2007 Page 17 5. Windows Live Mail a. New Account Setup Page 21 b. Change Existing Account Page 25 Entourage

More information

Open Thunderbird. To set up an e-mail account in Thunderbird, from the Tools menu select Account Settings; choose Email account; then click Next.

Open Thunderbird. To set up an e-mail account in Thunderbird, from the Tools menu select Account Settings; choose Email account; then click Next. Server Type: POP3 or IMAP Incoming(POP3 or IMAP) Mail Server: student.ncnm.edu POP3 Port: 995 (SSL) IMAP Port: 993 (SSL) Outgoing(SMTP) Mail Server: student.ncnm.edu SMTP Port: 587 (TLS) (Users must change

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab.

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab. Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.nefcom.net (default) Click on Properties button Click on the General tab User Information E-mail

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 8 Windows Mail... 9 Thunderbird 3... 10 Apple Mail... 11 2 Email Client

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.btconline.net mail (default) Click on Properties button Click on the General tab User Information

More information

IRMACS E-Mail Setup. Your IRMACS e-mail is available internally by the IMAP protocol. The server settings used are:

IRMACS E-Mail Setup. Your IRMACS e-mail is available internally by the IMAP protocol. The server settings used are: IRMACS E-Mail Setup General Information This document covers both the default Apple OSX mail client and the installed Mozilla s Thunderbird mail client. If you are comfortable setting up your own mail

More information

Configuration Manual for Lime Domains

Configuration Manual for Lime Domains Email Accounts Configuration Manual for Lime Domains Table of Contents Introduction:... 2 To configure your Outlook Express client:... 3 To configure your Microsoft Outlook client:... 12 To configure your

More information

HGC SUPERHUB HOSTED EXCHANGE EMAIL

HGC SUPERHUB HOSTED EXCHANGE EMAIL HGC SUPERHUB HOSTED EXCHANGE EMAIL OUTLOOK 2010 POP3 SETUP GUIDE MICROSOFT HOSTED COMMUNICATION SERVICE V2013.5 Table of Contents 1. Get Started... 1 1.1 Start from Setting up an Email account... 1 1.2

More information

Patriots Email Outlook Configuration

Patriots Email Outlook Configuration Patriots Email Outlook Configuration Contents Configuration in Outlook... 2 Exchange/Active Sync Configuration... 2 IMAP and POP Configuration... 5 Retrieve Unique POP/IMAP Server... 5 IMAP or POP Setup

More information

To configure Outlook Express for your InfoMetrics E-mail address:

To configure Outlook Express for your InfoMetrics E-mail address: To configure Outlook Express for your InfoMetrics E-mail address: 1. Open Outlook Express 2. Click the Tools menu, and select Accounts... 3. Internet Accounts window will open, click Add and menu will

More information

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account?

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account? Contents Page Q. How do I access my email? Q. How do I change or reset a password for an email account? Q. How do I forward or redirect my messages to a different email address? Q. How do I set up an auto-reply

More information

Configuring Outlook 2013 For IMAP Connections

Configuring Outlook 2013 For IMAP Connections Configuring Outlook 2013 For IMAP Connections VERSION 1.0 1 P a g e U A C o n n e c t C o n f i g u r i n g O u t l o o k 2013 f o r I M A P 12/2013 Configuring Outlook 2013 for IMAP Connections Overview

More information

Knights Email Outlook 2013 Configuration

Knights Email Outlook 2013 Configuration Knights Email Outlook 2013 Configuration Contents Need Help?... 1 Configuration in Outlook... 1 Exchange/ActiveSync Configuration... 1 IMAP and POP Configuration... 4 IMAP and POP Configuration in Outlook

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab.

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab. Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.nefcom.net (default) Click on Properties button Click on the General tab User Information E-mail

More information

Knights Email Outlook Configuration

Knights Email Outlook Configuration Knights Email Outlook Configuration Contents Configuration in Outlook... 2 Exchange/Active Sync Configuration... 2 IMAP and POP Configuration... Error! Bookmark not defined. Retrieve Unique POP/IMAP Server...

More information

Email setup information for most domains hosted with InfoRailway.

Email setup information for most domains hosted with InfoRailway. Email setup information for most domains hosted with InfoRailway. Incoming server (POP3): pop.secureserver.net port 995 (SSL) Incoming server (IMAP): imap.secureserver.net port 993 (SSL) Outgoing server

More information

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365

How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 How to configure your Desktop Computer and Mobile Devices post migrating to Microsoft Office 365 1 Contents Purpose... 3 Office 365 Mail Connections... 3 Finding IMAP server... 3 Desktop computers... 4

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide Document Revision Date: Nov. 13, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Introduction... 1 Exchange 2010 Outlook

More information

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Page 1 of 14 Help Center Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Learn how to configure Outlook 2007 for use with your 1&1 e-mail account using POP3. Before you begin, you will need

More information

Email Migration Manual (For Outlook 2010)

Email Migration Manual (For Outlook 2010) Email Migration Manual (For Outlook 2010) By SYSCOM (USA) May 13, 2013 Version 2.2 1 Contents 1. How to Change POP3/SMTP Setting for Outlook 2010... 3 2. How to Login to Webmail... 10 3. How to Change

More information

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird How to configure your WorldPath email address in various mail applications Microsoft Outlook 2013 & 2010 Microsoft Outlook 2007 Microsoft Outlook 2003 Windows Live Mail 2012 & 2011 MAC Mail Mozilla Thunderbird

More information

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3. Thunderbird The changes that need to be made in the email programs will be the following: Incoming mail server: newmail.one-eleven.net Outgoing mail server (SMTP): newmail.one-eleven.net You will also

More information

Set up Outlook for your new student e mail with IMAP/POP3 settings

Set up Outlook for your new student e mail with IMAP/POP3 settings Set up Outlook for your new student e mail with IMAP/POP3 settings 1. Open Outlook. The Account Settings dialog box will open the first time you open Outlook. If the Account Settings dialog box doesn't

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 Apple Mail 8.2...

More information

Email Update Instructions

Email Update Instructions Email Update Instructions Table of Contents Email Client Settings The Basics... 2 Outlook 2013... 2 Outlook 2007... 4 Outlook Express... 6 Windows Mail... 7 Thunderbird 3... 9 Apple Mail... 11 1 Email

More information

3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next.

3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next. To Set Up Your E-mail Account in Microsoft Outlook 2003 1. Open Microsoft Outlook 03 3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next. 4. For your server type,

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7 Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

Email Client configuration and migration Guide Setting up Thunderbird 3.1

Email Client configuration and migration Guide Setting up Thunderbird 3.1 Email Client configuration and migration Guide Setting up Thunderbird 3.1 1. Open Mozilla Thunderbird. : 1. On the Edit menu, click Account Settings. 2. On the Account Settings page, under Account Actions,

More information

MICROSOFT OUTLOOK 2003

MICROSOFT OUTLOOK 2003 MICROSOFT OUTLOOK 2003 Follow these steps to update an Outlook 2003 account to send and receive e-mail using GCMUNI's new mail settings. Before you start, you must change your temporary GCMUNI e-mail password.

More information

Windows Live Mail Setup Guide

Windows Live Mail Setup Guide Versions Addressed: Windows Live Mail 2011 Document Updated: 11/24/2010 Copyright 2010 Purpose: This document will assist the end user in configuring Windows Live Mail to access a POP3 email account hosted

More information

Configuring an Email Client to Connect to CASS Mail Servers

Configuring an Email Client to Connect to CASS Mail Servers Configuring an Email Client to Connect to CASS Mail Servers Table of Contents Introduction... 2 Webmail... 2 Settings... 2 Forwarding... 2 Email Client Configuration... 3 Outlook 2003... 3 Outlook 2007...

More information

E M A I L S E T - U P G U I D E

E M A I L S E T - U P G U I D E E M A I L S E T - U P G U I D E In our effort to help eliminate unwanted Spam, your email system hosted on our SplashWeb server, has additional security features. Unfortunately, this does make setting

More information

NeoMail Guide. Neotel (Pty) Ltd

NeoMail Guide. Neotel (Pty) Ltd NeoMail Guide Neotel (Pty) Ltd NeoMail Connect Guide... 1 1. POP and IMAP Client access... 3 2. Outlook Web Access... 4 3. Outlook (IMAP and POP)... 6 4. Outlook 2007... 16 5. Outlook Express... 24 1.

More information

Webmail. Setting up your email account

Webmail. Setting up your email account Setting up your email account In these notes, yourdomain means the full domain name (i.e. the part of an email address after the @ sign). This doesn t include www, but does include.co.uk or.com. For example,

More information

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354

Email: support@apps4rent.com Toll Free: 1-866-716-2040 International: 1-646-506-9354 1. Check your Welcome e-mail for login credentials for the control panel. 2. Using the login details in the welcome e-mail; login at https://cp.hostallapps.com Adding Domain: 1. On the Home Page of the

More information

EMAIL SETUP INSTRUCTIONS

EMAIL SETUP INSTRUCTIONS EMAIL SETUP INSTRUCTIONS ANDROID...PAGE 1 APPLE...PAGE 2 APPLE...PAGE 3 OUTLOOK 2010...PAGE 4 OUTLOOK EXPRESS...PAGE 6 WINDOWS LIVE MAIL...PAGE 8 ANDROID INSTRUCTIONS To add a new email account on Your

More information

Outlook Express POP Instructions - Bloomsburg University Students

Outlook Express POP Instructions - Bloomsburg University Students 1. Open Outlook Express by clicking Start, All Programs, and Outlook Express. 2. Click on the Tools menu and click Accounts. 1 3. Click on Add Mail 4. Enter your name and click Next. 2 5. Enter your full

More information

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved Versions Addressed: Microsoft Office Outlook 2010/2013 Document Updated: 2014 Copyright 2014 Smarsh, Inc. All right reserved Table of Contents Getting Started 3 Add Your New Account 3 Account Setup 5 Basic

More information

700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com.

700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com. 700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com Email Setup Guide 1. Entourage 2008 Page 2 2. Outlook 2007 Page 5 3. Outlook 2003 Page

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 2 Email Client

More information

Configuring Thunderbird with UEA Exchange 2007:

Configuring Thunderbird with UEA Exchange 2007: Configuring Thunderbird with UEA Exchange 2007: This document covers Thunderbird v10.0.2 please contact it.linux@uea.ac.uk if you require an upgrade. Mail Account Setup. Step 1: Open Thunderbird, you should

More information

WineWeb Email Account Services

WineWeb Email Account Services As part of WineWeb s website services, we can provide email accounts under your domain name. Although this is optional, almost all of our clients use our mail server for their email accounts. We run the

More information

How to Pop Email to Outlook

How to Pop Email to Outlook Webmail Access How to Pop Email to Outlook You can access your email account through the following URL: http://webmail.usalocalbiz.com. The login is your full email address and your account password. We

More information

Outlook 2002. 1. Start Outlook, and click on mserver.wlu.ca. 2. From the Tools menu, choose Options

Outlook 2002. 1. Start Outlook, and click on mserver.wlu.ca. 2. From the Tools menu, choose Options Mserver to Ipmail Conversion Instructions The new email server called ipmail is configured to allow only encrypted email sessions. Members of the Laurier community who are currently using unencrypted email

More information

Email Migration Manual (For Outlook Express 6)

Email Migration Manual (For Outlook Express 6) Email Migration Manual (For Outlook Express 6) By SYSCOM (USA) May 13, 2013 Version 1.0 1 Contents 1. How to Change POP3/SMTP Setup for Outlook Express... 3 2. How to Login to Webmail... 7 3. How to Change

More information

How to Set Up Your. Email Account

How to Set Up Your. Email Account How to Set Up Your Email Account Contents Outlook 2002 (Office XP)... 3 Outlook 2003 (Office 2003)... 6 Outlook 2007 (Office 2007)... 10 Outlook 2010 (Office 2010)... 14 Outlook Account Setup Page 2 HOW

More information

Instructions for Microsoft Outlook 2003

Instructions for Microsoft Outlook 2003 ElkhartNet, Inc. is dedicated to providing our email customers with excellent service and support. In a targeted effort to reduce SPAM and to provide more secure and faster email, we are changing our outgoing

More information

How to Set Up LSUS IMAP Email in Outlook 2013

How to Set Up LSUS IMAP Email in Outlook 2013 How to Set Up LSUS IMAP Email in Outlook 2013 Page 1 Table of Contents Basic Settings Overview..3 Complete Text Only Guide for Faculty/Staff...4 Complete Text Only Guide for Students..5 Picture Guide for

More information

Windows Mail POP Instructions - Bloomsburg University Students

Windows Mail POP Instructions - Bloomsburg University Students 1. Open Windows Mail from your Start Menu. 2. Click on the Tools menu and click Accounts. 1 3. Click on Add to add your account. 4. Click on Email Account and then click Next. 2 5. Enter your full name

More information

How To Send Mail From A Macbook Access To A Pc Or Ipad With A Password Protected Email Address (Monroe Access) On A Pc (For Macbook) Or Ipa (For Ipa) On Pc Or Macbook (For

How To Send Mail From A Macbook Access To A Pc Or Ipad With A Password Protected Email Address (Monroe Access) On A Pc (For Macbook) Or Ipa (For Ipa) On Pc Or Macbook (For Email client settings: Incoming Mail (IMAP) Server requires SSL: Outgoing Mail (SMTP) Server requires TLS or SSL: Account Name: Email Address: Password: imap.gmail.com Use SSL: Yes Port: 993 smtp.gmail.com

More information

Outlook 2010 Setup Guide (POP3)

Outlook 2010 Setup Guide (POP3) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 8/31/2012 Copyright 2012 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring Outlook 2010 to access

More information

Standard Mailbox Email Software Setup Guide

Standard Mailbox Email Software Setup Guide Standard Mailbox Email Software Setup Guide Standard Mailbox Setup Guide Setting up a Standard mailbox only takes a few minutes. You can set up any email software to receive email from your mailbox. This

More information

Mozilla Thunderbird: Setup & Configuration Learning Guide

Mozilla Thunderbird: Setup & Configuration Learning Guide Mozilla Thunderbird: Setup & Configuration Learning Guide Exchange Email at Tufts Below you will find some nomenclature to help familiarize you with the Tufts email system. Term UTLN Email Address Exchange

More information

1 Accessing E-mail accounts on the Axxess Mail Server

1 Accessing E-mail accounts on the Axxess Mail Server 1 Accessing E-mail accounts on the Axxess Mail Server The Axxess Mail Server provides users with access to their e-mail folders through POP3, and IMAP protocols, or OpenWebMail browser interface. The server

More information

Updated: 7/10/2013 Author: Tim Unten

Updated: 7/10/2013 Author: Tim Unten Office 365 Email Access Updated: 7/10/2013 Author: Tim Unten Contents Outlook 2010 Setup off DOP Network... 1 Outlook 2010 Setup on DOP Network... 2 Outlook 2010 Manual Setup... 2 Android Setup... 3 iphone/ipad

More information

How to configure your Windows PC post migrating to Microsoft Office 365

How to configure your Windows PC post migrating to Microsoft Office 365 How to configure your Windows PC post migrating to Microsoft Office 365 1 Contents Purpose... 3 Document Support Boundaries... 3 Examples used in this document... 4 Several different Microsoft Office 365

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 6.1 Document version: 1.0 Last Updated on: May 28, 2008 Chapter 1: Introduction... 3 Welcome... 3 Purpose of this document...

More information

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

Advanced Mail Server Settings Options for Shared Hosting Clients

Advanced Mail Server Settings Options for Shared Hosting Clients Own Web Now Corp Advanced Mail Server Settings Options for Shared Hosting Clients The following document describes the more advanced mail server settings that are optional for shared hosting clients. These

More information

Setting up Your Acusis Email Address. Microsoft Outlook

Setting up Your Acusis Email Address. Microsoft Outlook Setting up Your Acusis Email Address in Microsoft Outlook Click on your Microsoft Outlook Version you are using: Microsoft Outlook 2002/XP Microsoft Outlook 2003 Microsoft Outlook 2007 Microsoft Outlook

More information

OPS Data Quick Start Guide

OPS Data Quick Start Guide OPS Data Quick Start Guide OPS Data Features Guide Revision: October, 2014 Technical Support (24/7) - (334) 705-1605 http://www.opelikapower.com Quick Start Guide OPS Data: Beginning today, you have access

More information

How to set up your Secure Email in Outlook 2010*

How to set up your Secure Email in Outlook 2010* How to set up your Secure Email in Outlook 2010* This guide is for hosting clients who are hosting their email with us. If you are using a third party email, you should not use these instructions. 1. Open

More information

Configuring Outlook to send mail via your Exchange mailbox using an alternative email address

Configuring Outlook to send mail via your Exchange mailbox using an alternative email address Configuring Outlook to send mail via your Exchange mailbox using an alternative email address This document is based on Exchange mailboxes and using Outlook 2007. The principles outlined are equally valid

More information

Using TLS Encryption with Microsoft Outlook 2007

Using TLS Encryption with Microsoft Outlook 2007 Using TLS Encryption with Microsoft Outlook 2007 This guide is meant to be used with Microsoft Outlook 2007. While the instructions are similar, the menu layouts and options have changed since the previous

More information

How to set mail account on Outlook Express to read and send mail (for CSA/CSD users)

How to set mail account on Outlook Express to read and send mail (for CSA/CSD users) How to set mail account on Outlook Express to read and send mail (for CSA/CSD users) Your CSA/CSD account is also a mail service that enables you to get mail sent to your_username@cs.technion.ac.il, read

More information

Configuring Outlook 2002-2003 for IMAP. Creating a New IMAP Account. Modify an Existing Account

Configuring Outlook 2002-2003 for IMAP. Creating a New IMAP Account. Modify an Existing Account mai l. uml. edu mai l. uml. edu Configuring Outlook 2002-2003 for IMAP This document will show you how to setup or modify Outlook 2003 as an IMAP client. It is intended for Faculty and Staff whose mailboxes

More information

Install and Configure Oracle Outlook Connector

Install and Configure Oracle Outlook Connector Install and Configure Oracle Outlook Connector To install and configure Oracle Outlook Connector for Outlook to send and receive e-mail and to access your TechTime TM calendar, do the following. 1. Run

More information

OUTLOOK EXPRESS EMAIL PROGRAM SETUP

OUTLOOK EXPRESS EMAIL PROGRAM SETUP Hubler Automotive Group - Information Technologies located at Hubler Chevrolet - Indianapolis 8202 South US 31 Indianapolis, IN 46227 Contact: Terry Dake email: tdake@drivehubler.com phone: 317.627.9588

More information

507-214-1000. This information is provided for informational purposes only.

507-214-1000. This information is provided for informational purposes only. 507-214-1000 This information is provided for informational purposes only. The following guide will show you how to set up email in various email programs. The Basic Email settings for all email addresses

More information

Installation Steps on Desktop Clients

Installation Steps on Desktop Clients Installation Steps on Desktop Clients Table of Contents TABLE OF CONTENTS... 2 INSTALLATION STEPS FOR APPLE MAC BOOK... 3 XGEN PLUS INSTALLATION STEPS ON IPAD... 7 XGEN PLUS INSTALLATION STEPS ON MICROSOFT

More information

1 Login to your CSUF student email account and click on the Settings icon ( ) at the far right.

1 Login to your CSUF student email account and click on the Settings icon ( ) at the far right. Connect to Your Student Email: Microsoft Outlook for PC Before you can access your student email account on your e-mail client, you must first enable POP/IMAP features on your student email account and

More information

How to configure your email client

How to configure your email client How to configure your email client This guide will teach you how to set up your email client. In this guide we will cover both Outlook and Windows Live mail, which are two of the major email clients used

More information

How To Configure Email Using Different Email Clients

How To Configure Email Using Different Email Clients How To Configure Email Using Different Email Clients This document will show step by step instructions for setting up and updating email accounts using different Email Clients. Always remember to verify

More information

Email Instructions. Outlook (Windows) Mail (Mac) Webmail Windows Live Mail iphone 4, 4S, 5, 5c, 5s Samsung Galaxy S4 BlackBerry

Email Instructions. Outlook (Windows) Mail (Mac) Webmail Windows Live Mail iphone 4, 4S, 5, 5c, 5s Samsung Galaxy S4 BlackBerry Email Instructions Outlook (Windows) Mail (Mac) Webmail Windows Live Mail iphone 4, 4S, 5, 5c, 5s Samsung Galaxy S4 BlackBerry ii Table of Contents Table of Contents 1 Mail Account Settings 1 Account Set

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

Outlook Express IMAP Instructions - Bloomsburg University Students

Outlook Express IMAP Instructions - Bloomsburg University Students 1. Open Outlook Express by clicking Start, All Programs, and Outlook Express. 2. Click on the Tools menu and click Accounts. 1 3. Click on Add Mail 4. Enter your name and click Next. 2 5. Enter your full

More information

Migration User Guides: The Console Email Application Setup Guide

Migration User Guides: The Console Email Application Setup Guide Migration User Guides: The Console Email Application Setup Guide Version 1.0 1 Contents Introduction 3 What are my email software settings? 3 Popular email software setup tutorials 3 Apple Mail OS Maverick

More information

Configuring Outlook 2013 for Windows

Configuring Outlook 2013 for Windows Configuring Outlook 2013 for Windows This document assumes that you already have Outlook 2013 installed on your computer and you are ready to configure Outlook. Table of Contents Configuring Outlook 2013

More information

Configuring Outlook Express

Configuring Outlook Express Configuring Outlook Express Contents 1. Configuring Outlook Express... 1 2. Add the new IMAP email account to Outlook... 2 2.1. SMTP authentication... 4 3. IMAP Folders:... 6 4. Add/Change your signature....

More information

Email Client Configuration Secure Socket Layer. Information Technology Services 2010

Email Client Configuration Secure Socket Layer. Information Technology Services 2010 Email Client Configuration Secure Socket Layer Information Technology Services 2010 Table of Contents A. Apple Mail [Mac OSX Leopard]... 1 1. POP SSL Secure Settings... 1 2. IMAP SSL Secure Settings...

More information

Email Client Configuration Guide

Email Client Configuration Guide Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why

More information

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird

Microsoft Outlook 2013 & 2010. Microsoft Outlook 2007. Microsoft Outlook 2003. Windows Live Mail 2012 & 2011. MAC Mail. Mozilla Thunderbird How to configure your cpanel email address in various mail applications Microsoft Outlook 2013 & 2010 Microsoft Outlook 2007 Microsoft Outlook 2003 Windows Live Mail 2012 & 2011 MAC Mail Mozilla Thunderbird

More information

Setting Up Microsoft Outlook 2007 with GroupWise

Setting Up Microsoft Outlook 2007 with GroupWise Setting Up Microsoft Outlook 2007 with GroupWise This page is one of several you might come across on our website discussing how to setup Outlook with GroupWise. We provide several sets of instructions

More information

How Do I Create a Sent-mail Filter for my Outlook IMAP Account?

How Do I Create a Sent-mail Filter for my Outlook IMAP Account? How Do I Create a Sent-mail Filter for my Outlook IMAP Account? This document addresses the issue with Outlook IMAP accounts where messages sent out save locally to the Sent Items folder of an Outlook

More information

You may use port 587 if port 25 is blocked by your internet provider. This does not apply to customers using PolarComm internet.

You may use port 587 if port 25 is blocked by your internet provider. This does not apply to customers using PolarComm internet. Polar Communications has been working on redesigning our mail system. Some changes that customers need to be aware of with these changes are the following: Webmail: You must use http://webmail.polarcomm.com

More information

How To Create A Mailbox In Windows Mail On A Pc Or Mac Or Ipad (For A Mac)

How To Create A Mailbox In Windows Mail On A Pc Or Mac Or Ipad (For A Mac) Advanced Mailbox Email Software Setup Guide Advanced Mailbox Setup Guide Setting up an Advanced mailbox only takes a few minutes. You can set up any email software to send and receive email from your mailbox.

More information

Getting started with IMAP for Aggiemail What is IMAP?

Getting started with IMAP for Aggiemail What is IMAP? Getting started with IMAP for Aggiemail What is IMAP? IMAP, or Internet Message Access Protocol, lets you download messages from Aggiemail s servers onto your computer so you can access your mail with

More information

Alberni Valley IT Services http://www.avits.ca admin@avits.ca. Virtual domain E-mail information.

Alberni Valley IT Services http://www.avits.ca admin@avits.ca. Virtual domain E-mail information. Alberni Valley IT Services http://www.avits.ca admin@avits.ca Virtual domain E-mail information. Welcome! This document outlines information necessary for you to send and receive E-mail for your virtual

More information

New Mexico State University

New Mexico State University E-mail Set Up for Microsoft Office Outlook 2003 Click on the option that describes you: I am setting up my NMSU e-mail with Outlook for the first time I currently use Outlook to view my NMSU e-mail and

More information

Configuring Thunderbird for Flinders Mail at home.

Configuring Thunderbird for Flinders Mail at home. Configuring Thunderbird for Flinders Mail at home. Downloading Thunderbird can be downloaded from the Mozilla web site located at http://www.mozilla.org/download.html This web site also contains links

More information

Email client configuration guide. Business Email

Email client configuration guide. Business Email Email client configuration guide Business Email August 2013 Contents 1. Mac Email Clients 1.1 Downloading Microsoft Outlook (Professional Plan Users) 1.2 Configuring Microsoft Outlook (Full Exchange Server

More information

Configuring Outlook 2016 for Windows

Configuring Outlook 2016 for Windows Configuring Outlook 2016 for Windows This document assumes that you already have Outlook 2016 installed on your computer and you are ready to configure Outlook. Table of Contents Configuring Outlook 2016

More information

Configuring Outlook 2010 for Windows

Configuring Outlook 2010 for Windows Configuring Outlook 2010 for Windows This document assumes that you already have Outlook 2010 installed on your computer and you are ready to configure Outlook. Table of Contents Configuring Outlook 2010

More information

Web Hosting Getting Started Guide

Web Hosting Getting Started Guide Web Hosting Getting Started Guide This guide describes: - Hosting Terms and Definitions - How to sync a domain with your hosting account - How to change your domain s nameservers - How to use FTP to upload

More information

StarterPlus Mailbox Email Software Setup Guide

StarterPlus Mailbox Email Software Setup Guide StarterPlus Mailbox Email Software Setup Guide Setting up an StarterPlus mailbox only takes a few minutes. You can set up any email software to send and receive email from your mailbox. You can connect

More information

EMAIL CONFIGURATION AND SETUP USER GUIDE AND REFERENCE MANUAL

EMAIL CONFIGURATION AND SETUP USER GUIDE AND REFERENCE MANUAL EMAIL CONFIGURATION AND SETUP USER GUIDE AND REFERENCE MANUAL The following manual will outline the configuration and setup for email access by any staff member. There are multiple ways to configure this

More information

Departmental (Service) Account Set Up

Departmental (Service) Account Set Up Departmental (Service) Account Set Up Exchange does not offer an exact equivalent to GroupWise proxy. Listed below are different methods of accessing your departmental or service account. All require that

More information