<?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: Sendmail config problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913653#M45889</link>
    <description>I think you want:&lt;BR /&gt;&lt;BR /&gt;:0&lt;BR /&gt;* ^To:.*nicolas@abc.unix.com&lt;BR /&gt;/home/nicolas/foldername</description>
    <pubDate>Tue, 26 Jul 2005 23:12:55 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-07-26T23:12:55Z</dc:date>
    <item>
      <title>Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913644#M45880</link>
      <description>Hey boys and girls,&lt;BR /&gt;&lt;BR /&gt;I have a little trouble configuring sendmail like i want it. From this machine, i would like to be able to send mails to any user/machine/domain. &lt;BR /&gt;&lt;BR /&gt;Presently, i can send mail to local users:&lt;BR /&gt;# mailx -s 'testing' nicolas &amp;lt; message&lt;BR /&gt;&lt;BR /&gt;I can also send mail to users on other *nix machines in my lan, in the same domain or not:&lt;BR /&gt;# mailx -s 'testing' nicolas@host.otherdomain.lan &amp;lt; message&lt;BR /&gt;&lt;BR /&gt;What i cannot do, is send mail to an outside email account that goes through our exchange server:&lt;BR /&gt;# mailx -s 'testing' nicolas@outside.com &amp;lt; message&lt;BR /&gt;&lt;BR /&gt;I'm not too sure which parameter fixes this. If I configure SMART_HOST as our exchange server, then I can't send any mail to any user accounts on *nix machines because exchange doesn't know these users/machines. So how do I tell sendmail to discriminate in function of the domain name?&lt;BR /&gt;&lt;BR /&gt;I thought I had it with the /etc/mail/access file by tweaking it to RELAY only the domains inside our lan; then I tried the mailertable to specify the outside.com messages should be routed to our exchange server. No luck.&lt;BR /&gt;I attached my sendmail.mc, along with access and mailertable files.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 20 Jul 2005 12:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913644#M45880</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-07-20T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913645#M45881</link>
      <description>When you configure a SMART_HOST, only mail that cannot be directly delivered should go to this host, so, it seems that you have a DNS problem.&lt;BR /&gt;&lt;BR /&gt;The /etc/mail/local-host-names should contain the domain/s name/s for the domains that you want to accept mail, and the DNS should resolve the MX resource record properly to the host.</description>
      <pubDate>Wed, 20 Jul 2005 15:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913645#M45881</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913646#M45882</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try using the sendmail command instead of mail command:&lt;BR /&gt;sendmail -f vaildname@yourdomain.com touser@userdomain.com &amp;lt; yourmessege.txt&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Thu, 21 Jul 2005 01:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913646#M45882</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2005-07-21T01:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913647#M45883</link>
      <description>For ur local domains u put an entry in the mailertable to route those mails to that particular domains and set the smart_host to ur exchange server . This will deliver the mails in ur local domains to the local server or to the other *nix machines using the mailertable , all the mails which are not included in these two will be forwarded to the exchange server . Ur exchange server should be configured to accept relaying from ur local linux mail server . There is no need to edit access file .</description>
      <pubDate>Thu, 21 Jul 2005 04:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913647#M45883</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-07-21T04:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913648#M45884</link>
      <description>Ok, i set the SMART_HOST parameter to our exchanger server and I can send out mail.&lt;BR /&gt;But now, I can't send anything to other *nix systems.&lt;BR /&gt;&lt;BR /&gt;Ivan, looks like you were right about a DNS issue. That's fixed now.&lt;BR /&gt;&lt;BR /&gt;"The /etc/mail/local-host-names should contain the domain/s name/s for the domains that you want to accept mail"&lt;BR /&gt;&lt;BR /&gt;So I put in local-host-names the domain name from which this server can receive, or to which it can send, or both?&lt;BR /&gt;&lt;BR /&gt;Bejoy, how do I set the mailertable if I have 5 or 6 *nix systems in the same domain?&lt;BR /&gt;&lt;BR /&gt;Thanks again guys, for your very appreciated help.</description>
      <pubDate>Thu, 21 Jul 2005 07:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913648#M45884</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-07-21T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913649#M45885</link>
      <description>Ok, i got it!&lt;BR /&gt;&lt;BR /&gt;I'm going to leave to thread open a little longer though, cause i know i'm bound to have problems as soon as i start tackling procmail...in about 15 minutes...&lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Thu, 21 Jul 2005 09:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913649#M45885</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-07-21T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913650#M45886</link>
      <description>For setting the mailertable , suppose u have 3 unix machines abc.unix.com , bcd.unix.com , cde.unix.com . If ur email addersses for these domains are with their full domain names ( like test@abc.unix.com , hi@bcd.unix.com etc. ) then u can simply put&lt;BR /&gt;abc.unix.com&lt;TAB&gt;smtp:abc.unix.com&lt;BR /&gt;bcd.unix.com&lt;TAB&gt;smtp:bcd.unix.com&lt;BR /&gt;cde.unix.com&lt;TAB&gt;smtp:cde.unix.com&lt;BR /&gt;in ur mailertable where &lt;TAB&gt; means u should press the tab key in ur kbd. If ur email's domain is common ( like unix.com ) , then u need to modify ur aliase database to reflect their corresponding domains ( like&lt;BR /&gt;test&lt;TAB&gt;test@abc.unix.com&lt;BR /&gt;hi&lt;TAB&gt;hi@bcd.unix.com )&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;&lt;/TAB&gt;</description>
      <pubDate>Thu, 21 Jul 2005 21:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913650#M45886</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-07-21T21:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913651#M45887</link>
      <description>Thx Bejoy, i got that working now...&lt;BR /&gt;&lt;BR /&gt;I'm having trouble creating the procmail recipes that I want though.&lt;BR /&gt;&lt;BR /&gt;I want to filter everything destined for nicolas@abc.unix.com to a folder, say /home/nicolas.&lt;BR /&gt;&lt;BR /&gt;So i have this recipe:&lt;BR /&gt;&lt;BR /&gt;:0:&lt;BR /&gt;* ^TOnicolas@abc.unix.com &lt;BR /&gt;/home/nicolas/&lt;BR /&gt;&lt;BR /&gt;That doesn't work though. Any ideas?</description>
      <pubDate>Tue, 26 Jul 2005 11:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913651#M45887</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-07-26T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913652#M45888</link>
      <description>I dont have much idea about procmail , but in sendmail u can simply add the file name to the alias file to redirect or append the mails destined for a specific user like this&lt;BR /&gt;test@abc.unix.com:&lt;TAB&gt;actual@test.com, /file-name &lt;BR /&gt;This will append a copy to the specified filename , if u remove the actual alias, it will only append to the file&lt;/TAB&gt;</description>
      <pubDate>Tue, 26 Jul 2005 22:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913652#M45888</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-07-26T22:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913653#M45889</link>
      <description>I think you want:&lt;BR /&gt;&lt;BR /&gt;:0&lt;BR /&gt;* ^To:.*nicolas@abc.unix.com&lt;BR /&gt;/home/nicolas/foldername</description>
      <pubDate>Tue, 26 Jul 2005 23:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913653#M45889</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-26T23:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail config problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913654#M45890</link>
      <description>Thanks guys,I got everything I wanted working, and sorry for leaving the post open for so long.</description>
      <pubDate>Mon, 26 Sep 2005 09:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-config-problem/m-p/4913654#M45890</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-09-26T09:15:30Z</dc:date>
    </item>
  </channel>
</rss>

