HUL SOVANNAROTH PANG DA TIP SAROTH

Size: px
Start display at page:

Download "HUL SOVANNAROTH PANG DA TIP SAROTH"

Transcription

1 HUL SOVANNAROTH PANG DA TIP SAROTH

2 Contents I. Server C configuration (Debian)... 4 II. Server A configuration (CentOS) IP configuration on server A Webmail Configure DNS Install and configure squirrelmail Create Virtual host Postfix Install and configure posfix SMTP authentication and POP3s Dovecot Install and configure dovecot Fetchmail Antivirus III. Server B configuration (Debian) DNS Postfix Dovecot Squirrelmail POP3S IMAPs SMTP authentication SMTP authentication on squirrelmail IV. Server D configuration (ubuntu) Configure DSN Configure postfix Configure dovecot Configure SMTP authentication Configure squirrelmail V. Send mail to each server

3 Home work structure Server A: - Webmail (https is optional) - Postfix (Authenticate and verify sender address, pop3s and imaps) - Dovecot - Fetchmail - Anti-Virus Server B: - Postfix (Authenticate and verify sender address, pop3s and imaps) - Dovecot - Anti-Virus Server C: - Internet Server D: - Webmail (https is optional) - Postfix (Authenticate and verify sender address, pop3s and imaps) - Dovecot - Anti-Virus

4 I. Server C configuration (Debian) Server C is DNS public, so we need to configure DNS on this server in order to allow each server communicate to each other by name Configure IP address on server in the following file Configure DNS client on server C

5 Install services bind9 on DNS public Add configuration to file named.conf

6 Create file reverse and forward lookup zone Configure file reverse lookup zone

7 Configure file forward lookup zone Configure forwarder on file named.conf.options

8 Test resolve in local Test resolve to external

9 Add DNS record for server A Create forward lookup zone and then configure this zone

10 Add server A record to file reverse lookup zone Testing

11 Add DNS record for server B Create and configure file forward lookup zone for server B

12 Add record in reverse lookup zone for server B Test server B

13 Add DNS record for server D Create and configure file forward lookup zone for server D

14 Configure file reverse lookup zone for server D Test server D

15 II. Server A configuration (CentOS) IP configuration on server A Change hostname computer: vi /etc/sysconfig/network Change HOSTNAME Configure ip address Longing by user root: setup Select Network configuration

16 Select Network interface Configure statice ip or DHCP

17 Save configuration Configure dns name on computer Vi /etc/resove.conf Search :domain name, nameserver : ip address of dom Show configure on Ethernet: ifconfig eth0

18 Client access internet Webmail Configure DNS Install bind: yum y install bind

19 Package: bind-chroot, bind-util, bind-lib, bind Copleter install package

20 Bind information Configure ip domain: /24 File configuration bind: vi /etc/name.conf and write configration

21 Configure file: forward and reverse in /var/named/master Configure file: forward zone: vi /var/named/master/roth.edu.zone Configure file revers zone: vi/var/named/master/ zone

22 Configure domain name: vi /etc/resolv.conf Testing configuration bind: tail f /var/log/messege Nslookup domain: nslookup domain name

23 Install and configure squirrelmail Remove default set mail: yum y remove sendmail Install squir yum y install squirrelmail Package installation: Squirrel mail: Install for dependencies php-mbstring: update for dependencies

24 Configure squirrelmail : /usr/share/squirrelmail/config/conf.pl Select(1) for organization preferences Select (1) for organization Name

25 Type squirrelmail name: for access Select (r): agree to rename squirrelmail s name Select (2): save change configuration

26 Select (3) for chose sendmail or SMTP Select (2): chose SMTP

27 Select (q): for exit configuration

28 Create Virtual host Vi /etc/httpd/conf/httpd.conf NamevirtualHost : ipaddress of webserver ServerAdmin : user admind on webmail DoccumentRoot : location store root database Servername : Address for access webmail Create CNAME Vim /var/named/master/roth.edu.zone : file forwardzone on DNS server Create CNAME of webmail

29 Testing this webmail : It resolve by DNS server Access webmail by name

30 Change picture on squirrelmail logo /usr/share/squirrelmail/config/conf.pl : database store file image on squirrelmail Type (1) : Organize Preferences Type (2) : for organize Logo

31 Copy file image to the /usr/share/squirrelmail/images Type file image name on [../images/sm_logo.png] :../images/name s file picture Squit and save configuration: q and y Postfix Remove sendmail: yum y remove sendmail Install and configure posfix Yum y postfix

32 Configure postfix File configuration: Vi /etc/postfix/main.cf Configure parameter common: myhostname: is the host name of the system (i.e, the system is called mail or mail.example.com). mydomain: is the domain name for the server (it can be a real or fake domain name). myorigin: is the domain name that locally-posted appears to have come from and is delivered to. inet_interfaces: sets the network interfaces that Postfix can receive mail on. These need to include at least localhost and the local domain. mydestination: is the list of domains that will be delivered to (i.e, this server is the final destination for addressed to these domains). Add user mail Create user with home directory: Add user: Useradd m username Password: Password username

33 Restart postfix: rcpostfix restart telnet connection : telnet hostname/ip address port number telnet LanA 25 View mail log: for show Date /time connection mail SMTP authentication and POP3s Authentication verify sender address Restart service saslauthd: Install service cyurs-sasl-plain Add parameter for verify sender address: vi /etc/postfix/main.cf

