''EGD'' '''

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).



    Part I: Build and Install
    Chapter 2. Build and Install sendmail
    Chapter 4. Configure sendmail.cf with m4
    Part II: Administration
    Part III: The Configuration File