<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic problem on sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759033#M71972</link>
    <description>Hi,&lt;BR /&gt;  I'm trying to compile sendmail with sasl. I got no error message when i finish. But the execute file did not work.&lt;BR /&gt;  Does any one use sendmail &amp;amp; sasl?</description>
    <pubDate>Mon, 08 Jul 2002 04:49:06 GMT</pubDate>
    <dc:creator>BJ CG DATA</dc:creator>
    <dc:date>2002-07-08T04:49:06Z</dc:date>
    <item>
      <title>problem on sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759033#M71972</link>
      <description>Hi,&lt;BR /&gt;  I'm trying to compile sendmail with sasl. I got no error message when i finish. But the execute file did not work.&lt;BR /&gt;  Does any one use sendmail &amp;amp; sasl?</description>
      <pubDate>Mon, 08 Jul 2002 04:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759033#M71972</guid>
      <dc:creator>BJ CG DATA</dc:creator>
      <dc:date>2002-07-08T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem on sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759034#M71973</link>
      <description>I don't use...&lt;BR /&gt;&lt;BR /&gt;AR</description>
      <pubDate>Mon, 08 Jul 2002 04:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759034#M71973</guid>
      <dc:creator>Amruth</dc:creator>
      <dc:date>2002-07-08T04:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem on sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759035#M71974</link>
      <description>Hi,&lt;BR /&gt;I suppose you did follow the instructions in &lt;A href="http://www.sendmail.org/~ca/email/auth.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/auth.html&lt;/A&gt; ? What version of sasl are you using ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 08 Jul 2002 05:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759035#M71974</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-08T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem on sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759036#M71975</link>
      <description>I'm using sendmail8.12.5 &amp;amp;&lt;BR /&gt;cyrus-sasl 1.5.27, Berkley DB 4.0.14.&lt;BR /&gt;&lt;BR /&gt;I don't know if HPUX support sasl or not.&lt;BR /&gt;&lt;BR /&gt;The follow are configuration file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; site.config.m4:&lt;BR /&gt;APPENDDEF(`confENVDEF', `-DSASL')&lt;BR /&gt;APPENDDEF(`conf_sendmail_LIBS', `-lsasl')&lt;BR /&gt;&lt;BR /&gt;sendmail.mc:&lt;BR /&gt;dnl this is the sendmail macro config file. If you make changes to this&lt;BR /&gt;dnl file,&lt;BR /&gt;dnl you need the sendmail-cf rpm installed and then have to generate a&lt;BR /&gt;dnl new /etc/sendmail.cf by running the following command:&lt;BR /&gt;dnl&lt;BR /&gt;dnl        m4 /etc/mail/sendmail.mc &amp;gt; /etc/sendmail.cf&lt;BR /&gt;dnl&lt;BR /&gt;dnl include(`/usr/share/sendmail-cf/m4/cf.m4')&lt;BR /&gt;VERSIONID(`$Id: sendmail.mc $')dnl&lt;BR /&gt;OSTYPE(`hpux11')dnl&lt;BR /&gt;DOMAIN(`generic')dnl&lt;BR /&gt;define(`ALIAS_FILE', `/etc/mail/aliases')dnl&lt;BR /&gt;TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl&lt;BR /&gt;define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl&lt;BR /&gt;FEATURE(`no_default_msa')dnl&lt;BR /&gt;FEATURE(`smrsh',`/usr/sbin/smrsh')dnl&lt;BR /&gt;FEATURE(`mailertable',`hash -o /etc/mail/mailertable')dnl&lt;BR /&gt;FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl&lt;BR /&gt;FEATURE(redirect)dnl&lt;BR /&gt;FEATURE(use_cw_file)dnl&lt;BR /&gt;FEATURE(use_ct_file)dnl&lt;BR /&gt;FEATURE(local_procmail)dnl&lt;BR /&gt;FEATURE(`access_db')dnl&lt;BR /&gt;FEATURE(`blacklist_recipients')dnl&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=10.1.2.6, Name=MTA')&lt;BR /&gt;dnl DAEMON_OPTIONS(`Port=587, Name=MSA, M=E')dnl&lt;BR /&gt;MAILER(smtp)dnl&lt;BR /&gt;MAILER(procmail)dnl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 07:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-on-sendmail/m-p/2759036#M71975</guid>
      <dc:creator>BJ CG DATA</dc:creator>
      <dc:date>2002-07-08T07:14:52Z</dc:date>
    </item>
  </channel>
</rss>

