<?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 Re: problem with sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696926#M843403</link>
    <description>(Assuming sendmail 8.8 and above), use the genericstable to map the sender's address to a new address.&lt;BR /&gt;&lt;BR /&gt;To make it work, uncomment the following rulesets in /etc/mail/sendmail.cf:&lt;BR /&gt;&lt;BR /&gt;# Generics table (mapping outgoing addresses)&lt;BR /&gt;#Kgenerics dbm /etc/mail/genericstable&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;S93&lt;BR /&gt;&lt;BR /&gt;# handle generics database&lt;BR /&gt;#R$+ &amp;lt; @ $=G . &amp;gt;        $: &amp;lt; $1@$2 &amp;gt; $1 &amp;lt; @ $2 . &amp;gt; @    mark&lt;BR /&gt;#R$+ &amp;lt; @ *LOCAL* &amp;gt;      $: &amp;lt; $1@$j &amp;gt; $1 &amp;lt; @ *LOCAL* &amp;gt; @ mark&lt;BR /&gt;#R&amp;lt; $+ &amp;gt; $+ &amp;lt; $* &amp;gt; @    $: &amp;lt; $(generics $1 $: $) &amp;gt; $2 &amp;lt; $3 &amp;gt;&lt;BR /&gt;#R&amp;lt; &amp;gt; $+ &amp;lt; @ $+ &amp;gt;       $: &amp;lt; $(generics $1 $: $) &amp;gt; $1 &amp;lt; @ $2 &amp;gt;&lt;BR /&gt;#R&amp;lt; $* @ $* &amp;gt; $* &amp;lt; $* &amp;gt; $@ $&amp;gt;3 $1 @ $2                  found qualified&lt;BR /&gt;#R&amp;lt; $+ &amp;gt; $* &amp;lt; $* &amp;gt;      $: $&amp;gt;3 $1 @ *LOCAL*             found unqualified&lt;BR /&gt;#R&amp;lt; &amp;gt; $*                        $: $1                           not found&lt;BR /&gt;&lt;BR /&gt;restart sendmail&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;The file you edit is &lt;BR /&gt;/etc/mail/genericstable&lt;BR /&gt;entries are of the form&lt;BR /&gt;user  newuser@newhost.com&lt;BR /&gt;&lt;BR /&gt;The file is a dbm style file:&lt;BR /&gt;/usr/sbin/makemap dbm /etc/mail/virtusertable</description>
    <pubDate>Thu, 04 Apr 2002 12:29:05 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2002-04-04T12:29:05Z</dc:date>
    <item>
      <title>problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696924#M843401</link>
      <description>Hi! I've got sendmail running in relay mode. But now I need to hide and change the user who send the mail. For instance, instead of "from user@server.com" I want all the users send the mails with an alias like "all@server.com". Then there are only one adress to recieve the replies.&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 04 Apr 2002 11:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696924#M843401</guid>
      <dc:creator>JOAN FERRAN</dc:creator>
      <dc:date>2002-04-04T11:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696925#M843402</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I think what you need to do is set the reply-to option on outgoing mail so it all comes back to one central point, unless you need to hide who sent the mail originally.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Thu, 04 Apr 2002 11:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696925#M843402</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-04T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696926#M843403</link>
      <description>(Assuming sendmail 8.8 and above), use the genericstable to map the sender's address to a new address.&lt;BR /&gt;&lt;BR /&gt;To make it work, uncomment the following rulesets in /etc/mail/sendmail.cf:&lt;BR /&gt;&lt;BR /&gt;# Generics table (mapping outgoing addresses)&lt;BR /&gt;#Kgenerics dbm /etc/mail/genericstable&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;S93&lt;BR /&gt;&lt;BR /&gt;# handle generics database&lt;BR /&gt;#R$+ &amp;lt; @ $=G . &amp;gt;        $: &amp;lt; $1@$2 &amp;gt; $1 &amp;lt; @ $2 . &amp;gt; @    mark&lt;BR /&gt;#R$+ &amp;lt; @ *LOCAL* &amp;gt;      $: &amp;lt; $1@$j &amp;gt; $1 &amp;lt; @ *LOCAL* &amp;gt; @ mark&lt;BR /&gt;#R&amp;lt; $+ &amp;gt; $+ &amp;lt; $* &amp;gt; @    $: &amp;lt; $(generics $1 $: $) &amp;gt; $2 &amp;lt; $3 &amp;gt;&lt;BR /&gt;#R&amp;lt; &amp;gt; $+ &amp;lt; @ $+ &amp;gt;       $: &amp;lt; $(generics $1 $: $) &amp;gt; $1 &amp;lt; @ $2 &amp;gt;&lt;BR /&gt;#R&amp;lt; $* @ $* &amp;gt; $* &amp;lt; $* &amp;gt; $@ $&amp;gt;3 $1 @ $2                  found qualified&lt;BR /&gt;#R&amp;lt; $+ &amp;gt; $* &amp;lt; $* &amp;gt;      $: $&amp;gt;3 $1 @ *LOCAL*             found unqualified&lt;BR /&gt;#R&amp;lt; &amp;gt; $*                        $: $1                           not found&lt;BR /&gt;&lt;BR /&gt;restart sendmail&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;The file you edit is &lt;BR /&gt;/etc/mail/genericstable&lt;BR /&gt;entries are of the form&lt;BR /&gt;user  newuser@newhost.com&lt;BR /&gt;&lt;BR /&gt;The file is a dbm style file:&lt;BR /&gt;/usr/sbin/makemap dbm /etc/mail/virtusertable</description>
      <pubDate>Thu, 04 Apr 2002 12:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696926#M843403</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-04-04T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696927#M843404</link>
      <description>Well I'm not 100% certain how to respond. Let me expalin.&lt;BR /&gt;&lt;BR /&gt;To masquerade your host you can edit the /etc/mail/sendmail.cf file and go down to the line that says:&lt;BR /&gt;"who I masquerade as..."&lt;BR /&gt;DM&lt;BR /&gt;&lt;BR /&gt;Now after DM add your masquerade the hostname as:&lt;BR /&gt;DMabc.com   for example&lt;BR /&gt;&lt;BR /&gt;To masquerade your user you would edit just above there as deemed appropriate.  &lt;BR /&gt;CE root  as an example&lt;BR /&gt;*******************&lt;BR /&gt;Now here's why I say not 100% sure how to respond.&lt;BR /&gt;&lt;BR /&gt;I have users (albeit not all thankfully) that require email to go out, but to be aliased to another mail address, that all our developers use for return mail.  I did this by creating entries in a userdb and then ran the makemap option...Now for all your users this may be an arduous task, but it is an option and you may want to check it out.&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaaf16c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaaf16c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 13:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696927#M843404</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-04-04T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696928#M843405</link>
      <description>Hi! I've been read your answers. For our problem, i follow Rita's help. I masquered the my host (now it appears foo.com instead of my host) That it works. I've created the file userdb with the entries user: mailname name and name: maildrop user. But it doesn't work. Maybe I've done something wrong... &lt;BR /&gt;thanks for your help</description>
      <pubDate>Fri, 05 Apr 2002 11:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696928#M843405</guid>
      <dc:creator>JOAN FERRAN</dc:creator>
      <dc:date>2002-04-05T11:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696929#M843406</link>
      <description>Joan,&lt;BR /&gt;&lt;BR /&gt;Did you remember to stop and then restart sendmail?  This is something you should do whenever you make certain changes..&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Apr 2002 13:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/2696929#M843406</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-04-05T13:11:46Z</dc:date>
    </item>
  </channel>
</rss>

