Configuring Email Clients — UK Computer Science Department Help Guide 0.5 documentation (2024)

  • Docs »
  • Configuring Email Clients
  • View page source

All users with CS computer accounts can use this guide to configure their emailon phones, computers, and tablets. It contains information on configuringvarious email clients for Linux, Windows and Mac. Your default email address isusername@cs.uky.edu. If you need a different address, please send a request tohelp@cs.uky.edu.

Android

  1. Step 1

    • Navigate to the “Email” application, or select ‘Add account’ in the

      Settings Application. You then get the screen shown below.

    • In the first field, enter your email address, which is

      username@cs.uky.edu.

    • Enter your CS account password. Note: This password need not be your

      LinkBlue password.

    • Tap Next

  2. Step 2

    • Select IMAP

  3. Step 3

    • The username field shows your full email address. Delete the

      @cs.uky.edu part so it is just your username. Fill in the other fieldslike this:

      Mail Server: mail.cs.uky.eduPort: 993Security type: SSL/TLS (Accept all certificates)Leave the IMAP path prefix field blank
    • Tap Next

  4. Step 4

    • Use the following settings for SMTP:

      SMTP server: mail.cs.uky.eduPort: 587Security type: STARTTLS (Accept all certificates)
    • Check Require signin and enter your username (without @cs.uky.edu) and password.

  5. Step 5

    • These settings are your personal preference, however, note that a slower check frequency will use less battery.

    • Tap Next

  6. Step 6

    • Give the account a name, e.g. ‘CS Mail’

    • Your name will probably already be filled in.

    • Tap Next, and you’re done!

iOS

  1. Step 1

    • Select Mail, Contacts, Calendars from the Settings app.

  2. Step 2

    • Select Add Account.

  3. Step 3

    • Choose Other at the bottom of the list.

  4. Step 4

    • Select Add Mail Account.

  5. Step 5

    • Enter your name as you want others to see it.

    • Enter your email address, which is your CS account username @cs.uky.edu.

    • Enter your CS account password, note this is not your LinkBlue password.

    • Enter a description for the account, e.g. CS Email.

    • Tap Next.

  6. Step 6

    • Make sure IMAP is highlighted at the top of the screen.

    • Name, Email and Description should already be filled in with the information from the previous page.

    • Scroll down to Incoming Mail settings.

  7. Step 7

    • Host Name: mail.cs.uky.edu.

    • User Name: your CS account username.

    • Password should already be filled in.

    • Scroll down to Outgoing Mail settings.

  8. Step 8

    • Hostname: mail.cs.uky.edu.

    • Username: your CS account username.

    • Password: the same password you entered before, your CS account password.

  9. Step 9

    • All that matters here is that you leave Mail turned on, otherwise you won’t receive email.

    • Synchronizing Notes is optional.

    • Tap Save and you’re done!.

Mozilla Thunderbird

  1. Step 1

    • Open the Thunderbird Mail application, which will bring you to the first pop-up screen.

    • Click “Skip this and use my existing email” to proceed.

  2. Step 2

    • After completing step 1, you will be presented with the screen on the right.

    • In the first field, enter your first and last name.

    • In the second field, enter your email address, which is your cs account username, followed by @cs.uky.edu (i.e myusername@cs.uky.edu).

    • In the third field, Enter the password associated with your CS account.

    • Tap continue.

  3. Step 3

    • Click Manual config in the bottom left hand corner of the window. Note that you do not need to wait for thunderbirds search process to finish, as thunderbird cannot proceed until we enter the required information in manual config. Clicking manual config, presents you with the following screen.

    • First, enter the appropriate information for the Incoming: line. Also make sure that IMAP is selected in the first box on this line.:

      Server hostname: mail.cs.uky.eduPort: 993SSL: SSL/TLSAuthentication: Autodetect
    • Next, enter the appropriate information for the Outgoing: line.:

      Server hostname: mail.cs.uky.eduPort: 587SSL: STARTTLSAuthentication: Autodetect
    • Lastly, make sure your username is in both boxes on the third line labeled “Username:” and then tap “re-test”.

  4. Step 4

    • If the test completes successfully, then go ahead and tap Done.

    • Finally, when prompted with the screen on the right, go ahead and click Confirm Security Exception to finalize your setup, and your done!

    • Please Note that the first time you send a message with your account, a similar security prompt will pop up in the background. Just click Confirm Security Exception a second time, to be able to send mail.

