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

Size: px
Start display at page:

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

Transcription

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

2 Mail Server Setup using Sendmail on CentOS 5.8 Part 1 Step 1 Service Step 2 Essential Operation Step 3 Package installation and Startup Step 4 Sendmail Configuration 1, 2 Part 2 Step 5 Inbound Sendmail Aliases Step 6 Sendmail.cf file Step 7 Sendmail Operation Step 8 IMAP and POP3 on Dovecot Step 9 MUA Configuration

3 Mail Server Testing Environment 1.sever.chul.com: Sendmail Mail server (mail.chul.com) Evolution for MUA 2.client.chul.com: Linux mail client Thunderbird for MUA 3.Windows 7 : Windows mail client Outlook 2010 for MUA

4 Step 1 Service System Components 1.Mail User Agent (MUA): A client used to compose and read (Outlook, Evolution, Thunderbird, Mutt) 2.Mail Transfer Agent (MTA): An SMTP server used to relay or accept for delivery (Postfix, Sendmail, Exim, Qmail, Exchange server) 3.Mail Delivery Agent (MDA): A program used by the final MTA to deliver to the message store May be included with the MTA or a separate program such as procmail 4.Mail Access Agent (MAA): An IMAP/POP3 server used by an MUA to access the message store (Dovecot, Cyrus IMAP)

5 Step 2 Essential Operation

6 1.Package installation sendmail-cf el5_7 sendmail-doc el5_7 sendmail el5_7 sendmail-devel el5_7 Step 3 Installation and startup 2. Service startup and main directory # service sendmail start # ls l /etc/mail/ 3. Service startup checking # ps ef grep sendmail # netstat nat grep Runlevel registration # chkconfig sendmail on # chkconfig list sendmail 5. Testing on command # telnet localhost 25 # mail v s title linux@chul.com < /etc/passwd

7 Step 4 Sendmail Configuration (1) 1.Introduction to Sendmail Configuration /etc/mail/sendmail.mc and /etc/mail/sendmail.cf # m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf "dnl " at the start of a line is a comment in /etc/mail/sendmail.mc 2. # service sendmail restart automatically builds configuration files Converts /etc/mail/sendmail.mc into /etc/mail/sendmail.cf 3. Incoming Sendmail configuration /etc/mail/sendmail.mc dnl dnl DAEMON_OPTIONS(`Port=smtp,Addr= , Name=MTA')dnl /etc/mail/local-host-names 1 mail.chul.com 2 chul.com 3 jeong.net Add a line for each domain/host for which we accept local delivery

8 Step 4 Sendmail Configuration (2) 4. Outgoing Sendmail configuration To relay sent by hosts on your internal network dnl DAEMON_OPTIONS(`Port=smtp,Addr= , Name=MTA') dnl /etc/mail/access : each internal network or host for which the server will relay Connect: RELAY Connect: RELAY Connect: chul.com RELAY Connect: spam.net REJECT To: root@jeong.com ERROR:550 bad name From: spam@example.com REJECT 5. Sendmail: Masquerading in /etc/mail/sendmail.mc EXPOSED_USER(`root')dnl MASQUERADE_AS(`chul.com')dnl FEATURE(masquerade_envelope)dnl FEATURE(masquerade_entire_domain)dnl MASQUERADE_DOMAIN(chul.com)dnl # service sendmail restart

9 Step 5 Inbound Sendmail Aliases 1.Local aliases: /etc/aliases Local mail forwarding fakename: realname root: tland,linux,song,park,jeong staff: :include /home/staff/staff_list Mailing List 2. Virtual aliases: /etc/mail/virtusertable admin@example.com user1 admin@chul.com user2 pack@itjeong.com %1@dom2.org //same user different domain

10 1. Name for error message DnMAILER-DAEMON Step 6 Sendmail.cf file 2. Version Number for security DZ O SmtpGreetingMessage=$j Sendmail $v/$z; $b // j: hostname v&z: version b: timestamp //if want, change 3. Max Message Size (byte) O MaxMessageSize= Max hop Count O MaxHopCount=17 //2 Mb // Max mail server for routing 5. Queue directory for sending and receiving temporarily O QueueDirectory=/var/spool/mqueue 6. Minimum time in queue before retry O MinQueueAge=30m

