• Complain

Craig Hunt - sendmail Cookbook

Here you can read online Craig Hunt - sendmail Cookbook full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2003, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Craig Hunt sendmail Cookbook
  • Book:
    sendmail Cookbook
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2003
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

sendmail Cookbook: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "sendmail Cookbook" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

More often than not, the words sendmail configuration strike dread in the hearts of sendmail and system administrators--and not without reason. sendmail configuration languages are as complex as any other programming languages, but used much more infrequently--only when sendmail is installed or configured. The average system administrator doesnt get enough practice to truly master this inscrutable technology.Fortunately, theres help. The sendmail Cookbook provides step-by-step solutions for the administrator who needs to solve configuration problems fast. Say you need to configure sendmail to relay mail for your clients without creating an open relay that will be abused by spammers. A recipe in the Cookbook shows you how to do just that. No more wading through pages of dense documentation and tutorials and creating your own custom solution--just go directly to the recipe that addresses your specific problem.Each recipe in the sendmail Cookbook outlines a configuration problem, presents the configuration code that solves that problem, and then explains the code in detail. The discussion of the code is critical because it provides the insight you need to tweak the code for your own circumstances.The sendmail Cookbook begins with an overview of the configuration languages, offering a quick how-to for downloading and compiling the sendmail distribution. Next, youll find a baseline configuration recipe upon which many of the subsequent configurations, or recipes, in the book are based. Recipes in the following chapters stand on their own and offer solutions for properly configuring important sendmail functions such as:Delivering and forwarding mail Relaying Masquerading Routing mail Controlling spam Strong authentication Securing the mail transport Managing the queue Securing sendmailsendmail Cookbook is more than just a new approach to discussing sendmail configuration. The book also provides lots of new material that doesnt get much coverage elsewhere--STARTTLS and AUTH are given entire chapters, and LDAP is covered in recipes throughout the book. But most of all, this book is about saving time--something that most system administrators have in short supply. Pick up the sendmail Cookbook and say good-bye to sendmail dread.

Craig Hunt: author's other books


Who wrote sendmail Cookbook? Find out the surname, the name of the author of the book and a list of all author's works by series.

sendmail Cookbook — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "sendmail Cookbook" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Dedication

To Amanda, Pat, Kathy, Sara, and all mothers everywhere who continue to renew life and our love of life.

[]
[]
access database
encryption levels
addresses
sender
aliases
aliases file
authentication
[]
blackhole lists (DNS)
blacklist_recipients
building
-bv option
[]
closing security holes
compiling
configuration
configuration files
master
Cyrus SASL
[]
defines
delivery
to files
to programs
directories
DNS
DNS blackhole list
domains
virtual
downloading
[]
encryption
outbound
error messages
errors
EXPOSED_USER macro
[]
files
delivery to
permissions
flags
.forward files
forwarding
ftp
[]
genericstable
sender addresses
grep
groups
queue groups
[]
headers
holes, security
hostnames
masquerading
sender addresses
hosts
external
[]
[]
keys
keywords
knecht.mc file
[]
LDAP
local-host-names file
[]
mailers
mailertable
mailing lists
sender addresses
master configuration files
messages
queue
MX records
[]
newaliases command
NIS (Network Information Service), reading aliases
nullclient
[]
outbound encryption
outbound mail
[]
pathnames
permissions
PGP keys
PrivacyOptions
private CAs
procmail
filters
programs
delivery to
[]
queue
groups
messages
[]
regular expressions
RELAY_DOMAIN_FILE
relaying
relaying privileges, STARTTLS clients
return values
root
root access
routing
RPM Package Manager
RPM Package Manager)
rulesets
[]
SASL
holes
sender addresses
sendmail
upgrading
sendmail.cf file
sendmail.schema file
servers
service.switch file
signature files
smrsh
SMTP (Simple Mail Transfer Protocol)
commands
source code
spam
starting sendmail
STARTTLS
relaying privileges
[]
-bv option
-D flags
-l flags
/ flag
[]
trusted users
[]
upgrading sendmail
users
spam
trusted
[]
verification
virtual domains
virtusertable
[]
[]
[]
Reviews Reader Reviews Errata Academic sendmail Cookbook By Craig - photo 1
Reviews
Reader Reviews
Errata
Academic
Introduction

