Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus
Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus
Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus
Ebook45 pages20 minutes

Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This work provides starting guide for simple Postfix mail server configuration. Then I configured the Postfix mail server to support Anti-Spam and Anti-Virus, using two methods.
• Method 1: With Postfix, SpamAssassin, ClamAV and Amavis-new
• Method 2: With Postfix, SpamAssassin, ClamAV and Procmail

The report includes the following sections
1. How Postfix receives mail:
2. How Postfix delivers mail
3. Starting guide for quick Postfix configuration
4. Postfix mail server and Dovecot configuration
5. Installing ClamAV and SpamAssassin
6. Installing and configuring Squirrelmail:
7. Method 1 to support Antivirus and Antispam: Using Postfix, Amavis-new, ClamAV, SpamAssassin
8. Method 2 to support Antivirus and Antispam: Using Postfix, Procmail, ClamAV, SpamAssassin
LanguageEnglish
Release dateApr 28, 2021
ISBN9783985512065
Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus
Author

Dr. Hidaia Mahmood Alassouli

I am Dr. Hidaia Mahmood Mohamed Alassouli. I completed my PhD degree in Electrical Engineering from Czech Technical University by February 2003, and my M. Sc. degree in Electrical Engineering from Bahrain University by June 1995. I completed also one study year of most important courses in telecommunication and computer engineering courses in Islamic university in Gaza. So, I covered most important subjects in Electrical Engineering, Computer Engineering and Telecommunications Engineering during my study. My nationality is Palestinian from Gaza Strip.I obtained a lot of certified courses in MCSE, SPSS, Cisco (CCNA), A+, Linux.I worked as Electrical, Telecommunicating and Computer Engineer in a lot of institutions. I worked also as a computer networking administrator. I had considerable undergraduate teaching experience in several types of courses in many universities. I handled teaching the most important subjects in Electrical and Telecommunication and Computer Engineering. I could publish a lot of papers a top-tier journals and conference proceedings, besides I published a lot of books in Publishing and Distribution houses.I wrote a lot of important Arabic articles on online news websites. I also have my own magazine website that I publish on it all my articles: http://www.anticorruption.000space.comI am an Author publishing books on kdp.amazon.comand many other book stores such as Google, Apple.com, writinglife.kobo.com, Lulu.com, feiyr.com, blurb.com, bookrix.com, barnesandnoble.com, notionpress.com, ingramspark.com and others . My personal website: http://www.hidaia-alassouli.000space.comMy Amazon Author Central: https://www.amazon.com/-/e/B07BH5HS7LEmail: hidaia_alassouli@hotmail.com

Read more from Dr. Hidaia Mahmood Alassouli

Related to Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus

Related ebooks

System Administration For You

View More

Related articles

Reviews for Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Starting Guide for Postfix Mail Server Configuration Supporting Anti Spam and Anti Virus - Dr. Hidaia Mahmood Alassouli

    1. Introduction:

    This work provides starting guide for simple Postfix mail server configuration. Then I configured the Postfix mail server to support Anti-Spam and Anti-Virus, using two methods.

    Method 1: With Postfix, SpamAssassin, ClamAV and Amavis-new

    Method 2: With Postfix, SpamAssassin, ClamAV and Procmail

    The report includes the following sections

    1. How Postfix receives mail:

    2. How Postfix delivers mail

    3. Starting guide for quick Postfix configuration

    4. Postfix mail server and Dovecot configuration

    5. Installing ClamAV and SpamAssassin

    6. Installing and configuring Squirrelmail:

    7. Method 1 to support Antivirus and Antispam: Using Postfix, Amavis-new, ClamAV, SpamAssassin

    8. Method 2 to support Antivirus and Antispam: Using Postfix, Procmail, ClamAV, SpamAssassin

    2. How Postfix receives mail:

    When a message enters the Postfix mail system, the first stop on the inside is the incoming queue. The figure below shows the main processes that are involved with new mail. Names followed by a number are Postfix commands or server programs, while unnumbered names inside shaded areas represent Postfix queues.

    Network mail enters Postfix via the smtpd(8) or qmqpd(8) servers. These servers remove the SMTP or QMQP protocol encapsulation, enforce some sanity checks to protect Postfix, and give the sender, recipients and message content to the cleanup(8) server. The smtpd(8) server can be configured to block unwanted mail, as described in the SMTPD_ACCESS_README document.

    Local submissions are received with the Postfix sendmail(1) compatibility command, and are queued in the maildrop queue by the privileged postdrop(1) command. This arrangement even works while the Postfix mail system is not running. The local pickup(8) server picks up local submissions, enforces some sanity checks to protect Postfix, and gives the sender, recipients

    Enjoying the preview?
    Page 1 of 1