11 1./etc/mail/local-host-names must contain server's name and aliases 2.# mail -v user view SMTP exchange with local relay Step 7 Sendmail Operation 3.# mailq and mailq -Ac view messages queued for future delivery 4.# sendmail q reprocess the queue 5.# tail -f /var/log/maillog view log in real-time

12 Step 8 IMAP and POP3 on Dovecot 1.Dovecot supports POP3, POP3s, IMAP, andimaps 2. Installation and startup # yum install dovecot # vi /etc/dovecot.conf protocols = imap imaps pop3 pop3s # service dovecot start 3.Service startup checking # ps ef grep dovecot # netstat nat grep 110, Runlevel registration # chkconfig dovecot on # chkconfig list dovecot 5. Testing on command # telnet localhost 110 //pop3 # telnet localhost 143 //imap

13 Step 9 MUA Configuration 1.Graphical: Evolution on Sever system # yum install evolution Thunderbird on Client system of Linux # yum install thunderbird Outlook 2010 on Client system of Windows 7 2.Text-mode: Mutt and Fetchmail mutt -f pop://user@server mutt -f pops://user@server

14 1.How to setup Postfix 2.How to setup qmail 3.How to setup Exim 4. server security Assignment

15 Mail Server Setup using Sendmail on CentOS 5.8 Thank you!! See you again on Https, next video tland12.wordpress.com

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

Sendmail Lab Part 1. Prerequisite: Complete STMP Lab. You should do this lab on the same machine as you did your SMTP lab.

Sendmail Lab Part 1. Prerequisite: Complete STMP Lab. You should do this lab on the same machine as you did your SMTP lab. Sendmail Lab Part 1 Objectives: (1) Study the default SENDMAIL configuration file supplied with your Linux distribution. (2) Use SENDMAIL to send electronic messages to local users, and files. (3) Explore

More information

Tom's Sendmail 102 Cheat-Sheet V

Tom's Sendmail 102 Cheat-Sheet V Tom's Sendmail 102 Cheat-Sheet V2003-05-18 Important Sendmail Config File and Directories Config Files /etc/aliases The OS aliases file that connects system accounts to local/non-local accounts. (root,

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

Sendmail Lab Part 1. /usr/share/sendmail-cf/readme

Sendmail Lab Part 1. /usr/share/sendmail-cf/readme Sendmail Lab Part 1 The sendmail program was originally written by Eric Allman while he was a student and staff member at the University of California at Berkeley. The sendmail program plays a variety

More information

www.kouza.jp apache apache Linux apache http://www.apache.org/ http://www.kouza.jp/ RedHat apache apache-1.3.19-5.i386.rpm rpm -qa egrep apache apache-1.3.19-5 apacheconf-0.7-2 httpd. conf apach e /etc/httpd/conf

More information

HTTPS Setup using mod_ssl on CentOS 5.8. Jeong Chul. tland12.wordpress.com. Computer Science ITC and RUPP in Cambodia

HTTPS Setup using mod_ssl on CentOS 5.8. Jeong Chul. tland12.wordpress.com. Computer Science ITC and RUPP in Cambodia HTTPS Setup using mod_ssl on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia HTTPS Setup using mod_ssl on CentOS 5.8 Part 1 Basic concepts on SSL Step 1 Secure Socket

More information

RH-302. RedHat. Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs)

RH-302. RedHat. Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs) RedHat RH-302 Red Hat Certified Engineer on Redhat Enterprise Linux 4 (Labs) Download Full Version : http://killexams.com/pass4sure/exam-detail/rh-302 local domain and another is cracker.org which is called

More information

CSN09101 Networked Services. Module Leader: Dr Gordon Russell Lecturers: G. Russell

