1 Module 6 Managing Recipients and Aliases. 2 Address Rewriting

Slides:



Advertisements
Similar presentations
Module 6 Implementing Messaging Security. Module Overview Deploying Edge Transport Servers Deploying an Antivirus Solution Configuring an Anti-Spam Solution.
Advertisements

Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
1 DNS. 2 BIND DNS –Resolve names to IP address –Resolve IP address to names (reverse DNS) BIND –Berkeley Internet Name Domain system Version 4 is still.
2: Application Layer1 FTP, SMTP and DNS. 2: Application Layer2 FTP: separate control, data connections r FTP client contacts FTP server at port 21, specifying.
s. Why use s?  send a message any time, any where and the recipient can read it at his or her convenience.  same message to several people.
POP Configuration Microsoft Outlook Express 6.x.
中華技術學院 Linux 課程 中華技術學院 Linux 課程 Chap Four : Mail 王俊城RHCE/RHCX.
Login Screen This is the Sign In page for the Dashboard Enter Id and Password to sign In New User Registration.
1 SCOoffice Server 4.1 Administration Brian Watrous President & CEO ATCS, Inc.
August 25, SSO with Microsoft Active Directory Presented by: Craig Larrabee.
Ch-9: NAME SERVICES By Srinivasa R. Gudipati. To be discussed.. Fundamentals of Naming Services Naming Resolution The Domain Name System (DNS) Directory.
SIP.edu Speaker: Changyu Wu Adviser: Quincy Wu Date:2006/12/18.
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Mail Server Three major components MTA MUA MDA Mail Transfer Agent
PRINCIPLES – DNS – ARCHITECTURES – SPAM
1 北區機房 IP 維運處暨 IDC 維運組 鄭任峰 郵件系統維運 課程 : Sendmail 與 postfix 的設定與比較 北區機房 IP 維運處暨 IDC 維運組 鄭任峰.
Login Screen This is the Sign In page for the Dashboard New User Registration Enter Id and Password to sign In.
S ystem P rogrammers' A ssociation for R esearching C omputer S ystems Popular MTAs EXIM & POSTFIX SPARCS 10 이대근 (harry)
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
Windows Server 2008 R2 Domain Name System Chapter 5.
ISQS server attacks Presented by Deven Patel.
Examining TCP/IP.
Mail Service Mail Service using Postfix Campus-Booster ID : **XXXXX
1 SCOoffice Server for OpenServer Technical Overview.
Deploying a Web Application Presented By: Muhammad Naveed Date:
1 Working with Domains When this module is complete, you will be able to:  Identify what a domain is  Save a domain as a.tar file  Edit and delete domains.
1 SCOoffice Server for OpenServer Basic Administration 2 Rick Powell System Engineer.
Postfix Mail Server Postfix is used frequently and handle thousands of messages. compatible with sendmail at command level. high performance program easier-
1 Electronic Messaging Module - Electronic Messaging ♦ Overview Electronic messaging helps you exchange messages with other computer users anywhere in.
Policies by FQDN WatchGuard Training.
Database control Introduction. The Database control is a tool that used by the database administrator to control the database. To enter to Database control.
Module 7: Managing Message Transport. Overview Introduction to Message Transport Implementing Message Transport.
1 Module 12 Performing Preventive Maintenance. 2 Mon Overview  What is Mon?  Mon is a general purpose service monitor  Mon schedules monitors  Mon.
Ozan Şahin Ömer Üçler.  Purpose of Project  Used Technologies  Database Design  Problems&Solutions  Use Case’s  Demo.
Module 4: Managing Recipients. Overview Introduction to Exchange Recipients Creating, Deleting, and Modifying Users and Contacts Managing Mailboxes Managing.
CS 3830 Day 9 Introduction 1-1. Announcements r Quiz #2 this Friday r Demo prog1 and prog2 together starting this Wednesday 2: Application Layer 2.
178 Connecting to the Network Version A.01 H3064S Module 21 Slides.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 6 Resolving Network Host Names.
Name Resolution in Network Management A Quick Look at the Aspects of Naming and Name Resolution.
-to-Blog How It Works. This Is The « -to-blog» System Architecture.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter Three Managing Recipients.
Web Server Administration Chapter 4 Name Resolution.
Linux Operations and Administration Chapter Twelve Configuring a Mail Server.
1 CMPT 471 Networking II DNS © Janice Regan,
Module 5: Managing Addresses and Address Lists.
1. Internet hosts:  IP address (32 bit) - used for addressing datagrams  “name”, e.g., ww.yahoo.com - used by humans DNS: provides translation between.
V 0.1Slide 1  send – Send How to send in WebSAMS? Access Control Other Information Configuration Customization  manage.
Info Spring Features to Find Send a message Read a message sent to you Reply to a message sent to you Forward a message sent to you Save messages.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
DNS Domain name server a server to translate IP aliases to addresses
Computer Skills (1) .
Understand Names Resolution
Module 3: Enabling Access to Internet Resources
Network Administration Practice Homework4 – Mail System
Chapter 9: Domain Name Servers
Harry Wang APJ Solution Architect
CWMS Configuration Making our PowerPoint simpler and more distinctive.
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Unix System Administration
TYPES OF SERVER. TYPES OF SERVER What is a server.
LPIC-2 Real Q&As. How is the LDAP administrator account configured when the rootdn and rootpw directives are not present in the slapd.conf file?
IIS.
SCOoffice Server 4.1 Administration
Managing Spam Filtering
DNS and DHCP Configuration
This is the Sign In page for the Dashboard
Module 12 Network Configuration
Managing Routing Module 9 In this module we will look at the techniques required to ensure that messages are delivered to their intended destinations.
FTP, SMTP and DNS 2: Application Layer.
Managing a Distributed Environment
Presentation transcript:

