<?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: SLES8 / UnitedLinux receiving e-mail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261255#M71944</link>
    <description>For those who have an interest, it turns out that bash defaults the $MAIL variable when it is first run, it's in the man page somewhere, I must presume that ksh does the same.&lt;BR /&gt;&lt;BR /&gt;I've modified the profile so it doesn't check the existence and just sets the MAIL variable, thanks for your help anyway guys!</description>
    <pubDate>Thu, 29 Apr 2004 08:11:47 GMT</pubDate>
    <dc:creator>Michael Williams_6</dc:creator>
    <dc:date>2004-04-29T08:11:47Z</dc:date>
    <item>
      <title>SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261250#M71939</link>
      <description>Hello there!&lt;BR /&gt;&lt;BR /&gt;We've recently moved away from a SCO system to SLES8 (hence these three posts of problems we've encountered!), one of the things I've not worked out yet is getting the server to receive e-mail in the term of username@servername.domainname.co.uk, all our SCO systems had sendmail configured and worked fine.&lt;BR /&gt;&lt;BR /&gt;SLES8 appears to use postfix, but I can't find a way in Yast2 to get it to accept incomming mail, I see there's a way to do this for individual users, but with 20 Linux servers and a NIS domain of some 100 users, this will take a long time to configure for all.&lt;BR /&gt;&lt;BR /&gt;Does anyone know a way to do this using Yast??</description>
      <pubDate>Wed, 28 Apr 2004 03:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261250#M71939</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-04-28T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261251#M71940</link>
      <description>Right, I've done a lot of investigation, and it turns out mail was being delivered all this time!!!&lt;BR /&gt;&lt;BR /&gt;However, I've stumbled onto something weird.&lt;BR /&gt;&lt;BR /&gt;The problem is that mail isn't being sent to Linux boxes, it turns out that the $MAIL variable was set incorrectly in the SCO .kshrc we've been using, it was pointing to /usr/spool/mail/$LOGNAME, when on Linux it should point to /var/spool/mail/$LOGNAME.&lt;BR /&gt;&lt;BR /&gt;Now the profile should configure this itself, so I removed this entry from my .kshrc and mail is still picked up in SCO as it is set there, however, on Linux, it's being set to /var/mail/$LOGNAME, despite the /etc/profile having the following line:&lt;BR /&gt;&lt;BR /&gt;test -z "$MAIL" &amp;amp;&amp;amp; MAIL=/var/spool/mail/$USER&lt;BR /&gt;&lt;BR /&gt;$MAIL is being set before /etc/profile is run as if I just add the line MAIL=/var/spool/mail/$USER in /etc/profile then this works ok! I've done a find /etc -type f -print | xargs grep MAIL and can't find anything that might be setting this variable. This variable gets set for both ksh and bash, I'm at a loss!!&lt;BR /&gt;&lt;BR /&gt;Any ideas where this variable is being set?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 05:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261251#M71940</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-04-28T05:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261252#M71941</link>
      <description>Try to use the file /etc/login.defs&lt;BR /&gt;It seems to be used to set up some vars on RH, maybe the same on Suse...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 05:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261252#M71941</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-04-28T05:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261253#M71942</link>
      <description>Sadly not, I looked there, I've also had a look at the init scripts to see if a variable is set here and I can't find it!!&lt;BR /&gt;&lt;BR /&gt;Does login call any files with variables in them before it goes to /etc/profile?</description>
      <pubDate>Wed, 28 Apr 2004 05:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261253#M71942</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-04-28T05:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261254#M71943</link>
      <description>Did you look in SUSE manual about postfix configuration? It should be comprehensive.&lt;BR /&gt;Anyway you can checkpoint &lt;BR /&gt;/etc/profile script &lt;BR /&gt;$HOME/{.kshrc,.bashrc,.profile,.login}&lt;BR /&gt;&lt;BR /&gt;with commands like&lt;BR /&gt;echo "sourcing .kshrc"&lt;BR /&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;Let Me Know, R.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 06:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261254#M71943</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-28T06:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261255#M71944</link>
      <description>For those who have an interest, it turns out that bash defaults the $MAIL variable when it is first run, it's in the man page somewhere, I must presume that ksh does the same.&lt;BR /&gt;&lt;BR /&gt;I've modified the profile so it doesn't check the existence and just sets the MAIL variable, thanks for your help anyway guys!</description>
      <pubDate>Thu, 29 Apr 2004 08:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261255#M71944</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-04-29T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261256#M71945</link>
      <description>hi, you could try installing webmin which has quite a user-friendly interface for configuring and administering PostFix.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2004 05:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261256#M71945</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2004-05-04T05:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261257#M71946</link>
      <description>Nice hint Matt,&lt;BR /&gt;I learned postfix config using that webmin module!&lt;BR /&gt;&lt;BR /&gt;Pax, R.</description>
      <pubDate>Tue, 04 May 2004 06:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261257#M71946</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-04T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: SLES8 / UnitedLinux receiving e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261258#M71947</link>
      <description>Ok lets see; you have an SLES8 server acting as a gateway to the internet and you want it to receive mail and forward it to about 20 other mail servers in your local net ??&lt;BR /&gt;&lt;BR /&gt;If that is your setup you just need to configure your mail access DB to relay to the other servers. I think you only need the last part of the domain in the access DB. I had SuSE 9 set up similar to that with a local net of only 2 boxes.&lt;BR /&gt;&lt;BR /&gt;After you change your access text file, run make to update the access DB.&lt;BR /&gt;&lt;BR /&gt;I tried to do it with YaST but gave up and went to the command line to complete the setup.&lt;BR /&gt;&lt;BR /&gt;Good luck !!</description>
      <pubDate>Tue, 04 May 2004 06:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles8-unitedlinux-receiving-e-mail/m-p/3261258#M71947</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-04T06:22:01Z</dc:date>
    </item>
  </channel>
</rss>