CSN09101 Networked Services. Module Leader: Dr Gordon Russell Lecturers: G. Russell CSN09101 Networked Services Week 11: Email Management Module Leader: Dr Gordon Russell Lecturers: G. Russell This lecture SMTP Linux Email Discussions SMTP SMTP Email is send between source and destination

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

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

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

NETW 111 Handout Lab 10 Installing and Configuring

NETW 111 Handout Lab 10 Installing and Configuring Email The birth of electronic mail (email) occurred in the early 1960s. The mailbox was a file in a user's home directory that was readable only by that user. Primitive mail applications appended new text

More information

13 Electronic Mail Servers

13 Electronic Mail Servers 13 Electronic Mail Servers CERTIFICATION OBJECTIVES 13.01 A Variety of E-Mail Agents 13.02 The Configuration of Postfix 13.03 The Other SMTP Service: sendmail Q&A Two-Minute Drill Self Test 2 Chapter 13:

More information

Aka (or according to Knuth) Karst Koymans. Friday, September 25, 2015

Aka  (or  according to Knuth) Karst Koymans. Friday, September 25, 2015 .. Electronic mail Aka e-mail (or email according to Knuth) Karst Koymans Informatics Institute University of Amsterdam (version 15.4, 2015/09/28 11:43:08 UTC) Friday, September 25, 2015 Karst Koymans

More information

Aka (or according to Knuth) Karst Koymans. Tuesday, September 27, 2016

Aka  (or  according to Knuth) Karst Koymans. Tuesday, September 27, 2016 .. Electronic mail Aka e-mail (or email according to Knuth) Karst Koymans Informatics Institute University of Amsterdam (version 16.5, 2016/10/05 12:42:51 UTC) Tuesday, September 27, 2016 Karst Koymans

More information

Exim Practical. Patrick Okui. (based on materials from Brian Candler)

Exim Practical. Patrick Okui. (based on materials from Brian Candler) Exim Practical Patrick Okui (based on materials from Brian Candler) Objectives Part 1 is building and installing Exim.. Install Exim from ports. Replace Sendmail with Exim Part 2 is running basic tests.

More information

Exim Practical. (based on materials from Brian Candler)

Exim Practical. (based on materials from Brian Candler) Exim Practical (based on materials from Brian Candler) Objectives Part 1 is building and installing Exim. Install Exim from ports Replace Sendmail with Exim Part 2 is running basic tests. You don t need

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

HUL SOVANNAROTH PANG DA TIP SAROTH

HUL SOVANNAROTH PANG DA TIP SAROTH HUL SOVANNAROTH PANG DA TIP SAROTH Contents I. Server C configuration (Debian)... 4 II. Server A configuration (CentOS)... 15 IP configuration on server A... 15 Webmail... 18 Configure DNS... 18 Install

More information

Enterprise Mail Servers: Part I Incoming Mail

Enterprise Mail Servers: Part I Incoming Mail BY ADAM THORNTON Enterprise Mail Servers: Part I Incoming Mail Setting Up Sendmail Using M4 Macros As this series demonstrates, Linux plays an important role in implementing mail infrastructures for an

More information

Practical classes Lab5. Integration of global services in enterprise environments II:

Practical classes Lab5. Integration of global services in enterprise environments II: Computer Engineering Degree Computer Engineering Year 2017/18 Practical classes Lab5 CSDA Unit III INTERNET Integration of global services in enterprise environments II: The INTERNET Deployment of a secure

More information

CIT 470: Advanced Network and System Administration. Topics. Mail Policies.

CIT 470: Advanced Network and System Administration. Topics. Mail Policies. CIT 470: Advanced Network and System Administration E-mail CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Mail Policies 2. Anatomy of a Mail Message 3. Components of an E-mail System

More information

Architecture. with sendmail and postfix

Architecture. with sendmail and postfix Email Architecture with sendmail and postfix Organisation Say O is an example organisation A is an autonomous suborganisation M is a managed suborganisation a is an autonomous part of M m is a managed

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

Configuring Sendmail. The Sendmail Module