Outlook

  1. Step 1

    • After opening the outlook application, enter your cs username without @cs.uky.edu, (i.e myusername where your email address is myusername@cs.uky.edu) and underneath the advanced options bar, select “Let me set up my account manually”.

  2. Step 2

    • On the next menu be sure to select IMAP.

  3. Step 3

    • Now fill in all the required information into their respective boxes.

      Incoming mail:

      Server: mail.cs.uky.eduPort: 993Encryption Method: SSL/TLS

      Outgoing mail:

      Server: mail.cs.uky.eduPort: 587Encryption Method: STARTTLS
    • Make sure to check “Require logon using Secure Password Authentication” for outgoing mail only.

  4. Step 4

    • Outlook will now attempt to connect to the server and test, if it is successful it will automatically proceed to the next screen.

    • On the final screen, uncheck the box that asks you to set up outlook on your mobile phone, and click OK to proceed, and your done!

Apple Mail

  1. Step 1

    • Open the Mail application, select Mail->Accounts and select the bottom one “Add Other Account”.

    • Select “Add a Mail Account” and click Create.

    • In the fields, enter your name, email address, which is your CS account username @cs.uky.edu

    • Enter your CS account password, note this is not your LinkBlue password.

    • Click Create

    • Upon Discovering settings hit Next when it enables

  2. Step 2

    • Select IMAP
    • Mail server: mail.cs.uky.edu
    • User name: your_username
    • Password: your_password

    • Click Next

    • It will state “Signing in….”

  3. Step 3

    • If that fails, you may have to give more info:

    • Leave the IMAP path prefix field blank

    • Port: 993

    • Check Use SSL

    • Authentication: Password

  4. Step 4

    • SMTP server: mail.cs.uky.edu
    • User name: your_username
    • Password: your_password

    • Click Create

    • Port: 587

    • Security type: STARTTLS (Accept all certificates)

    • If Require signin is not checked, check it and enter your username and password

  5. Step 5

    • If that fails, you may have to give more info:

    • Port: 587

    • Authentication: Password

Mutt

Per the Mutt web site -

Mutt is a small but very powerful text-based mail client for Unix and Unix like operating systems.

Note

This document uses the standard conventions for running commands. A command that begins with # is to be run as the superuser and commands that are to be run as a standard user account begin with $.

Mutt can be installed on Ubuntu via # apt-get install mutt and on MacOS with homebrew by running $ brew install mutt.

You will use GPG encryption to store your password. You will need to installthat as well. On Ubuntu, run # apt-get install gnupg2; on MacOS run $ brew install gpg.

Generate a GPG key by running $ gpg --full-gen-key.

Note

Some versions of GPG use the command gpg2 in place of gpg. Thecommands are the same otherwise. If your system uses gpg2 be sure tomodify the command used to decrypt the password in the below configuration(or create an alias).

Use the defaults for the kind of key and keysize and set the key to never expire then enter in your personal information when setting up the user ID. The Real Name should be both first and last name and the comment section can be anything you like, i.e. mail password key. If everything looks correct type “O” for okay.

To encrypt the password run the following command:

$ echo "password" | gpg --encrypt --recipient "Real Name" -o ~/.mutt/accounts/mail-passwd.gpg

Where password is your cs account password and Real Name is your Real Name used when you generated your key in the step above.

Once the above task are complete, create .muttrc in your favorite text editor, e.g. $ vi ~/.muttrc, and add the following:

# Personal Informationset from = "username@cs.uky.edu"set realname = "Firstname Lastname"# Credentials **Remember to change gpg to gpg2 if your system uses that command**set my_encrypted_pass = "`gpg --quiet --for-your-eyes-only -d ~/.mutt/accounts/mail-passwd.gpg`"set imap_user = "username"set imap_pass = $my_encrypted_passset smtp_url = "smtp://username@mail.cs.uky.edu:587/"set smtp_pass = $my_encrypted_pass# Mailboxesset folder = "imaps://mail.cs.uky.edu:993"set spoolfile = "+INBOX"# Storage Locationset postponed = +[mail]/Draftsset header_cache = ~/.mutt/cache/headersset message_cachedir = ~/.mutt/cache/bodiesset certificate_file = ~/.mutt/certificates# Etcset move = noset mail_check = 30set sort = threadsset editor = "vim"set smtp_authenticators = 'gssapi:login'# To add a signature to your emails, create it in ~/.signature and uncomment the following#set signature="~/.signature"# GnuPG bootstrap - you will know if you need to use this#source ~/.mutt/gpg.rc

