ГЛАВНАЯ  |  НОВОСТИ  |  О НАС  |  ДОКУМЕНТАЦИЯ  |  СЛОВАРЬ  |  КОНТАКТЫ  
 

 
W3C
Спецификация HTML 4.01 (на русском)
HTML 4.0 Entities
Спецификация CSS2 (на русском)
Расширяемый Язык Разметки (XML) 1.0 (на русском)
Расширяемый Язык Стилей (XSL) 1.0 (на русском)
Расширяемый Язык Гипертекстовой Разметки (XHTML) 1.0 (на русском)
XHTML 1.1 - XHTML на базе модулей (на русском)
Модуляризация XHTML (на русском)
Mason
Документация по Mason (на русском)
Mason Documentation (english)
Embedding Perl in HTML with Mason (english)
Поисковые машины
mnoGoSearch 3.2.15 (на русском)
mnoGoSearch 3.3.7 (english)
RDBMS
PostgreSQL 8.4 Documentation (english)
FreeBSD & UNIX
Manpage Viewer / Страницы помощи (english)
Руководство FreeBSD (на русском)
FreeBSD Handbook (english)
Часто задаваемые вопросы по FreeBSD (на русском)
Frequently Asked Questions for FreeBSD (english)
Статьи о FreeBSD на русском
Другие руководства по FreeBSD (на русском)
Операционная система UNIX (на русском)
Протоколы сетевого взаимодействия TCP/IP (на русском)
VIDEO
MPlayer (mencoder) (на русском)
MPlayer (mencoder) (english)
FFMPEG (english)
GRAPHICS
User manual for Netpbm (english)
O'Reilly
O'Reilly's bookshelves (english)
 

sendmail

sendmailSearch this book
Previous: 1.8 Things to TryChapter 2Next: 2.2 Read the Documents
 

2. Have a V8

To make the examples on your screen match those in this book, we have elected to use V8 sendmail for the rest of this tutorial. If you are already running the latest release of V8 sendmail, you may skip this chapter. [1] Otherwise, you will need to get and compile V8. In this chapter we show you how to do just that. But don't worry. We don't intend to show you how to do a full installation. All you need is a runnable sendmail binary, and compiling one is generally pretty easy.

[1] You may still have to get the latest release and compare it to your system version to find out whether you really have the latest release.

2.1 Get the Source

V8 sendmail is officially available via anonymous FTP from:

ftp://ftp.sendmail.org/ucb/sendmail/

Its distribution consists of two forms of tar(1) files, one compacted with compress(1) and the other with gzip(1):

sendmail.*.tar.Z        <- compressed source tar
sendmail.*.tar.gz       <- gzipped source tar

The * in each of the above represents the current version number, such as 8.x.y, where x denotes a major release and y denotes a minor release. Get only one of these two files; they contain identical copies of the distribution. The .gz form is smaller and quicker to transfer with FTP.

After you get the source distribution, you next need to unpack it. Assuming the current version is 8.8.4, you unpack it with one of these commands:

% zcat sendmail.8.8.4.tar.Z | tar xf -
% gzcat sendmail.8.8.4.tar.gz | tar xf -

Once successfully unpacked, you'll find a new subdirectory in the current directory. It has the same name as the source distribution, but with the .tar.Z or .tar.gz suffix removed and the first dot in the name turned into a hyphen:

% ls
sendmail.8.8.4.tar.gz    sendmail-8.8.4

Here, sendmail-8.8.4 is the directory that contains the source and documentation for sendmail. Change into that directory and look at its contents:

% cd sendmail-8.8.4
% ls
FAQ             RELEASE_NOTES   mail.local      rmail
KNOWNBUGS       cf              mailstats       smrsh
Makefile        contrib         makemap         src
READ_ME         doc             praliases       test


Previous: 1.8 Things to TrysendmailNext: 2.2 Read the Documents
1.8 Things to TryBook Index2.2 Read the Documents

 
 
 


 Copyright © DHS Group, 2000-2007.

 
 
E-mail: info@dhs.net.ru 
Тел.: +7 3952 664321