34 Restart service postfix and saslauthd Testing Telnet smtp protocol Configure Microsoft outlook client

35 Require authentication user send mail Testing pop3 and smtp protocol

36 Pop3s Create key like the following

37 Edit file dovecot.conf Restart dovecot Client need to configure ssl

38 Success configure POP3s Dovecot Install and configure dovecot Yum y install dovecot File configure: vi /etc/dovecot.conf Common parameter: protocols: specifies the protocols available to users to access their . Dovecot supports imap(s) and pop3(s), and any or all may be used.

39 Restart service: rcdovecot restart or /etc/init.d/dovecot restart Testing protocol POP3: (telnet ip address or hostname port ) Configure username: name user webmail Incoming and outgoing mail server: IP address or name webmail server

40 Testing Sent and receive mail Testing user sent mail

41 User can set and receive mail

42 Fetchmail Install service Fetchmail Yum y install Fetchmail Completed installation Create file download in home user cd /home/username Create file download: vi./fetchmailrc

43 Configuration download mail. Pool: ip address mail server store mail for eacher server download Proto: protocol use for download User: user store mail box for each user Pass: password user download mail Is : user download mail from mail box server Keep: store mail in mail box webmail server Antivirus Install and configuration clamav Location used to find location download: cd /etc/yum.repos.d Website address for download package: wget

44 Install clamav: yum install clamav

45 Install service clamd: yum y clamd Install clamav-devel : yum y install clamav-devel

46 Scan virus: clamscan Update clame: freshclam

47 III. Server B configuration (Debian) IP configuration on server B Eth0 is connect to LAN and Eth1 is connect to wan DNS Install bind

48 Configure file named.conf Create zone

49 Configure file reverse lookup zone Configure file forward lookup zone

50 Configure DNS client on file /etc/resolv.conf Restart bind and testing

51 Configure forwarder to DNS public Restart bind and test resolve name to external

52 Postfix Install services postfix Select type of package that we need for postfix

53 Postfix configuration Restart postfix and we could edit postfix in configuration file /etc/postfix

54 I want full configuration of main.cf, so I need to replace file /etc/postfix /main.cf by /usr/share/postfix/main.cf Change important parameters for our mail server in configuration file /etc/postfix/main.cf

55 Change myorigin and inet_interfaces Change my destination Change local recipient Add our network

56 Uncomment alias_maps and alias_database Uncomment home_mailbox Enable Header and body check

57 Enable smtpd_banner Uncomment and comment the following parameter

58 Add mail box limite Restart postfix

59 Dovecot Install package for dovecot Configure dovecot on file /etc/dovecot/dovecot.conf

60 Enable mail location Add login to the following parameter Enable socket listen and other following parameter

61 Restart dovecot Test client Create user for login mail Configure with Outlook

62 Select yes to configure account Choose manually configure

63 Choose internet Configure user account and other configuration

64 Success send receive from postfix and dovecot Squirrelmail Install services apache2

65 Restart apache2 Install PHP5 and other services for squirrelmail Install squirrelmail by using the following command line

66 File configuration of squirrelmail Run this command for configure squirrelmail After enter above command line we will reach the squirrelmail configuration, so we could configure squirrel mail by follow following Enter 1 -> Enter 1 -> write Domain Name: Ex: mailroth.edu-> s -> Enter -> r Enter 2 -> Enter 1 -> write Domain Name: Ex: mailroth.edu Enter 2 -> Enter a -> Enter 4 -> write DNS IP Ex: Enter 2 -> Enter b -> Enter 4 -> write DNS IP Ex: > s -> enter-> r Enter 2 -> Enter a -> Enter 8 -> write: dovecot -> s -> Enter -> r Enter 3 -> Enter 3 -> write: Trash Enter 3 -> Enter 4 -> write: Sent Enter 3 -> Enter 5 -> write: Drafts -> s -> Enter -> r And after Ctrl + C

67 Create directory data and attach and give permission Add following line in the file /etc/apache2/apache2.conf

68 Restart services bind9 Access web mail from client by using

69 Success logon to mail Test sends mail to other user

70 Logon web mail with other user Success receive mail from other user

71 Configure virtual host Comment parameter that we add at the moment Configure virtual host in the path /etc/apache2/sites-enabled Copy files 000-default to webmail.mailroth.edu Add the following configuration to our Virtual host file

72 Enable virtual host on file /etc/apach2/ports.conf Enable virtual host

73 Add CNAME to zone file Restart bind9 and test CNAME

74 Restart postfix, apache2 and dovecot Test client access to web mail by using virtual name

75 Success log on to web mail POP3S Generate certificate

76 Create certificate

77 Enable ssl Tell dovecot the path that we store key Enable protocol pop3s Restart dovecot

78 Testing with default pop3 port Result testing

79 Configure pop3s Success download mail

80 IMAPs Add this file to main.cf Uncommand these following line

81 Enable ssl on file /etc/dovecot/dovecot.conf Enable protocol Imaps

82 Restart postfix and dovecot Error log on webmail by using imap Configure squirrelmail to use imaps

83 Type number2 for configure server settings Type a to update IMAP settings

84 Type number 5 to change port IMAP to IMAPs Type number 7 to enable TLS on IMAP

