> -----Original Message----- > From: Dusan Djordjevic > Sent: Thursday, June 12, 2003 3:49 AM > Subject: Sendmail AUTH and STARTTLS rpms > > > Hi all, > > I want to install Sendmail with SMTP AUTH and STARTTLS on my > Red Hat 9 server. Is there any how-to document which describes > how to modify SRPMs so they can support this features, or can > I find ready RPMs with this features. The RH-9.0 based sendmail RPM's already support these features. You just need to enable them in your sendmail.mc file. The following is from a rh-9.0 based system using the supplied sendmail RPM's [root@xxxxxxx scowles]# rpm -q sendmail sendmail-8.12.8-5.90 [root@xxxxxxx scowles]# rpm -q sendmail-devel sendmail-devel-8.12.8-5.90 [root@xxxxxxx scowles]# rpm -q sendmail-cf sendmail-cf-8.12.8-5.90 [root@xxxxxxx scowles]# uname -a Linux voyager 2.4.20-18.9 #1 Thu May 29 07:09:43 EDT 2003 i586 i586 i386 GNU/Linux [root@xxxxxxx scowles]# sendmail -bt -d0.1 </dev/null Version 8.12.8 Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SASL SCANF STARTTLS TCPWRAPPERS USERDB USE_LDAP_INIT [root@xxxxxxx scowles]# telnet voyager 25 Trying 192.168.9.3... Connected to voyager. Escape character is '^]'. 220 voyager.mydomain.com ESMTP Sendmail 8.12.8/8.12.8; Thu, 12 Jun 2003 06:23:18 -0500 ehlo voyager 250-voyager.mydomain.com Hello voyager.mydomain.com [192.168.9.3], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN 250-DELIVERBY 250 HELP Steve Cowles