Configuring Sendmail. The Sendmail Module 11 SENDMAIL Sendmail is the de facto standard mail transfer agent, or MTA, in use on the Internet today. While there are now several worthy contenders for the title of best or most popular MTA, including

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

Architecture. with sendmail and postfix. Karst Koymans. Informatics Institute University of Amsterdam. (version 1.7, 2010/10/01 11:41:11)

Architecture. with sendmail and postfix. Karst Koymans. Informatics Institute University of Amsterdam. (version 1.7, 2010/10/01 11:41:11) Email Architecture with sendmail and postfix Karst Koymans Informatics Institute University of Amsterdam (version 1.7, 2010/10/01 11:41:11) Tuesday, September 28, 2010 Karst Koymans (UvA) Email Architecture

More information

. SMTP, POP, and IMAP

. SMTP, POP, and IMAP E-Mail SMTP, POP, and IMAP Scope How Email Appears to Work How Email Really Works Mail User Agent (MUA) Message Format Mail Delivery Agent (MDA)/ Mail Transfer Agent (MTA) Firewalls, Spam and Virus Filters

More information

Exim Practical. 1. Installing Exim

Exim Practical. 1. Installing Exim Exim Practical Objectives Part 1 is building and installing Exim. Install Exim from ports Replace Sendmail with Exim Part 2 is running basic tests. You don t need to modify the Exim configuration to do

More information

CSE 265: System and Network Administration

CSE 265: System and Network Administration CSE 265: System and Network Administration Electronic Mail Mail systems Addressing, mail headers Client/server philosophy, mail homes Aliases, mail routing, mailing list software sendmail Security Performance

More information

Electronic Mail

Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

Mail Server. Introduction

Mail Server. Introduction Mail Server Introduction This article is an introduction to Mail Server and it's related protocols. Here I am explaining some basic ideas how a e-mail works and background information you need. Electronic

More information

nwdigitalradio / paclink-unix

nwdigitalradio / paclink-unix First entry in SourceForge repository Nov 10, 2005 Nicholas S. Castellano N2QZ Dana Borgman KA1WPM Basil Gunn N7NIX John Ronan EI7IG Brian Smith WB4ES UNIX client interface to the Winlink 2000 ham radio

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

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

Exim Practical. Part 2 is running basic tests. You don t need to modify the Exim configuration to do this.

Exim Practical. Part 2 is running basic tests. You don t need to modify the Exim configuration to do this. Exim Practical Objectives Part 1 is building Exim from source, and installing it. Download Exim source and documentation Unpack the source and documentation Build Exim from the generic distribution Install

More information

Extending Use of Sendmail and Procmail for Virtual Mail Hosting

Extending Use of Sendmail and Procmail for Virtual Mail Hosting Extending Use of Sendmail and Procmail for Virtual Mail Hosting Randolph Langley langley@cs.fsu.edu April 2, 2007 Postfix [Ven] natively handles virtual domains and users better than Sendmail does. Perhaps

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

Sendmail Lab Part 2. Reference: /usr/share/sendmail-cf/readme (from the sendmail-cf package)

Sendmail Lab Part 2. Reference: /usr/share/sendmail-cf/readme (from the sendmail-cf package) Sendmail Lab Part 2 Objectives: (1) Create a Sendmail configuration from scratch to study sendmail's address rewrite rule testing mode. (2) Study and explore SENDMAIL's macro configuration file (/etc/mail/sendmail.mc)

More information

is still the most used Internet app. According to some studies around 85% of Internet users still use for communication.

is still the most used Internet app. According to some studies around 85% of Internet users still use  for communication. 1 E-mail is still the most used Internet app. According to some studies around 85% of Internet users still use e-mail for communication. Electronic mail is a method to exchange digital messages from a

More information

AfNOG 2003 Exim Practical

AfNOG 2003 Exim Practical AfNOG 2003 Exim Practical Objectives Part 1 is building Exim from source, and installing it. Download Exim source and documentation Unpack the source and documentation Build Exim from the generic distribution