85 Save configuration by type s Quite from squirrelmail configuration by type q

86 Restart postfix and dovecot Logon to squirrelmail again Success log on to squirrelmail and display mail

87 SMTP authentication Install package Configure file /etc/default/saslauthd

88 File smtpd.conf Tell postfix by file main.cf rm -r/var/run/saslauthd/ mkdir -p/var/spool/postfix/var/run/saslauthd ln -s/var/spool/postfix/var/run/saslauthd /var/run chgrp sasl /var/spool/postfix/var/run/saslauthd adduser postfix sasl

89 Restart postfix and saslauthd Test without smtp authentication

90 Fail send mail

91 Success sends mail with authentication SMTP authentication on squirrelmail After we configure smtp authentication on postfix we need to tell squirrelmail about that

92 Type this command for change setting on squirrelmail Type 2 for change server setting Type b for update SMTP setting

93 Type 7 for configure SMTP authentication any type y for agree use SMTP authentication Configure setting like below

94 Save configuration by type s Quit from squirrelmail configuration by type q

95 Test logon to squirrelmail again and send mail Log on to user that we send mail to

96 IV. Server D configuration (ubuntu) Configure DSN Command update system Commands install service bind9 Select Y Go to path cd/etc/bind, then delete file name.conf

97 Copy file named.conf.default-zones to named.conf Type command vim named.conf, go to edit in this file Type zone name of your dns Create one folder name master

98 Copy file two db.127 db.local to folder master Rename two file to name of your forwarder and reverser zone Type command vim db go to edit in this file reverser zone Edit two point in this file Type command vim serverd.com.db go to edit in file forwarder

99 In this file change two points Command restart service bind9 Command put domain name on machine Command restart service networking Restart service bind again

100 Test nslookup Configure forward to dns publish, this is path to configure forward In this point you put ip publish that you do forward

101 Test nslookup google Configure postfix Command installs service postfix Type Y

102 Select OK Select OK Put name of dns Command copy file configuration postfix Path that edit to configure postfix

103 Three point that you need to edit for postfix Command restart service postfix Configure dovecot Command installs service dovecot imap and pop3

104 Type Y Copy file configure dovecot Path that configure dovecot Some point that edit on dovecot

105 Command restart service dovecot

106 Configure SMTP authentication Install service sasl Type Y Command restart service sasl You need to add command command to postfix for configure authentication This is syntax that add to postfix for authentication Restart service postfix

107 Create user test send receive mail Test send receive mail on outlook You need to cross for authentication

108 Select test configure Send receive mail successful

109 Test send mail from user da to user root Test sends mail from user root to user da It successful to send and receive

110 Configure squirrelmail Install squirrelmail Install service apache2 Type Y Install service php5 Type Y

111 Configure virtual host copy file default in /etc/apache2/sites-enabled/ Go to edit in this file Change two point on this file

112 Go to edit file /etc/apache2/port.conf Put Ip address machine dns Command restart service apache Add CNAME on dns server Add CNAME for webmail

113 Add some point in reverse Add CNAME for webmail Test client can access web mail use name of webmail

114 Configure squirrelmail Copy CIST_Log to machine ubuntu Type 1 and click Enter

115 Type 1 and click Enter Put Organization Name

116 Type 2 and click Enter Put name of company logo that put in /usr/share/squirrelmail/images/

117 Type R and Click Enter Type 2 and click Enter

118 Type 1 and click Enter Put domain name

119 Type A and click Enter Type 4 and click Enter

120 Put name of machine and domain name Type B and click Enter

121 Type 4 and Click Enter Put name machine install webmail and domain name

122 Type S and Click Enter Type Q and click Enter

123 Restart service apache2 Test access webmail

124 V. Send mail to each server Add MX record for server A on public DNS Add MX record for serverb

125 Add MX record for server D In each server such as server B we need to add each server to mydestination in file main.cf

126 Add destination on server A Send mail from server B to server A Send Item in server B

127 Now we logon to user1 in server A, we see one mail receive from server B

This material is based on work supported by the National Science Foundation under Grant No

This material is based on work supported by the National Science Foundation under Grant No This material is based on work supported by the National Science Foundation under Grant No. 0802551 Any opinions, findings, and conclusions or recommendations expressed in this material are those of the

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration

Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration Dec 30, 2014. HOW TO: Configure Godaddy Cert for Mail SSL instruction set to add a Godaddy cert (with intermediary file)

More information

2017/12/27 07:31 (UTC) 1/7 Making Slackware Mail Server

2017/12/27 07:31 (UTC) 1/7 Making Slackware Mail Server 2017/12/27 07:31 (UTC) 1/7 Making Slackware Mail Server Making Slackware Mail Server This article shows how to make an Slackware machine your personal Mail Server. This howto is for Slackware 64 13.37,

More information

A Server (Almost) of Your Own

A Server (Almost) of Your Own A Server (Almost) of Your Own George Belotsky Abstract Set up a virtual host for e-mail on your virtual private server. Would you like to have a dedicated server at an ISP, for the price of a mere virtual

More information

with Postfix, Dovecot, and MySQL

with Postfix, Dovecot, and MySQL Email with Postfix, Dovecot, and MySQL Updated Wednesday, April 9th, 0 by Phil Zona Use promo code DOCS0 for $0 credit on a new account. Try this Guide Contribute on GitHub View Project View File Edit

