190 likes | 327 Views
Ozan Şahin Ömer Üçler. PostfixAdmin Configuration Tool. Agenda. Purpose of Project Used Technologies Database Design Problems&Solutions Use Case’s Demo. Purpose of Project.
E N D
Ozan Şahin Ömer Üçler PostfixAdminConfiguration Tool
Agenda • Purpose of Project • Used Technologies • Database Design • Problems&Solutions • Use Case’s • Demo
Purpose of Project • The aim of Project,wesee 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
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. • Dovecotis 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.
Agenda • Purpose of Project • Used Technologies • Database Design • Problems & Solutions • Use Case’s • Demo
Used Technologies • LAMP consist of; • Linux • Apache • Mysql • Php • PhpmyAdmin • Postfix • Dovecot • Thunderbird • Mysql Administrator • Mysql Workbench
Agenda • Purpose of Project • Used Technologies • Database Design • Problems & Solutions • Use Case’s • Demo
Agenda • Purpose of Project • Used Technologies • Database Design • Problems & Solutions • Use Case’s • Demo
Problems & Solutions • Solutions • Ubuntu OS was set up the computer • Basic 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.com • Lamp 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 Problems • 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
Agenda • Purpose of Project • Used Technologies • Database Design • Problems &Solutions • Use Case’s • Demo
Basic SMTP Commands • Firstly via sudosu 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
Lists ALL the files and directories in the /var/mail directory
Looking mail on MUTT MUTT: Mutt is a small but very powerful text based program for reading electronic mail under UNIX operating systems.
Use Case’s Create a Virtual Domain through PostfixAdmin interface We have opened virtual users over those domains.
Use Case’s Create a new mailbox through over domain Domain List
Agenda • Purpose of Project • Used Technologies • Database Design • Problems &Solutions • Use Case’s • Demo