Package: ssmtp Version: 2.61-13 Severity: wishlist Tags: patch The ssmtp.conf manpage is missing UseTLSCert. Took me a while to figure out why it things weren't working for me. Patch attached.
-jim -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-rc8 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ssmtp depends on: ii debconf [debconf-2.0] 1.5.18 Debian configuration management sy ii libc6 2.7-5 GNU C Library: Shared libraries ii libgnutls13 2.0.4-1 the GNU TLS library - runtime libr ssmtp recommends no packages. -- debconf information excluded
--- ssmtp-orig/ssmtp.conf.5 2008-01-20 15:41:11.000000000 -0500 +++ ssmtp-2.61/ssmtp.conf.5 2008-01-20 16:03:48.000000000 -0500 @@ -51,6 +51,11 @@ The default is Specifies whether ssmtp does a EHLO/STARTTLS before starting SSL negotiation. See RFC 2487. .Pp +.It Cm UseTLSCert +Specifies whether to provide a RSA certificate when using TLS. +The default is +.Dq no . +.Pp .It Cm TLSCert The file name of an RSA certificate to use for TLS, if required. .Pp