More information

Postfix Mail Server. Kevin Chege ISOC

Postfix Mail Server. Kevin Chege ISOC Postfix Mail Server Kevin Chege ISOC What is Postfix? Postfix is a free and open-sourcemail transfer agent (MTA) that routes and delivers electronic mail, intended as an alternative to the widely used

More information

Xplornet using Mozilla Thunderbird 52

Xplornet  using Mozilla Thunderbird 52 Xplornet Email using Mozilla Thunderbird 52 Adding a new email account 1. Click File, New, Existing Mail Account a. If you don t see the menu bar across the top in the Windows version, click on the Application

More information

SETUP FOR OUTLOOK (Updated October, 2018)

SETUP FOR OUTLOOK (Updated October, 2018) EMAIL SETUP FOR OUTLOOK (Updated October, 2018) This tutorial will show you how to set up your email in Outlook using IMAP or POP. It also explains how to configure Outlook for MAC. Click on your version

More information

Set Up with Microsoft Outlook 2013 using POP3

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

More information

Service User Manual. Outlook By SYSCOM (USA) May 2, Version 2.0. Outlook 2007 Ver. 2.0

Service User Manual. Outlook By SYSCOM (USA) May 2, Version 2.0. Outlook 2007 Ver. 2.0 Outlook 2007 By SYSCOM (USA) May 2, 2013 Version 2.0 1 Contents 1. How to Setup POP3/SMTP Setup for Outlook 2007... 3 2. How to Setup IMAP for Outlook 2007... 13 3. How to Manage Spam Filter... 22 2 1.

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 1.2 Document version: 1.2.2

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 1.2 Document version: 1.2.2 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 1.2 Document version: 1.2.2 Last Updated on: July 12 2006 GECAD Technologies 10A Dimitrie Pompei Blvd., BUCHAREST 2, ROMANIA.

More information

Service User Manual. Outlook By SYSCOM (USA) May 2nd, Version 1.0. Outlook 2013 Ver.1.0

Service User Manual. Outlook By SYSCOM (USA) May 2nd, Version 1.0. Outlook 2013 Ver.1.0 Outlook 2013 By SYSCOM (USA) May 2nd, 2016 Version 1.0 1 Contents 1. How to Setup POP3/SMTP Setup for Outlook 2013... 3 2. How to Setup IMAP for Outlook 2013... 14 3. How to Manage Spam Filter... 25 2

More information

Setting Up Netscape 4.61 to read the IMAP Server

Setting Up Netscape 4.61 to read the IMAP Server Setting Up Netscape 4.61 to read the IMAP Server Section I 1. Open Netscape Communicator 4.61. 2. Click Edit, Preferences. 3. In the left-hand panel, if there is a plus sign (+) next to Mail and Newsgroups,

More information

How do I configure my LPL client to use SSL for incoming mail?

How do I configure my LPL  client to use SSL for incoming mail? How do I configure my LPL email client to use SSL for incoming mail? When you begin using your modern graphical email client program (e.g., Thunderbird, Mac Mail, Outlook), it will present a series of

More information

Univention Corporate Server. Cyrus mail server

Univention Corporate Server. Cyrus mail server Univention Corporate Server Cyrus mail server 2 Table of Contents 1. Introduction... 4 2. Installation... 5 3. Management of the mail server data... 6 3.1. Management of mail domains... 6 3.2. Assignment

More information

Service User Manual. Outlook By SYSCOM (USA) May 7, Version 2.0. Outlook 2003 Ver. 2.0

Service User Manual. Outlook By SYSCOM (USA) May 7, Version 2.0. Outlook 2003 Ver. 2.0 Outlook 2003 By SYSCOM (USA) May 7, 2013 Version 2.0 1 Contents 1. How to set up POP3/SMTP for Outlook 2003... 3 2. How to Setup IMAP for Outlook 2003... 10 3. How to Manage Spam Filter... 15 2 1. How

More information

Configuring Netscape or Thunderbird Mail

Configuring Netscape or Thunderbird Mail April 2004 Configuring Desktop Messaging Configuring Netscape or Thunderbird Mail Introduction This section describes how to configure Netscape Mail 6.2x or later for use with Desktop Messaging. Before

More information

E mail Setup Guide for Microsoft Outlook 2002, 2003 & 2007

E mail Setup Guide for Microsoft Outlook 2002, 2003 & 2007 E mail Setup Guide for Microsoft Outlook 2002, 2003 & 2007 Summary of Settings Incoming mail server (POP3): mail.everythinggraphic.com Outgoing mail server (SMTP): mail.everythinggraphic.com Important:

More information

CLOUD MAIL End User Guide. (Version 1.0)

CLOUD MAIL End User Guide. (Version 1.0) End User Guide () Table of Contents 1. How to Activate New Account... 3 2. How to Compose a New Email Message... 5 3. How to View and Edit the Email Draft... 6 4. How to View Sent Email Messages... 6 5.

More information

The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols.

The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols. Lab 9: Electronic Mail The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols. There are also mail accounts set up for

More information

» Installing and configuring postfix Step 1» Assign static IP and hostname and add a host entry for the host name. Assign hostname in /etc/hostname

