PostfixAdmin Configuration Tool

19
PostfixAdmin Configuration Tool Ozan Şahin Ömer Üçler

description

Ozan Şahin Ömer Üçler. PostfixAdmin Configuration Tool. Agenda. Purpose of Project Used Technologies Database Design Problems&Solutions Use Case’s Demo. Purpose of Project. - PowerPoint PPT Presentation

Transcript of PostfixAdmin Configuration Tool

Page 1: PostfixAdmin Configuration  Tool

PostfixAdminConfiguration

Tool

Ozan ŞahinÖmer Üçler

Page 2: PostfixAdmin Configuration  Tool

Agenda

Purpose of Project Used Technologies Database Design Problems&Solutions Use Case’s Demo

Page 3: PostfixAdmin Configuration  Tool

Purpose of Project

The aim of Project,we see how mail transfer system was working,and how configurations were doing in linux field.Those configurations are necessary for mail transfer.

We have created virtual domain through postfixadmin interface.Then we have opened virtual users over those domains.

We have provided mail transfer between those virtual users.

Eventually,we have provided to users pulling mails from mozilla thunderbird through using imap and pop3 protocol

Page 4: PostfixAdmin Configuration  Tool

What is the PostfixAdmin Configuration Tool?

Postfix, is the default Mail Transfer Agent for Ubuntu.Receives emails via the SMTP protocol and delivers them to different places on your hard disk.

Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases.

Dovecot is very safe server.It present the reinforcement of Pop and IMAP.The user of mail can hold their mails on the server or if they want,they will download their mails to their PC.

Page 5: PostfixAdmin Configuration  Tool

Agenda

Purpose of Project

Used Technologies

Database Design

Problems & Solutions

Use Case’sDemo

Page 6: PostfixAdmin Configuration  Tool

Used TechnologiesLAMP consist of; Linux Apache Mysql Php PhpmyAdminPostfixDovecotThunderbirdMysql AdministratorMysql Workbench

Page 7: PostfixAdmin Configuration  Tool

Agenda

Purpose of Project

Used Technologies

Database Design

Problems & Solutions

Use Case’sDemo

Page 8: PostfixAdmin Configuration  Tool

Database Design

Page 9: PostfixAdmin Configuration  Tool

Agenda

Purpose of ProjectUsed TechnologiesDatabase DesignProblems & SolutionsUse Case’sDemo

Page 10: PostfixAdmin Configuration  Tool

Problems & SolutionsProblems

Installation of Ubuntu on Windows

Apt-get package management system

Installation of Postfix(MTA) Basic Configuration of Postfix Configuration Main.cf File. Installation of LAMP Server Mysql root password forgetten Database Problems Installation of PostfixAdmin Configuration of PostfixAdmin Installation of Dovecot Configuration of Dovecot

Solutions

Ubuntu OS was set up the computerBasic Commands of Operating System(vi,gedit,apt-get,sudo etc..)The configuration of add in MTA postfix was done.Inside main.cf file some changes have been done that about configuration from looking yolinux.comLamp Server installation was achieved for postfixadmin with help sudo tasksel code.Mysql root password was been reset.Inside dovecot.conf have been that about configuration from looking help.ubuntu.com

Page 11: PostfixAdmin Configuration  Tool

Agenda

Purpose of Project

Used Technologies

Database Design

Problems &Solutions

Use Case’sDemo

Page 12: PostfixAdmin Configuration  Tool

Basic SMTP Commands Firstly via sudo su command admin which is also called root help us to get

the authorization. So it wont ask for authorization in each progress. After that via /etc/init.d/postfix start commands we start postfix. After doing it (with the order) we use commands like helo ,mail from, rcpt

to. The basic SMTP commands are:Helo,mail,rcpt,data,quit. We make the correctment of mail's cd /var/mail to see the mail which sent

to <root@localhost>. We make Correction with ls -la command. Then with using mutt -f sahin command we can get the user (Mail user

agent) sahin and see the mails which is sent for the user Sahin

Page 13: PostfixAdmin Configuration  Tool

Sending mail on Localhost

Page 14: PostfixAdmin Configuration  Tool

Lists ALL the files and directories in the /var/mail directory

Page 15: PostfixAdmin Configuration  Tool

Looking mail on MUTT

MUTT: Mutt is a small but very powerful text based program for reading electronic mail under UNIX operating systems.

Page 16: PostfixAdmin Configuration  Tool

Read mail on MUTT

Page 17: PostfixAdmin Configuration  Tool

Use Case’s

Create a Virtual Domain through PostfixAdmin interface

We have opened virtual users over those domains.

Page 18: PostfixAdmin Configuration  Tool

Use Case’s

Create a new mailbox through over domain

Domain List

Page 19: PostfixAdmin Configuration  Tool

Agenda

Purpose of Project

Used Technologies

Database DesignProblems

&SolutionsUse Case’sDemo