Red Hat Linux
Windows 2000 Active Directory with Schema Extensions LDAP
mkdir sendmail
cd sendmail
ftp ftp.sendmail.org
get pub/sendmail/sendmail.8.12.7.tar.gz ./sendmail.8.12.7.tar.gz
cd sendmail
gzip -d sendmail.8.12.7.tar.gz
tar -xf sendmail.8.12.7.tar
cd sendmail-8.12.7/devtools/Site
vi ./site.config.m4
cd ../../sendmail
sh Build
cd ../cf/cf
cp generic-linux.mc sendmail.mc
vi sendmail.mc
sh Build sendmail.cf
sh Build install-cf
useradd smmsp
mkdir /usr/man
mkdir /usr/man/man1
mkdir /usr/man/man5
mkdir /usr/man/man8
cd ../../sendmail
sh Build install
cd ../makemap
sh Build
sh Build install
makemap hash -v /etc/mail/access.db < /etc/mail/access
/etc/rc.d/init.d/sendmail restart
Table of Contents Previous Next
© 2002 Henry Beatty Last Modified:
Disclaimer: I will not be held responsible for any problems encountered by following these instructions. This is informational only. Do not use this on a production system. Use at your own risk.