» Installing and configuring postfix Step 1» Assign static IP and hostname and add a host entry for the host name. Assign hostname in /etc/hostname This tutorial explains how to setup mail server using postfix,dovecot and squirrelmail.» Postfix ( for sending )» Dovecot ( for receiving )» Squirrelmail ( for webmail access ). Here we have used groupn.apnictraining.net

More information

based on the idc/isp/catv Servers Hands On Seminar on December 17 18, 2009, organized by

based on the idc/isp/catv Servers Hands On Seminar on December 17 18, 2009, organized by This material is translated and edited based on the idc/isp/catv Servers Hands On Seminar by Mr.Koichi Kunitake, BeaconNC Inc., on December 17 18, 2009, organized by Task Force for IPv4 Exhaustion, Japan

More information

How to set up an account in Outlook

How to set up an  account in Outlook How to set up an e-mail account in Outlook Note: To complete these steps, you will need to know your email address, password, incoming mail server name, and outgoing mail server name that is provided by

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Adding your IMAP Mail Account in Outlook 2013 on Windows

Adding your IMAP Mail Account in Outlook 2013 on Windows Adding your IMAP Mail Account in Outlook 2013 on Windows Replace example.co.za with your domain name as it was sent to you by Visualize IT 1. Launch Outlook 2. Select File on the top left menu bar 3. Select

More information

Fortinet.Certdumps.FCESP.v by.Zocki.81q. Exam Code: FCESP. Exam Name: Fortinet Certified Security Professional

Fortinet.Certdumps.FCESP.v by.Zocki.81q. Exam Code: FCESP. Exam Name: Fortinet Certified  Security Professional Fortinet.Certdumps.FCESP.v2014-03-05.by.Zocki.81q Number: FCESP Passing Score: 600 Time Limit: 105 min File Version: 18.5 http://www.gratisexam.com/ Exam Code: FCESP Exam Name: Fortinet Certified Email

More information

LOMBA KETERAMPILAN SISWA

LOMBA KETERAMPILAN SISWA LOMBA KETERAMPILAN SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT PROVINSI BALI TAHUN 2017 MODUL 1 SYSTEM INTEGRATION ISLAND IT NETWORK SYSTEMS ADMINISTRATION LKS2017_ITNSA_MODUL1 KEMENTERIAN PENDIDIKAN DAN KEBUDAYAAN

More information

Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia

Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia Mail Server Setup using Sendmail on CentOS 5.8 Part 1 Step 1 Email Service Step

More information

Fasthosts Customer Support. Standard Mailbox Setup Guide

Fasthosts Customer Support. Standard Mailbox Setup Guide Fasthosts Customer Support Standard Mailbox 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

More information

Linux Education. E mail

Linux Education. E mail Linux Education E mail How E mail Works An e mail message passes through several steps from source to destination How E mail Works MUA mail user agent composes/reads mail MSA mail submission agent submits

More information

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. 2.1 Install and configure the DNS server. SEED Labs Local DNS Attack Lab 1

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. 2.1 Install and configure the DNS server. SEED Labs Local DNS Attack Lab 1 SEED Labs Local DNS Attack Lab 1 Local DNS Attack Lab Copyright c 2006-2015 Wenliang Du, Syracuse University. The development of this document is partially funded by the National Science Foundation s Course,

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Webmail Which Webmail applications are available?

Webmail Which Webmail applications are available? Mail FAQ Webmail Which Webmail applications are available? Why is the Webmail application that I want to use missing? Can I reconfigure access to Webmail from http://example.com/webmail to webmail.example.com?

More information

Search for Mail Step 3 Click the Accounts button.

Search for Mail Step 3 Click the  Accounts button. Manually Set Up E-mail with Microsoft Outlook Learn how to configure Microsoft Outlook 2003, 2007, 2010, 2013, or 2016 for use with your 1&1 Mail Basic account using the IMAP Protocol. Follow the instructions

More information

FortiMail Gateway Setup and Configuration Technical Note

FortiMail Gateway Setup and Configuration Technical Note FortiMail Gateway Setup and Configuration Technical Note FortiMail Gateway Setup and Configuration Technical Note Document Version: Version 1 Publication Date: 04 April 2005 Description: This technical

More information

Setup Guide. Page 0

Setup Guide. Page 0 Email Setup Guide Page 0 Table of Contents Mailbox Setup Guide... 2 Before you Start... 2 Desktop Mail Clients... 3 Outlook 2016 setup... 3 Outlook 2013 setup... 7 Outlook 2010 setup... 12 Windows 10 Mail

More information

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Step 1 Download the Orangescrum Self Hosted version of CloudEdition Extract the

More information

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances

Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 Appliances Deploy the ExtraHop Discover 3100, 6100, 8100, or 9100 s Published: 2017-12-29 This guide explains how to install the rack-mounted EDA 3100, EDA 6100, EDA 8100, and EDA 9100 ExtraHop Discover appliances.

More information

Deploy the ExtraHop Discover Appliance 1100

Deploy the ExtraHop Discover Appliance 1100 Deploy the ExtraHop Discover Appliance 1100 Published: 2018-07-17 The following procedures explain how to deploy an ExtraHop Discover appliance 1100. System requirements Your environment must meet the

More information

Orbital provide a secure (SSL) Mailserver to protect your privacy and accounts.

Orbital provide a secure (SSL) Mailserver to protect your privacy and  accounts. Email Configuration This document is designed to help our clients in setting up email accounts on popular devices and email client software. Orbital provide a secure (SSL) Mailserver to protect your privacy