More information

ClamAV 설치 ( 큐잉서버 ) serverb

ClamAV 설치 ( 큐잉서버 ) serverb ClamAV 설치 ( 큐잉서버 ) serverb 2009 년 10 월 23 일금요일 오전 10:42 Server B 의기존 dovecot 삭제 ( 큐잉서버로사용 ) Sendmail-cf sendmail-devel 설치 Sendmail SMTP AUTH 및 Daemon 리스닝주소변경 Sendmail.cf 수정 Sendmail milter 기능제공여부파악 Clamav

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

qmail ~]# rpm -qa grep sendmail ps -ef grep sendmail root :30? 00:00:00 sendmail: accepting connections

qmail ~]# rpm -qa grep sendmail ps -ef grep sendmail root :30? 00:00:00 sendmail: accepting connections qmail qmail (BSDs). qmail. 1-3 sendmail MTA MTA qmail. postfix :. rpm -qa grep sendmail sendmail -. [root@linuxcent ~]# rpm -qa grep sendmail sendmail-cf-8.13.8-8.el5 sendmail-8.13.8-8.el5. ps -ef grep

More information

. Sendmail, mailing lists, clients, and POP/IMAP (remote connections)

. Sendmail, mailing lists,  clients, and POP/IMAP (remote connections) Email 9 Sendmail, mailing lists, email clients, and POP/IMAP (remote connections) This chapter shows you how to set up sendmail, set up simple mailing lists for customers, clients, or groups of people,

More information

Aggregation for Secure Local, Remote and Mobile Access. Frank Cox. October 27, 2013

Aggregation for Secure Local, Remote and Mobile Access. Frank Cox. October 27, 2013 Email Aggregation for Secure Local, Remote and Mobile Access Frank Cox October 27, 2013 Abstract Revised October 28, 2013: Minor corrections to the text and formatting, added more crossreferences. This

More information

Mail agents. Introduction to Internet Mail. Message format (1) Message format (2)

Mail agents. Introduction to Internet Mail. Message format (1) Message format (2) Introduction to Internet Mail Noah Sematimba Based on Materials by Philip Hazel. Mail agents MUA = Mail User Agent Interacts directly with the end user Pine, MH, Elm, mutt, mail, Eudora, Marcel, Mailstrom,

More information

Protocols and Software. Nixu Ltd.

Protocols and Software. Nixu Ltd. E-mail Protocols and Software Nixu Ltd. CONTENTS SMTP Interaction with DNS Sendmail IMAP and POP MIME Spam Nixu Ltd. 2/39 E-mail Protocols and Software History In the dawn of times (= before Internet)

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

IPv6 Lab. APAN26 Queenstown, New Zealand. IPv6 Lab, Queenstown, APAN

IPv6 Lab. APAN26 Queenstown, New Zealand. IPv6 Lab, Queenstown, APAN IPv6 Lab APAN26 Queenstown, New Zealand 1 Olympic 2008 Website (New Zealand delegation dances it up in Olympic Village, Aug.2, 2008) http://en.beijing2008.cn/venues/olympicvillage/headlines/n214498078.shtml

More information

Mithi Connect Server using the Command Line Interfaces (CLI)

Mithi Connect Server using the Command Line Interfaces (CLI) Page 1 of 1 Mithi Connect Server using the Command Line Interfaces (CLI) Introduction 1 Introduction to modules and components 2 Folder structure of an MCS installation 2 Mail store structure 3 Basic Linux

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

SCS3004 Networking Technologies Application Layer Protocols

SCS3004 Networking Technologies Application Layer Protocols SCS3004 Networking Technologies Application Layer Protocols Dr. Ajantha Atukorale University of Colombo School of Computing (UCSC) 2 TCP/IP Suit Applications and application-layer layer protocols Application:

More information

Introduction to Internet Mail. Philip Hazel. University of Cambridge Computing Service. Mail agents

