I don't normally do this, but seeing as everyone uses sendmail for something else and uses some other feature that no one else uses, I expect to get a big benefit from this. Attached is the *start* of a sendmail sxs. Please review, and reply with comments, additions, etc. I'm hoping to buld out a section of the site for sendmail and all the things can be done with it (the various addressing games, anti-virus interfaces, spam killer interfaces, etc) so all comments (or even better, small write-ups) are welcome. Please refrain from 'use postfix' and other such comments. those programs are getting write-ups in the near future on their own merits. we're dealing with "demystifing" sendmail right now. thanks!
-- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 Admin: Linux StepByStep - http://linux.nf /* So there I am, in the middle of my `netfilter-is-wonderful' talk in Sydney, and someone asks `What happens if you try to enlarge a 64k packet here?'. I think I said something eloquent like `fsck'. */ 2.4.3 linux/net/ipv4/netfilter/ip_nat_ftp.cTitle: Sendmail - from the source
Sendmail - from the source This document describes installing Sendmail to utilize some of it's neater features, to be a little more secure (we will run Sendmail under a non-root id), and so we have a better understanding of Sendmail itself. Please note that we assume you have already installed Procmail. Since early in the 11.x series, Sendmail's milter interface has been greatly improved and enhanced. We are going to build Sendmail with its libmilter feature turned on. We do this because the milter interface is the preferred method of enhancing and extending Sendmail. The milter interface can be used to "hook" anti-spam, anti-virus, and many other features into the Sendmail daemon. If you're interested, please see www.milter.org for the latest developments in milter features.
Decide if you machine is going to accept incoming mail from other systems, or if it is going to only send outbound mail. If you have no need for incoming mail on this machine, edit your sendmail startup script (usually in /etc/rc.d somewhere) and change the sendmail options from:
This will prevent sendmail from starting up as a listening deamon. Enjoy! |