More information

Using on Your Sprint PCS Vision Smart Device PPC-6700

Using  on Your Sprint PCS Vision Smart Device PPC-6700 Using Email on Your Sprint PCS Vision Smart Device PPC-6700 2006 Sprint Nextel. All rights reserved. SPRINT, the "Going Forward" logo, and other trademarks are trademarks of Sprint Nextel. June 7, 2006

More information

LOMBA KETERAMPILAN SISWA

LOMBA KETERAMPILAN SISWA LOMBA KETERAMPILAN SISWA SEKOLAH MENENGAH KEJURUAN TINGKAT NASIONAL XXV 2017 MODUL A LINUX ISLAND IT NETWORK SYSTEMS ADMINISTRATION LKS2017_ITNSA_MODUL_A 2 ISLAND A LINUX ISLAND CONTENTS This Test Project

More information

Outlook Express(POP3)

Outlook Express(POP3) Outlook Express(POP3) 1. Click on Tools in the menu bar and then go to Accounts 2. The Internet Accounts pop-up window appears. 3. Click on the Mail tab. If you are starting Outlook Express for the first

More information

General Network Troubleshooting

General Network Troubleshooting Overview Contents This document outlines some basic network troubleshooting techniques that can be used to test network connectivity. They are useful when troubleshooting issues with Crystal Enterprise

More information

Changes Required for Outlook 2010 for PC

Changes Required for Outlook 2010 for PC E-mail Changes Required for Outlook 2010 for PC E-mail Changed required to be made on your designated Date and Time of Migration Change Incoming and Outgoing Mail Server Open Outlook 2010 and Select from

More information

Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM

Web Server rpm. Web Server. #rpm q apache apache sis. package apache not installed CD-ROM 7 Server Web Server Web Server rpm #rpm q apache apache-1.3.20-16+sis package apache not installed CD-ROM Linux Redhat, Linux SiS Linux rpm I apache-1.3.20-16+sis /etc/httpd/conf/httpd.conf ServerRoot

More information

LabTech Ignite Installation

LabTech Ignite Installation LabTech LabTech Ignite Installation LABTECH IGNITE INSTALLATION... 1 Overview... 1 Readiness Checklist... 1 Server Installation... 2 Creating a Client Import File... 17 Using SSL Connections... 18 SSL

More information

Oracle Connector for Outlook Clinic Version

Oracle Connector for Outlook Clinic Version Oracle Connector for Outlook Clinic Version 9.0426 2 Required Information: 1. Your name:. 2. Your Kerberos Principle (username/e-mail):. 3. Your e-mail address:. 4. Your post office server po.mit.edu (i.e.

More information

How To Set Up A Postfix Autoresponder With Autoresponse

How To Set Up A Postfix Autoresponder With Autoresponse By Falko Timme Published: 2009-04-02 11:34 How To Set Up A Postfix Autoresponder With Autoresponse Version 1.0 Author: Falko Timme Last edited 03/25/2009 Autoresponse is

More information

Change NetSet Settings on an Apple ios 12 Mobile Device using the Mail app

Change NetSet  Settings on an Apple ios 12 Mobile Device using the Mail app Change NetSet Email Settings on an Apple ios 12 Mobile Device using the Mail app You were issued a new random email password about a week before the migration. If you haven t done so already, you should

More information

Changing Settings for ViewMail for Outlook (Version 8.0 Only)

Changing Settings for ViewMail for Outlook (Version 8.0 Only) Changing Settings for ViewMail for Outlook Note This content applies to ViewMail for Outlook version 8.0 only. For later ViewMail versions, see the Quick Start Guide for Cisco ViewMail for Microsoft Outlook

More information

Account Manually configure server settings or additional server types.

Account Manually configure server settings or additional server types. Here is a step by step example on how to set up Outlook 2010 for your email address. If you are using some other mail client, (ie. Outlook Express, Microsoft Mail) you can still use the information about

More information

Application Layer: OSI and TCP/IP Models

Application Layer: OSI and TCP/IP Models Application Layer Application Layer: OSI and TCP/IP Models The communication process between two communicating nodes is actually a communication process between two applications on these devices. Service

More information

Setting Up PHPlist (Open-Source Newsletter Manager)

Setting Up PHPlist (Open-Source Newsletter Manager) By Oliver Meyer Published: 2008-05-25 18:48 Setting Up PHPlist (Open-Source Newsletter Manager) Version 1.0 Author: Oliver Meyer Last edited 04/23/2008 This document

More information

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server.

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server. QUICKSMART OptiRain Open 2 Installation Guide for LInux QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com This guide provides general instructions for installing

More information

User Manual op5 System 3.1

User Manual op5 System 3.1 User Manual op5 System 3.1 Table of Contents 1 Introduction... 2 2 Fundamentals... 2 2.1 op5 System... 2 2.2 System access... 2 2.2.1 The portal page... 2 2.2.2 Console and SSH access... 3 2.3 System accounts...

More information

RHCE BOOT CAMP BIND. Wednesday, November 28, 12

RHCE BOOT CAMP BIND. Wednesday, November 28, 12 RHCE BOOT CAMP BIND CONFIG FILES BIND basically has two types of configuration files: BIND configuration file, specific to BIND and it s features Database files, or zone files, which contain DNS resource

More information

CCNA R&S: Introduction to Networks. Chapter 10: The Application Layer

CCNA R&S: Introduction to Networks. Chapter 10: The Application Layer CCNA R&S: Introduction to Networks Chapter 10: The Application Layer Frank Schneemann 10.0.1.1 Introduction 10.0.1.2 Activity - Application Investigation 10.1.1.1 OSI and TCP/IP Models Revisited The application

More information

SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE

SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE 2018 Superhub Limited. All right reserved. Table of Contents 1. Get Started... 3 2. Add New Account... 5 3. Get Help and Support... 10 The guide is to describe

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

aprompt User Guide Setting up another Advanced mailbox in Mac Mail aprompt.co.uk User Guide Version 3.0 Another Mailbox in Mac Mail

aprompt User Guide Setting up another Advanced mailbox in Mac Mail aprompt.co.uk User Guide Version 3.0 Another Mailbox in Mac Mail aprompt User Guide Setting up another Advanced mailbox in Mac Mail Setting up another Advanced mailbox in Mac Mail In order to be able to send and receive emails from and to your new email acocunt you

More information

Password Change and Mail Client Configuration Guide for sltnet.lk/slt.lk Mail Server

Password Change and Mail Client Configuration Guide for sltnet.lk/slt.lk Mail Server User Guide Password Change and Mail Client Configuration Guide for sltnet.lk/slt.lk Mail Server 2018/05/10 LEGAL INFORMATION Copyright 2018 Sri Lanka Telecom Plc All rights reserved. We reserve the right

More information

Client Setup Manual (Thunderbird) Version 1.0

Client Setup Manual (Thunderbird) Version 1.0 Email Client Setup Manual (Thunderbird) Version 1.0 August 1 2018 Contents 1. Introduction... 3 Purpose of This Document... 3 2. Email Software Setup Procedure (Thunderbird)... 4 Adding Account (Thunderbird)...

More information

Version: 1.0 Date Created: 02/05/16 Date Modified: Author: Ajinkya Ghare. Configuration - User guide

Version: 1.0 Date Created: 02/05/16 Date Modified: Author: Ajinkya Ghare.  Configuration - User guide Version: 1.0 Date Created: 02/05/16 Date Modified: Author: Ajinkya Ghare This is a Zensar confidential document. For internal use only.. OM/ISMS/DOC V 1.0 Page 2 of 12 Contents 1 Introduction... 4 1.1

More information

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0 CCNET v6 10 Chapter 10 - Sections & Objectives 10.1 Application Layer Protocols Explain the operation of the application

More information

LIP for Windows Server Infrastructure Automation Via Ansible Devops Tool

LIP for Windows Server Infrastructure Automation Via Ansible Devops Tool LIP for Windows Server Infrastructure Automation Via Ansible Devops Tool This document provides the details about ansible automation for Windows server infrastructure. Author : Sangeetha Sangeetha@cloudnloud.com

More information

Note: CONTENTS. 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP)