1 Module 6 Managing Recipients and Aliases

2 Address Rewriting /opt/insight/etc/postfix/canonical_sender: /opt/insight/etc/postfix/canonical_recipient: sender_canonical_maps = hash:/opt/insight/etc/postfix/canonical_sender recipient_canonical_maps = hash:/opt/insight/etc/postfix/canonical_recipient /opt/insight/etc/postfix/main.cf:

3 Hiding Host Names  Masquerading intentionally hides internal hostnames   In main.cf: masquerade_domains = example.org

4 Hiding Host Names  Masquerading intentionally hides internal hostnames   In main.cf: masquerade_domains = example.com, example.net, example.org, !sales.example.com masquerade_exceptions = alice, bob

5 Directing Sent to Unknown Users sent to unknown users:  Returned to sender by default  Can be directed to an user or alias  Beware of spammers In main.cf: luser_relay = alice local_recipient_maps =

6 Relocating Users and Domains  Relocation maps used when users or domains move  Configure relocation rules in main.cf: relocated_maps = hash:/opt/insight/etc/postfix/relocated  Define relocation rules in lookup

7 Relocating Users and Domains Relocated User Relocated Domain

8 Types of Aliases  Postfix supports numerous types of aliases  SCOoffice Server stores aliases two ways Stored in LDAP Stored in a file

9 Types of Aliases  From /opt/insight/etc/postfix/main.cf: alias_maps = hash:/opt/insight/etc/mail/aliases alias_database = hash:/opt/insight/etc/mail/aliases local_recipient_maps = $alias_maps ldap:ldapsource

10 Types of Aliases  From /opt/insight/etc/mail/aliases:

11 Types of Aliases  Process alias files with postalias(1):  # postalias hash:/opt/insight/etc/mail/aliases  Reload Postfix if a new alias lookup table is added to main.cf:  # postfix reload

12 Exercise: Adding a New Alias File  Edit /opt/insight/etc/postfix/aliases  Process the alias file  Reload Postfix