Package: sendmail Version: 8.13.6-1 Severity: important On GNU/kFreeBSD, /dev/urandom is a symlink to /dev/random. However, /dev/random has the standard Linux urandom semantics, therefore making /dev/urandom acceptable for use by sendmail. However, without setting HASURANDOMDEV, I have no ability to use STARTTLS, which I would very much like to use.
Essentially, all you have to do is place the following lines in the appropriate part of the conf.h file: #ifndef HASURANDOMDEV #define HASURANDOMDEV 1 #endif If you want me to generate a patch, I can, but I thought this would be fairly trivial to do Thank you very much. You have been very helpful WRT GNU/kFreeBSD. -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]