Note: CONTENTS. 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP) CONTENTS 1. Outlook Express (IMAP) 2. Microsoft Outlook (IMAP) 3. Eudora (IMAP) 4. Thunderbird (IMAP) 5. Outlook Express (POP) Note: Prior to configuring, please ensure that your ID is enabled for POP/IMAP.

More information

User Inputs for Installation

User Inputs for Installation APPENDIXA This appendix provides information on the user inputs during LMS 4.1 installation. Note For information on the Installation of LMS 4.1, see Performing Installation of LMS 4.1. This appendix contains:

More information

Installation guide for Choic Multi User Edition

Installation guide for Choic Multi User Edition Installation guide for ChoiceMail Multi User Edition March, 2004 Version 2.1 Copyright DigiPortal Software Inc., 2002 2004 All rights reserved ChoiceMail Multi User Installation Guide 1. Go to the URL

More information

Comodo IT and Security Manager Software Version 6.4

Comodo IT and Security Manager Software Version 6.4 Comodo IT and Security Manager Software Version 6.4 On-Premise Installation Guide Guide Version 6.4.040417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo IT and

More information

User Manual. op5 System 3.0

User Manual. op5 System 3.0 User Manual op5 System 3.0 Table of Contents 1 Introduction...3 2 Fundamentals...3 2.1 op5 System...3 2.2 System access...3 2.2.1 The portal, web access...3 2.2.2 Console and SSH access...5 2.3 System

More information

How do I setup Outlook Express to get my s?

How do I setup Outlook Express to get my  s? How do I setup Outlook Express to get my e-mails? Before you set up a mail account in Outlook Espress you must first have your POP3 mailbox details provided to you by your Account Manager, this will be

More information

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA APPENDIXA This appendix provides troubleshooting information. It contains information about: Contacting Cisco TAC Checking the Version Number of Cisco Configuration Engine Cannot Log in to the System System

More information

Using Trustwave SEG Cloud with Exchange Online

Using Trustwave SEG Cloud with Exchange Online .trust Using Trustwave SEG Cloud with Exchange Online Table of Contents About This Document 1 1 Trustwave SEG Cloud for Anti-Malware with Exchange Online 2 2 Networking and DNS Setup 2 3 Provisioning Trustwave

More information

Instructions Microsoft Outlook 2010 Page 1

