<?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 sendmail and groupwise marriage in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234579#M73671</link>
    <description>Redhat 9.0 ES&lt;BR /&gt;&lt;BR /&gt;I am trying to merge  external and internal email.&lt;BR /&gt;&lt;BR /&gt;Currently redhat 9 es with sendmail is my external email.&lt;BR /&gt;&lt;BR /&gt;Groupwise 6.5 is the internal.&lt;BR /&gt;&lt;BR /&gt;Desktops are windows 98/2000.&lt;BR /&gt;&lt;BR /&gt;My questions are....&lt;BR /&gt;some external address names are different than the internal addresses.&lt;BR /&gt;&lt;BR /&gt;Do I have to change all the adresses to match up with groupwise adresses or is there a way to alias them from the linux box???&lt;BR /&gt;&lt;BR /&gt;Lastly, where in the world on the linux box do I forward the mail to groupwise/&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!</description>
    <pubDate>Tue, 30 Mar 2004 22:09:12 GMT</pubDate>
    <dc:creator>manny_9</dc:creator>
    <dc:date>2004-03-30T22:09:12Z</dc:date>
    <item>
      <title>sendmail and groupwise marriage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234579#M73671</link>
      <description>Redhat 9.0 ES&lt;BR /&gt;&lt;BR /&gt;I am trying to merge  external and internal email.&lt;BR /&gt;&lt;BR /&gt;Currently redhat 9 es with sendmail is my external email.&lt;BR /&gt;&lt;BR /&gt;Groupwise 6.5 is the internal.&lt;BR /&gt;&lt;BR /&gt;Desktops are windows 98/2000.&lt;BR /&gt;&lt;BR /&gt;My questions are....&lt;BR /&gt;some external address names are different than the internal addresses.&lt;BR /&gt;&lt;BR /&gt;Do I have to change all the adresses to match up with groupwise adresses or is there a way to alias them from the linux box???&lt;BR /&gt;&lt;BR /&gt;Lastly, where in the world on the linux box do I forward the mail to groupwise/&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!!</description>
      <pubDate>Tue, 30 Mar 2004 22:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234579#M73671</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2004-03-30T22:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and groupwise marriage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234580#M73672</link>
      <description>There is a file called /etc/aliases in Linux.&lt;BR /&gt;&lt;BR /&gt;The format is:&lt;BR /&gt;&lt;BR /&gt;id1:                alias&lt;BR /&gt;id2:                alias@aol.com&lt;BR /&gt;id3@servername.com: alias@hotmail.com&lt;BR /&gt;&lt;BR /&gt;The examples I provide are illustrative.&lt;BR /&gt;&lt;BR /&gt;mail for id1 on the Linux box is routed to the local id alias&lt;BR /&gt;&lt;BR /&gt;mail for id2 is forwarded to alias@aol.com&lt;BR /&gt;&lt;BR /&gt;mail for id3@servename.com is forwarded to alias@hotmail.com&lt;BR /&gt;&lt;BR /&gt;There is a tab between the colon and the alias target address.&lt;BR /&gt;&lt;BR /&gt;With this kind of configuration you can forward mail to compensate for the groupwise issues.&lt;BR /&gt;&lt;BR /&gt;You should restart the sendmail daemon if its being run daemonized on the Linux box.&lt;BR /&gt;&lt;BR /&gt;service sendmail restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Mar 2004 22:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234580#M73672</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-30T22:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and groupwise marriage</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234581#M73673</link>
      <description>You can use one of two methods:&lt;BR /&gt;&lt;BR /&gt;/etc/aliases&lt;BR /&gt;/etc/mail/virtusertable&lt;BR /&gt;&lt;BR /&gt;You can flat-alias users to their group-wise-internal names in the /etc/aliases file.  This will just forward the messages on.  An entry for each user will need to be made (read: long and painful to maintain over time).&lt;BR /&gt;&lt;BR /&gt;If most of the names are the same however, just a few are different, then it's probably eaiser to use the virtusertable.  This gives you the ability to selectivly map entire domains to have different actions, for instance:&lt;BR /&gt;&lt;BR /&gt;@your.domain.com %1@groupwise-internal&lt;BR /&gt;&lt;BR /&gt;would forward all mail to the groupwise internal machine.  You could so selective mappings here as well for those users who have different names.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/virtual-hosting.html" target="_blank"&gt;http://www.sendmail.org/virtual-hosting.html&lt;/A&gt; is a good reference here (section 4 onwards).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;NOTE: Neither of these methods would require the Linux box to have accounts for your mail users.</description>
      <pubDate>Tue, 30 Mar 2004 22:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-and-groupwise-marriage/m-p/3234581#M73673</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-30T22:24:34Z</dc:date>
    </item>
  </channel>
</rss>