Introduction to Internet Mail. Philip Hazel. University of Cambridge Computing Service. Mail agents Introduction to Internet Mail Philip Hazel University of Cambridge Computing Service MUA = Mail User Agent Mail agents Interacts directly with the end user Pine, MH, Elm, mutt, mail, Eudora, Mulberry,

More information

Table of Contents. Electronic mail. History of (2) History of (1) history. Basic concepts. Aka (or according to Knuth)

Table of Contents. Electronic mail. History of  (2) History of  (1)  history. Basic concepts. Aka  (or  according to Knuth) Table of Contents Electronic mail Aka e-mail (or email according to Knuth) Karst Koymans Informatics Institute University of Amsterdam (version 17.7, 2017/10/03 11:29:40 UTC) Friday, September 29, 2017

More information

COURIER IMAP + COURIERPASSD for Qmail

COURIER IMAP + COURIERPASSD for Qmail COURIER IMAP + COURIERPASSD for Qmail Courier-imap is (was, until now) the preferred IMAP server to install, because it has built in support for the vchkpw mail user setup that Vpopmail utilizes. (Not

More information

Zarafa in Fedora. FUDCon India 2011, Pune. Robert Scheck

Zarafa in Fedora. FUDCon India 2011, Pune. Robert Scheck Zarafa in Fedora FUDCon India 2011, Pune Robert Scheck Robert Scheck Fedora Package Maintainer and Provenpackager Fedora Ambassador and Ambassador Mentor Part of Fedora Websites and Translation teams Open

More information

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux Part 1 : Getting Familiar with Linux Chapter 1 : Getting started with Red Hat Enterprise Linux Chapter 2 Finding Your Way on the Command Line Hours Part II : Administering Red Hat Enterprise Linux Linux,

More information

Chapter 01: Introduction to Linux

Chapter 01: Introduction to Linux True / False 1. Open Source Software (OSS) is freely developed and continuously improved by a large community of software developers ANSWER: True 2. The term hacker refers to someone who illegally uses

More information

Components of an (1)

Components of an  (1) E-Mail System 2 Components of an E-Mail (1) Three major components The envelope Invisible to users Determine where the message should be delivered, or to whom it should be returned The headers Information

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

Sendmail release notes. HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3

Sendmail release notes. HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3 Sendmail 8.13.3 release notes HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3 HP Part Number: 5990-5132 Published: March 2010 Legal Notices Copyright 2010 Hewlett-Packard Company, L.P. Confidential Computer Software.

More information

Certified Spam Assassin Professional VS-1114

Certified Spam Assassin Professional VS-1114 Certified Spam Assassin Professional VS-1114 Certified Spam Assassin Professional Certified SpamAssassin Professional Certification Code VS-1114 Vskills certification for SpamAssassin Professional assesses

More information

AN ANALYSIS AND COMPARISON OF CURRENT MTA SERVERS

AN ANALYSIS AND COMPARISON OF CURRENT MTA SERVERS Bachelor s thesis Information Technology NINFOS13 2017 Zishuang Liang AN ANALYSIS AND COMPARISON OF CURRENT MTA SERVERS BACHELOR S / THESIS ABSTRACT TURKU UNIVERSITY OF APPLIED SCIENCES Information Technology

More information

CS 43: Computer Networks. 12: and SMTP September 28, 2018

CS 43: Computer Networks. 12:  and SMTP September 28, 2018 CS 43: Computer Networks 12: Email and SMTP September 28, 2018 A. HTTP Mail s communicate using B. IMAP C. POP D. SMTP Lecture 12 - Slide 2 Mail s typically A. send messages directly from the sending s

More information

ITCertMaster. Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way!

ITCertMaster.   Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way! ITCertMaster Safe, simple and fast. 100% Pass guarantee! http://www.itcertmaster.com Exam : 1z0-100 Title : Oracle Linux 5 and 6 System Administration Vendor : Oracle Version : DEMO Get Latest & Valid

More information

System: Basic Functionality

System: Basic Functionality E-mail System: Basic Functionality E-mail systems support five basic functions: Composition: Creating messages Transfer: Moving messages from the originator to the recipient E-mail transfer is a connection-oriented

More information

Configure Sendmail Server :Controlling SPAM Part-3

Configure Sendmail Server :Controlling SPAM Part-3 Configure Sendmail Server :Controlling SPAM Part-3 Author : Vikas Debnath Categories : Mailserver Date : May 17, 2015 Facebook Twitter Google+ Gmail 1 / 11 Using Realtime Blackhole lists When running Sendmail,

More information

WASP. SoftwareArt Corporation

WASP. SoftwareArt Corporation WASP SoftwareArt Corporation WASP Mail Server [WASP] Introduction: WASP Mail Server is a complete email messaging solution designed for small to mid-sized businesses and is backed by the industry s best

More information

Services. Overview - Components - Message Breakdown -

Services. Overview -  Components - Message Breakdown - E-Mail Services Overview - E-Mail is a complex issue for administrators. While the concept of getting a message sent from one user to another seems simple, is really a difficult process with many steps.

More information

Owner of the content within this article is Written by Marc Grote

Owner of the content within this article is   Written by Marc Grote Owner of the content within this article is www.msexchange.org Written by Marc Grote www.it-training-grote.de Exchange 2003 Mailflow Part I Written by Marc Grote - mailto:grotem@it-training-grote.de Abstract

More information

Mail System. chenshh

Mail System. chenshh Mail System chenshh Mail System What behinds the scene when you send an email? Gmail 2 NCTU-CS Mailbox Mail System What behinds the scene when you send an email? Gmail Servers CS Mail Servers Internet

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

ITBraindumps. Latest IT Braindumps study guide

ITBraindumps.  Latest IT Braindumps study guide ITBraindumps http://www.itbraindumps.com Latest IT Braindumps study guide Exam : LFCS Title : Linux Foundation Certified System Administrator Vendor : Linux Foundation Version : DEMO Get Latest & Valid

More information

1/102. Sendmail. Greg Baker Back Close

1/102. Sendmail. Greg Baker Back Close 1/102 Sendmail Greg Baker greg.baker@ifost.org.au Some sendmail History 2/102 What is sendmail? The main mail transfer agent on the internet First release called sendmail in 1983. Is the default mail service

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

Network Monitoring & Management. A few Linux basics

Network Monitoring & Management. A few Linux basics Network Monitoring & Management A few Linux basics Our chosen platform Ubuntu Linux 14.04.3 LTS 64-bit LTS = Long Term Support no GUI, we administer using ssh Ubuntu is Debian underneath There are other

More information

Synology MailPlus Server Administrator's Guide. Based on MailPlus Server 1.4.0

Synology MailPlus Server Administrator's Guide. Based on MailPlus Server 1.4.0 Synology MailPlus Server Administrator's Guide Based on MailPlus Server 1.4.0 Table of Contents Chapter 1: Introduction Chapter 2: Getting Started with MailPlus Server Connect Synology NAS to the Internet

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

Lab 3.4.3: Services and Protocols

Lab 3.4.3:  Services and Protocols Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1-ISP R2-Central S0/0/0 10.10.10.6 255.255.255.252 N/A Fa0/0 192.168.254.253 255.255.255.0 N/A S0/0/0 10.10.10.5

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

masqmail a mail transfer agent for workstations and small networks markus schnalke

masqmail a mail transfer agent for workstations and small networks markus schnalke masqmail a mail transfer agent for workstations and small networks markus schnalke about me markus schnalke past: future: Business Information Systems at University of Applied Sciences,

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

Services and Security

Services and Security Services and Security Find out what's listening to the net Find out what services are running Find out what they do Disable or remove any that you don't need References http://techrepublic.com.com/5100-6270-1053043.html

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information

Electronic Mail. COSC301 Laboratory Manual

Electronic Mail. COSC301 Laboratory Manual COSC301 Laboratory Manual E-mail is a large and rather complex topic, but is very important. Being such an important part of everyday life, e-mail has a lot of things to consider. We could talk about many

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

NAPIER UNIVERSITY SCHOOL OF COMPUTING CO32034 SERVER ADMINISTRATION EXAM PAPER INFORMATION. Answer ALL questions.

NAPIER UNIVERSITY SCHOOL OF COMPUTING CO32034 SERVER ADMINISTRATION EXAM PAPER INFORMATION. Answer ALL questions. Matric No: NAPIER UNIVERSITY SCHOOL OF COMPUTING CO32034 SERVER ADMINISTRATION ACADEMIC SESSION: 2004-2005 DIET: MAY TRIMESTER: TWO EXAM DURATION: 2 HOURS READING TIME: NONE EXAM PAPER INFORMATION Answer

More information

GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation

GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation This guide describes the typical steps for preparing your Linux platform for installing the GateManager model 8250. This

More information

Avira AntiVir MailGate / Avira MailGate Suite HowTo

Avira AntiVir MailGate / Avira MailGate Suite HowTo Avira AntiVir MailGate / Avira MailGate Suite HowTo Table of contents 1. Installation... 4 1.1 A closer look at the installation package...4 1.2 Interactive installation...5 1.3 Automatic installation...5

More information

Network+ Guide to Networks 6 th Edition. Chapter 9 In-Depth TCP/IP Networking

Network+ Guide to Networks 6 th Edition. Chapter 9 In-Depth TCP/IP Networking Network+ Guide to Networks 6 th Edition Chapter 9 In-Depth TCP/IP Networking Objectives Describe methods of network design unique to TCP/IP networks, including subnetting, CIDR, and address translation

More information

Internet Architecture

Internet Architecture Internet Architecture Lecture 10: How Email Work Assistant Teacher Samraa Adnan Al-Asadi 1 How Email Works Electronic mail, or email, might be the most heavily used feature of the Internet. You can use

More information

Interested in learning more? Global Information Assurance Certification Paper. Copyright SANS Institute Author Retains Full Rights

Interested in learning more? Global Information Assurance Certification Paper. Copyright SANS Institute Author Retains Full Rights Global Information Assurance Certification Paper Copyright SANS Institute Author Retains Full Rights This paper is taken from the GIAC directory of certified professionals. Reposting is not permited without

More information

FAQ 106 How do I access and set up client applications? There are two ways to access a mailbox for sending and receiving messages:

FAQ 106 How do I access  and set up  client applications? There are two ways to access a mailbox for sending and receiving  messages: FAQ 106 How do I access email and set up email client applications? Page 1 Access your webmail Outlook 2016 Setup Access from Mozilla Thunderbird Access from Apple Mail Access from iphone Access from Android

More information

Ciphermail Webmail Messenger Administration Guide

Ciphermail Webmail Messenger Administration Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Webmail Messenger Administration Guide October 27, 2017, Rev: 8630 Copyright 2013-2017, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Admin login

More information

Help for System Administrators

Help for System Administrators Help for System Administrators Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Help for System Administrators

More information

CHAPTER 1. Introducing qmail

CHAPTER 1. Introducing qmail 402ch01 9/24/01 1:12 PM Page 1 CHAPTER 1 Introducing qmail ANDY WANTS TO SEND AN e-mail message to his friend Josh. He opens his mail client, clicks on New Mail, enters Josh s address in the To field,

More information

Linux alternative text console clients to Thunderbird, fetchmail, Mutt, fetchmail + Alpine how to

Linux alternative text console clients to Thunderbird, fetchmail, Mutt, fetchmail + Alpine how to Email Linux alternative text console clients to Thunderbird, fetchmail, Mutt, fetchmail + Alpine how to Author : admin As a GNU / Linux user you might end up searching for the best email client to satisfy

More information

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6 Users Manual OP5 System 2.4 OP5 AB. Page 1 of 6 Table of Contents INTRODUCTION...3 FUNDAMENTALS...3 SYSTEM...3 ACCESS...3 ACCOUNTS...3 CONFIGURATION...4 NETWORK...4 SHUTDOWN...4 SERVICES...5 UPGRADE /

More information