Richard Blum
Open Source E-mail Security
Richard Blum
Open Source E-mail Security
- Broschiertes Buch
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
In this book you'll learn the technology underlying secure e-mail systems, from the protocols involved to the open source software packages used to implement e-mail security. This book explains the secure MIME (S/MIME) protocol and how it is used to protect data transmitted across the Internet. It also explains the concepts crucial to stopping spam messages using the three most popular open source mail packages--sendmail, qmail, and postfix. It presents detailed configurations showing how to avoid accepting messages from known open relays and how to filter known spam messages. Advanced…mehr
Andere Kunden interessierten sich auch für
- Arvind ChandakaDeveloping Microservices Architecture on Microsoft Azure with Open Source Technologies42,99 €
- Robert AndersonUniversal Access to E-mail19,99 €
- William StallingsCryptography and Network Security210,99 €
- Graham BartlettIkev2 Ipsec Virtual Private Networks60,99 €
- Aaron WolandCisco Ise for Byod and Secure Unified Access66,99 €
- Jon HoffmanIOS and OS X Network Programming Cookbook53,99 €
- Aaron WolandIntegrated Security Technologies and Solutions - Volume I74,99 €
-
-
-
In this book you'll learn the technology underlying secure e-mail systems, from the protocols involved to the open source software packages used to implement e-mail security. This book explains the secure MIME (S/MIME) protocol and how it is used to protect data transmitted across the Internet. It also explains the concepts crucial to stopping spam messages using the three most popular open source mail packages--sendmail, qmail, and postfix. It presents detailed configurations showing how to avoid accepting messages from known open relays and how to filter known spam messages. Advanced security topics are also covered, such as how to install and implement virus scanning software on the mail server, how to use SMTP authentication software, and how to use the SSL protocol to secure POP, IMAP, and WebMail servers.
Produktdetails
- Produktdetails
- Verlag: Sams
- Seitenzahl: 500
- Erscheinungstermin: 10. Oktober 2001
- Englisch
- Abmessung: 232mm x 188mm x 28mm
- Gewicht: 830g
- ISBN-13: 9780672322372
- ISBN-10: 0672322374
- Artikelnr.: 21200514
- Herstellerkennzeichnung
- Libri GmbH
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
- Verlag: Sams
- Seitenzahl: 500
- Erscheinungstermin: 10. Oktober 2001
- Englisch
- Abmessung: 232mm x 188mm x 28mm
- Gewicht: 830g
- ISBN-13: 9780672322372
- ISBN-10: 0672322374
- Artikelnr.: 21200514
- Herstellerkennzeichnung
- Libri GmbH
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
Rich Blum has worked for the past 13 years as a network and systems administrator for the U.S. Department of Defense at the Defense Finance and Accounting Service. There he has been using Unix operating systems as an FTP server, TFTP server, e-mail server, mail list server, and network monitoring device in a large networking environment. Rich currently serves on the board of directors for Traders Point Christian Schools and is active on the computer support team at the school, helping to support a Microsoft network in the classrooms and computer lab of a small K-8 school. Rich has a bachelors of science degree in electrical engineering, and a masters of science degree in management, specializing in Management Information Systems, both from Purdue University. When Rich is not being a computer nerd, he is either playing electric bass for the church worship band or spending time with his wife, Barbara, and two daughters, Katie Jane and Jessica.
Introduction.
I. E-MAIL PRINCIPLES.
1. E-mail Basics.
Unix E-mail Systems. E-mail Protocols. E-mail Security. Summary.
2. SMTP.
SMTP Description. Extended SMTP. Message Formats. Summary.
3. POP3.
Description of the Post Office Protocol. POP3 Authentication Methods. POP3
Client Commands. Open Source POP3 Implementations. Summary.
4. IMAP.
Description of the Interactive Message Access Protocol. IMAP Authentication
Methods. IMAP Client Protocol. Open Source IMAP Implementations. Summary.
5. MIME.
The Uuencode Program. MIME and Binary Data. S/MIME. Open Source MIME
Packages. MIME with PGP. Summary.
6. Reading E-mail Headers.
Decoding Forged E-mail Headers. Using DNS Programs to Track E-mail Hosts.
Using External Spam Services. Summary.
II. SERVER SECURITY.
7. Securing the UNIX Server.
Monitoring Log Files. Preventing Network Attacks. Blocking Network Access
to the Server. Detecting Break-ins. Summary.
8. The sendmail E-mail Package.
What Is sendmail? Configuring sendmail. Using the m4 Preprocessor. The
sendmail Command Line. Installing sendmail. Securing sendmail. Summary.
9. The qmail E-mail Package.
What Is qmail? Control Files. Downloading and Compiling the qmail Source
Code. Configuring qmail. Using the qmail sendmail Wrapper. Receiving SMTP
Messages. qmail and Security. Summary.
10. The Postfix E-mail Package.
What Is Postfix? Downloading and Compiling Postfix. Configuring Postfix.
Starting Postfix. Postfix and Security. Summary.
11. Preventing Open Relays.
Open and Selective Relaying. Configuring Selective Relaying. Avoiding Open
Relays. Summary.
12. Blocking Spam.
Methods Used to Block Spam. Implementing Spam Blocking. Summary.
13. Filtering Viruses.
Methods Used to Block Viruses. Implementing Virus Filtering. Implementing
Virus Scanning. Summary.
III. E-MAIL SERVICE SECURITY.
14. Using E-mail Firewalls.
The SMTP VRFY and EXPN Commands. Disabling the VRFY and EXPN Commands.
Using an E-mail Firewall. Creating an E-mail Firewall. Summary.
15. Using SASL.
What Is SASL? The Cyrus-SASL Library. Implementing SASL. Testing the SASL
Server. Summary.
16. Secure POP3 and IMAP Servers.
The SSL Family of Protocols. The OpenSSL Package. Using UW IMAP with SSL.
Summary.
17. Secure Webmail Servers.
What Is Webmail? The TWIG Webmail Server. The MySQL Database. The Apache
Web Server with PHP Support. Installing the TWIG Webmail Server. Summary.
I. E-MAIL PRINCIPLES.
1. E-mail Basics.
Unix E-mail Systems. E-mail Protocols. E-mail Security. Summary.
2. SMTP.
SMTP Description. Extended SMTP. Message Formats. Summary.
3. POP3.
Description of the Post Office Protocol. POP3 Authentication Methods. POP3
Client Commands. Open Source POP3 Implementations. Summary.
4. IMAP.
Description of the Interactive Message Access Protocol. IMAP Authentication
Methods. IMAP Client Protocol. Open Source IMAP Implementations. Summary.
5. MIME.
The Uuencode Program. MIME and Binary Data. S/MIME. Open Source MIME
Packages. MIME with PGP. Summary.
6. Reading E-mail Headers.
Decoding Forged E-mail Headers. Using DNS Programs to Track E-mail Hosts.
Using External Spam Services. Summary.
II. SERVER SECURITY.
7. Securing the UNIX Server.
Monitoring Log Files. Preventing Network Attacks. Blocking Network Access
to the Server. Detecting Break-ins. Summary.
8. The sendmail E-mail Package.
What Is sendmail? Configuring sendmail. Using the m4 Preprocessor. The
sendmail Command Line. Installing sendmail. Securing sendmail. Summary.
9. The qmail E-mail Package.
What Is qmail? Control Files. Downloading and Compiling the qmail Source
Code. Configuring qmail. Using the qmail sendmail Wrapper. Receiving SMTP
Messages. qmail and Security. Summary.
10. The Postfix E-mail Package.
What Is Postfix? Downloading and Compiling Postfix. Configuring Postfix.
Starting Postfix. Postfix and Security. Summary.
11. Preventing Open Relays.
Open and Selective Relaying. Configuring Selective Relaying. Avoiding Open
Relays. Summary.
12. Blocking Spam.
Methods Used to Block Spam. Implementing Spam Blocking. Summary.
13. Filtering Viruses.
Methods Used to Block Viruses. Implementing Virus Filtering. Implementing
Virus Scanning. Summary.
III. E-MAIL SERVICE SECURITY.
14. Using E-mail Firewalls.
The SMTP VRFY and EXPN Commands. Disabling the VRFY and EXPN Commands.
Using an E-mail Firewall. Creating an E-mail Firewall. Summary.
15. Using SASL.
What Is SASL? The Cyrus-SASL Library. Implementing SASL. Testing the SASL
Server. Summary.
16. Secure POP3 and IMAP Servers.
The SSL Family of Protocols. The OpenSSL Package. Using UW IMAP with SSL.
Summary.
17. Secure Webmail Servers.
What Is Webmail? The TWIG Webmail Server. The MySQL Database. The Apache
Web Server with PHP Support. Installing the TWIG Webmail Server. Summary.
Introduction.
I. E-MAIL PRINCIPLES.
1. E-mail Basics.
Unix E-mail Systems. E-mail Protocols. E-mail Security. Summary.
2. SMTP.
SMTP Description. Extended SMTP. Message Formats. Summary.
3. POP3.
Description of the Post Office Protocol. POP3 Authentication Methods. POP3
Client Commands. Open Source POP3 Implementations. Summary.
4. IMAP.
Description of the Interactive Message Access Protocol. IMAP Authentication
Methods. IMAP Client Protocol. Open Source IMAP Implementations. Summary.
5. MIME.
The Uuencode Program. MIME and Binary Data. S/MIME. Open Source MIME
Packages. MIME with PGP. Summary.
6. Reading E-mail Headers.
Decoding Forged E-mail Headers. Using DNS Programs to Track E-mail Hosts.
Using External Spam Services. Summary.
II. SERVER SECURITY.
7. Securing the UNIX Server.
Monitoring Log Files. Preventing Network Attacks. Blocking Network Access
to the Server. Detecting Break-ins. Summary.
8. The sendmail E-mail Package.
What Is sendmail? Configuring sendmail. Using the m4 Preprocessor. The
sendmail Command Line. Installing sendmail. Securing sendmail. Summary.
9. The qmail E-mail Package.
What Is qmail? Control Files. Downloading and Compiling the qmail Source
Code. Configuring qmail. Using the qmail sendmail Wrapper. Receiving SMTP
Messages. qmail and Security. Summary.
10. The Postfix E-mail Package.
What Is Postfix? Downloading and Compiling Postfix. Configuring Postfix.
Starting Postfix. Postfix and Security. Summary.
11. Preventing Open Relays.
Open and Selective Relaying. Configuring Selective Relaying. Avoiding Open
Relays. Summary.
12. Blocking Spam.
Methods Used to Block Spam. Implementing Spam Blocking. Summary.
13. Filtering Viruses.
Methods Used to Block Viruses. Implementing Virus Filtering. Implementing
Virus Scanning. Summary.
III. E-MAIL SERVICE SECURITY.
14. Using E-mail Firewalls.
The SMTP VRFY and EXPN Commands. Disabling the VRFY and EXPN Commands.
Using an E-mail Firewall. Creating an E-mail Firewall. Summary.
15. Using SASL.
What Is SASL? The Cyrus-SASL Library. Implementing SASL. Testing the SASL
Server. Summary.
16. Secure POP3 and IMAP Servers.
The SSL Family of Protocols. The OpenSSL Package. Using UW IMAP with SSL.
Summary.
17. Secure Webmail Servers.
What Is Webmail? The TWIG Webmail Server. The MySQL Database. The Apache
Web Server with PHP Support. Installing the TWIG Webmail Server. Summary.
I. E-MAIL PRINCIPLES.
1. E-mail Basics.
Unix E-mail Systems. E-mail Protocols. E-mail Security. Summary.
2. SMTP.
SMTP Description. Extended SMTP. Message Formats. Summary.
3. POP3.
Description of the Post Office Protocol. POP3 Authentication Methods. POP3
Client Commands. Open Source POP3 Implementations. Summary.
4. IMAP.
Description of the Interactive Message Access Protocol. IMAP Authentication
Methods. IMAP Client Protocol. Open Source IMAP Implementations. Summary.
5. MIME.
The Uuencode Program. MIME and Binary Data. S/MIME. Open Source MIME
Packages. MIME with PGP. Summary.
6. Reading E-mail Headers.
Decoding Forged E-mail Headers. Using DNS Programs to Track E-mail Hosts.
Using External Spam Services. Summary.
II. SERVER SECURITY.
7. Securing the UNIX Server.
Monitoring Log Files. Preventing Network Attacks. Blocking Network Access
to the Server. Detecting Break-ins. Summary.
8. The sendmail E-mail Package.
What Is sendmail? Configuring sendmail. Using the m4 Preprocessor. The
sendmail Command Line. Installing sendmail. Securing sendmail. Summary.
9. The qmail E-mail Package.
What Is qmail? Control Files. Downloading and Compiling the qmail Source
Code. Configuring qmail. Using the qmail sendmail Wrapper. Receiving SMTP
Messages. qmail and Security. Summary.
10. The Postfix E-mail Package.
What Is Postfix? Downloading and Compiling Postfix. Configuring Postfix.
Starting Postfix. Postfix and Security. Summary.
11. Preventing Open Relays.
Open and Selective Relaying. Configuring Selective Relaying. Avoiding Open
Relays. Summary.
12. Blocking Spam.
Methods Used to Block Spam. Implementing Spam Blocking. Summary.
13. Filtering Viruses.
Methods Used to Block Viruses. Implementing Virus Filtering. Implementing
Virus Scanning. Summary.
III. E-MAIL SERVICE SECURITY.
14. Using E-mail Firewalls.
The SMTP VRFY and EXPN Commands. Disabling the VRFY and EXPN Commands.
Using an E-mail Firewall. Creating an E-mail Firewall. Summary.
15. Using SASL.
What Is SASL? The Cyrus-SASL Library. Implementing SASL. Testing the SASL
Server. Summary.
16. Secure POP3 and IMAP Servers.
The SSL Family of Protocols. The OpenSSL Package. Using UW IMAP with SSL.
Summary.
17. Secure Webmail Servers.
What Is Webmail? The TWIG Webmail Server. The MySQL Database. The Apache
Web Server with PHP Support. Installing the TWIG Webmail Server. Summary.