To follow a recipe successfully, you must clearly understand theinstructions it contains. You must understand the difference betweenfolding and stirring and be able to find the spices when the recipecalls for a pinch of cumin. Just as you must be able to find your wayaround the kitchen to become a cook, you must know your way aroundthe sendmail distribution in order to build or customize a sendmailconfiguration.

The directory

[1] Most of the ls command output in this book is generated on a Red Hat Linux system.Other versions of Unix and Linux may sort ls output in a different way. The listing order may be different, butthe files and directories will be the same.

$ ls sendmail-8.12.9Build doc INSTALL libsmdb mailstats praliases sendmailcf editmap KNOWNBUGS libsmutil Makefile README smrshcontrib FAQ libmilter LICENSE makemap RELEASE_NOTES testdevtools include libsm mail.local PGPKEYS rmail vacation

Most of these files and directories are used to compile is in thesendmail directory, the libraries are indirectories such as libsm andlibsmutil, and the source code of utilities suchas makemap and smrsh islocated in easily identified directories.

There are also several important sources of information in thedistribution:

  • The INSTALLand README filesprovide the latest information on compiling and installing sendmail.

  • The RELEASE_NOTES file lists the importantfeatures of the new release.

  • The KNOWNBUGS and FAQ files explainsolutions to chronic and common problems.

  • The doc subdirectory contains the Sendmail Installation and Operations Guide ,which is an excellent source of information for the sendmailadministrator.

Of all of these important directories and files, the most important(from the perspective of this book) is the cfdirectory, because the cf directory contains theconfiguration files (and this is a book about sendmailconfiguration).

The cf directory structure

The m4 source files and libraries used to build thesendmail configuration are located in the cfdirectory, which contains the following items:

$ ls sendmail-8.12.9/cfcf feature m4 ostype sendmail.schema siteconfigdomain hack mailer README sh

The cf directory contains two files,README and sendmail.schema,and nine subdirectories. The sendmail.schemafile isan experimental LDAP schema that predefines attribute types andobject classes that can be used with LDAP. The sendmail schema isused in most LDAP examples in this book. TheREADME fileis a comprehensive reference to the syntax and usage of all of the m4 macros and variables used to configuresendmail. The README file is an invaluablereference, particularly when used with this book.

The directories hack, sh,and siteconfig have very little use for mostconfigurations.


hack directory

The hack directory is intended to holdm4 source files built by the local systemadministrator to solve temporary sendmail configuration problems.There is only one file in the hack directory,built years ago, which serves as an example of a sendmail hack. Thehack directory and the HACK macro are still there, but, with all of the power and flexibilityavailable to configure sendmail, there is simply no good reason touse them.


siteconfig directory

The siteconfig directory is intended to hold filesthat use sendmail m4 SITE macros to list the locally connected UUCP sites. Thesiteconfig directory, the SITECONFIG macro, and the SITE macro are maintained for backward compatibility. However, thedirectory and the macros are obsolete and should no longer be used todefine the UUCP connectivity for a UUCP mail server.

sendmail Cookbook
By Craig Hunt
Publisher: O'Reilly
Pub Date: December 2003
ISBN: 0-596-00471-0
Pages: 408

The sendmail Cookbook providesstep-by-step solutions for the administrator who needs tosolve configuration problems fast. Each recipe in the sendmail Cookbook outlines aconfiguration problem, presents the configuration code thatsolves that problem, and then explains the code in detail.The book also provides lots of new material that doesn't getmuch coverage elsewhere--STARTTLS and AUTH are given entirechapters, and LDAP is covered in recipes throughout thebook.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «sendmail Cookbook»

Look at similar books to sendmail Cookbook. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «sendmail Cookbook»

Discussion, reviews of the book sendmail Cookbook and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.