home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

EGD

Enable use of the EGD daemon port with confENVDEF

EGD, which stands for Entropy Gathering Daemon, is a persistent daemon that provides pseudo-random numbers via a Unix socket. Obtaining this daemon and configuring for its use are described in Section 10.10.1.3. To allow code to be included inside sendmail so that it can use this EGD daemon, you must define this EGD compile-time macro:

APPENDDEF(`confENVDEF', `-DEGD=1')

This definition is needed only on machines that lack /dev/urandom. If you are running a precompiled sendmail binary, you can use the -d0.1 debugging command-line switch (-d0.1) to determine if EGD support is included (if it appears in the list, support is included).

    Previous Section Next Section