Attention

You will be prompted to enter the decryption password upon startup of mutt.

A very handy cheat sheet for using mutt can be found hereFor more information on using mutt please see the official mutt website - http://www.mutt.org.

Configuring Email Clients — UK Computer Science Department Help Guide 0.5 documentation (2024)

FAQs

How to set up UKY email on iPhone? ›

iOS
  1. Select Mail, Contacts, Calendars from the Settings app.
  2. Select Add Account.
  3. Choose Other at the bottom of the list.
  4. Select Add Mail Account.
  5. Enter your name as you want others to see it. ...
  6. Make sure IMAP is highlighted at the top of the screen. ...
  7. Host Name: mail.cs.uky.edu. ...
  8. Hostname: mail.cs.uky.edu.

How do I set up my University of Kentucky email? ›

Step 1: In order to set up your UK Exchange email account, you will first need to go to the UK Account Manager at https://ukam.uky.edu/. You will be prompted to login with a link blue User ID and password. This information can be found in the email you should have received from the registrar.

How do I set up university email on Apple Mail? ›

Connect to student email using Apple mail app
  1. On your home screen, tap Settings.
  2. Click Mail.
  3. Click Accounts.
  4. Click Add Account.
  5. Click on Microsoft Exchange.
  6. Type in your student email and then click Next.
  7. Click Sign In.
  8. Your student email will auto-populate. Enter your password and then tap Sign in.

References

Top Articles
Ucla Break Schedule
All 6 Tanglewood Drive dancing snowmen locations for Phasmophobia Holiday event 2023
Current Time In Maryland
Food Universe Near Me Circular
Fresenius Medical Care to launch 5008 dialysis machine: improved patients` quality of life and efficient use of resources
Louisville Kentucky Craigslist Cars And Trucks By Owner
Sirius Mlb Baseball
Officially Announcing: Skyward
Grand Rapids Herald-Review Obituaries
Pokewilds Wiki
Which Statement About These Two Restaurant Meals Is Correct
How Much Is Cvs Sports Physical
Comparing Each Tacoma Generation, Which is Best?
Milwaukee Nickname Crossword Clue
Elektrische Arbeit W (Kilowattstunden kWh Strompreis Berechnen Berechnung)
Gargoyle Name Generator
Carly Carrigan Family Feud Instagram - Carly Carrigan Home Facebook : The best gifs for carly family feud.
Hdmovie 2
Thermal Pants Mens Walmart
Vioc Credit Card Charge
Lima Crime Stoppers
The Professor Tape 1 Prof Snow Myvidster
Beetrose 'Planten un Blomen' - Rosa 'Planten un Blomen' ADR-Rose
Sejinming Telegram
What happened to Gas Monkey Garage?
Scythe Banned Combos
Conference Usa Message Boards
Acb Message Board Yahoo
Best Birthday Dinner Los Angeles
The History Of Fujoshi, Male Shippers, And How Its Changed
Walgreens Pharmacy On Jennings Station Road
Community Q&A with Red Flight and the Combat Box server
Wall Tapestry At Walmart
Orileys Auto Near Me
Craigs List Skagit County
Best Boxing Gyms Near Me
Ixl Ld Northeast
7066642123
Stony Brook Citrix Login
Orylieys
Metalico Sharon Pa
Cardholder.bhnincentives.com
Grupos De Cp Telegram
Dom Tradingview
Splunk Stats Count By Hour
Nsfw Otp Prompt Generator Dyslexic Friendly
Sinmiedoalban12
Richard Sambade Obituary
What Does Wmt Contactless Mean
El Craigslist
Hollyday Med Spa Prairie Village
The Emperor's New Groove | Rotten Tomatoes
Latest Posts
Article information

Author: Allyn Kozey

Last Updated:

Views: 6019

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.