Instructions Microsoft Outlook 2010 Page 1 Instructions Microsoft Outlook 2010 Page 1 Instructions Microsoft Outlook 2010 This manual is written for users who already have an e-mail account configured in Outlook 2010 and will therefore only focus

More information

Setting up IMAP Mail in Outlook

Setting up IMAP Mail in Outlook Setting up IMAP Mail in Outlook Setting up the Certificate in Internet Explorer 1. Open up Internet Explorer. Browse to https://intranet.yourschooldomain.school.nz. You will get a Certificate Error. Click

More information

LAMP Stack with VirtualHosts On Centos 6.x

LAMP Stack with VirtualHosts On Centos 6.x LAMP Stack with VirtualHosts On Centos 6.x This article illustrates how to install the Apache Mysql PHP Stack on Centos 6.x. Additionally, with this configuration, you can serve Multiple Domains using

More information

USER GUIDELINES. Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password?

USER GUIDELINES. Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password? USER GUIDELINES Revision 1.8 20 August, 2015 Q 1. How can I log into my webmail? Q 2. Is it necessary to configure password retrieval question and answer? How can I do that? Q 3. How can I change password?

More information

Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato

Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato WIN9X015 November 2005 Getting Started With Outlook Express For Windows 2000/XP Author Marcie Matsuo Revised by Darren Kato Introduction...1 What is Outlook Express...1 Requirements...2 Where do I get

More information

Minimum requirements for Portal (on-premise version):

Minimum requirements for Portal (on-premise version): Minimum requirements for Portal (on-premise version): Windows Server 2012 R2 Windows 10 (licensed) with the latest updates (64 bit only). All Windows applications must be licensed and activated. SQL Server

More information

Alinto Mail Server Pro

Alinto Mail Server Pro Alinto Mail Server Pro System operation guide Alinto Version 2.0 Index 1. Introduction.......................................................................................... 1 2. Main services........................................................................................

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

EX200 EX200. Red Hat Certified System Administrator RHCSA

EX200 EX200. Red Hat Certified System Administrator RHCSA EX200 Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ EX200 Red Hat Certified System Administrator RHCSA EX200 QUESTION 1 Configure your Host Name, IP

More information

Instructions Microsoft Outlook 2013 Page 1

Instructions Microsoft Outlook 2013 Page 1 Instructions Microsoft Outlook 2013 Page 1 Instructions Microsoft Outlook 2013 This manual is written for users who already have an e-mail account configured in Outlook 2013 and will therefore only focus

More information

Intel Unite. Enterprise Test Environment Setup Guide

Intel Unite. Enterprise Test Environment Setup Guide Intel Unite Enterprise Test Environment Setup Guide Intel Unite Enterprise Test Environment Setup Guide Page 1 of 49 October 2015 Legal Disclaimers & Copyrights All information provided here is subject

More information

Mail Protocol, Postfix and Mail security

Mail Protocol, Postfix and Mail security Mail Protocol, Postfix and Mail security How Email Appears to Works How Email Really Works Message Format Envelop Routing information for the "postman" Message Header Sender Recipients (simple, lists,

More information

Chapter 9: Internet

Chapter 9: Internet Chapter 9: Internet Email Internet email has become one of the most popular applications on the Internet. An Internet experience is not complete without the usage of email. In this chapter we shall be

More information

Installation Guide. Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3

Installation Guide. Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3 Installation Guide Tandberg Data DPS1000 Series Model: DPS1100 and DPS1200, Release: 1.3 Contents Preface.......................................................................v About this guide..............................................................

More information

Xplornet on an Apple ios 11 Device

Xplornet  on an Apple ios 11 Device Xplornet Email on an Apple ios 11 Device Adding a new email account to your ios 11 device to use with the Mail app: 3. Under Accounts, choose Add Account 4. Choose Other 5. Under Mail, Choose Add Mail

More information

2. Installing OpenBiblio 1.0 on a Windows computer

2. Installing OpenBiblio 1.0 on a Windows computer Table of Contents Installing OpenBiblio 1. System requirements... 1 2. Installing OpenBiblio 1.0 on a Windows computer... 1 2.1. Install prerequisite software... 1 2.2. Install OpenBiblio... 2 2.3. Using

More information

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server.

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server. Setting Up The Lab This document is provides the steps for setting up virtual machines for use with the Principles of Computer Security CompTIA Security+ and Beyond. There are a number of virtual platforms

More information

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 By Falko Timme Published: 2007-12-06 19:24 Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 Version 1.0 Author: Falko Timme Last edited 12/03/2007 In this tutorial

More information

How Internet Works

How Internet  Works How Internet Email Works Everything you never wanted to know about email but were afraid to ask... Dave O'Neill So, you use email...... but do you know how it works? If

More information

Home security with Raspberry Pi, not only with Zoneminder

Home security with Raspberry Pi, not only with Zoneminder Home security with Raspberry Pi, not only with Zoneminder As you probably already know you can have a cheap monitoring system with cameras and email notifications using Raspberry Pi and Zoneminder. Although

More information

To Setup your Business id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version

To Setup your Business  id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version To Setup your Business email id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version Depending on your MAC OS version, your screens may appear a bit different,

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

~~ IPSWITCH. Mai Server

~~ IPSWITCH. Mai Server ~~ IPSWITCH II Mai Server Ipswitch, Inc. Web: www.imailserver.com 753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518 Copyrights 1995-2008 Ipswitch, Inc. All rights

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information