<?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 Configuring sendmail................. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067902#M438189</link>
    <description>Hi guys,&lt;BR /&gt;I have to configure sendmail to send mails from my HPrx4640 11i v2 server to my outlook box..&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;ps -ef|grep send&lt;BR /&gt;root 6796 1 0 13:56:44 ? 0:12 sendmail: accepting connections&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/rc.config.d &amp;gt;cat mailservs&lt;BR /&gt;#########################################&lt;BR /&gt;# Mail configuration. See sendmail(1m) #&lt;BR /&gt;# @(#)B11.23_LR mailservs version 8.11&lt;BR /&gt;#########################################&lt;BR /&gt;#&lt;BR /&gt;# BSD's popular message handling system&lt;BR /&gt;#&lt;BR /&gt;# SENDMAIL_SERVER: Set to 1 if this is a mail server and should&lt;BR /&gt;# run the sendmail deamon.&lt;BR /&gt;# SENDMAIL_SERVER_NAME: If this is not a mail server, but a client being&lt;BR /&gt;# served by another system, then set this variable&lt;BR /&gt;# to the name of the mail server system name so that&lt;BR /&gt;# site hiding can be performed.&lt;BR /&gt;# SENDMAIL_RECVONLY: If set to 1, then sendmail perform "receive only"&lt;BR /&gt;# function. In other words, users are not allowed&lt;BR /&gt;# to send mail from this domain or process the mail&lt;BR /&gt;# queue.&lt;BR /&gt;# SENDMAIL_SENDONLY: If set to 1, then sendmail perform "send only"&lt;BR /&gt;# function. In other words, users are not allowed&lt;BR /&gt;# to receive mails in this domain.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# The priority(from high to low) set for the above mentioned flags&lt;BR /&gt;# are in the order SENDMAIL_SERVER, SENDMAIL_SERVER_NAME,&lt;BR /&gt;# SENDMAIL_RECVONLY, SENDMAIL_SENDONLY.&lt;BR /&gt;#&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;export SENDMAIL_SERVER_NAME=&lt;BR /&gt;export SENDMAIL_RECVONLY=0&lt;BR /&gt;export SENDMAIL_SENDONLY=0&lt;BR /&gt;&lt;BR /&gt;i have tried the DS &amp;amp; DR macro settings also but m getting this error when i start and stop sendmail...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;/sbin/init.d/sendmail start&lt;BR /&gt;newaliases: cannot open /etc/mail/aliases: Executable files not allowed&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;domain=cedge.in&lt;BR /&gt;Name=smtp.cedge.in&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;sendmail -v tejas.chaudhari@cedge.in&lt;BR /&gt;cedge.in: Name server timeout&lt;BR /&gt;tejas.chaudhari@cedge.in... Transient parse error -- message queued for future delivery&lt;BR /&gt;hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii......tas.xyz@cedge.in... queued&lt;BR /&gt;&lt;BR /&gt;nslookup smtp.cedge.in&lt;BR /&gt;&lt;BR /&gt;root #/etc/rc.config.d &amp;gt;nslookup smtp.cedge.in&lt;BR /&gt;Using /etc/hosts on: cedge2&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name: smtp.cedge.in&lt;BR /&gt;Address: 64.xx.xx.xxx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what do i do...?????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;ll&lt;BR /&gt;total 336&lt;BR /&gt;-rwxr-xr-x 1 root root 909 Sep 10 13:01 aliases&lt;BR /&gt;-rw-r----- 1 root mail 24576 Aug 18 2006 aliases.db&lt;BR /&gt;-r--r--r-- 1 bin bin 10221 Sep 3 2003 mailcap&lt;BR /&gt;-r--r--r-- 1 bin bin 100845 Sep 10 13:54 sendmail.cf&lt;BR /&gt;-r--r--r-- 1 bin bin 702 Jul 19 2006 sendmail.cw&lt;BR /&gt;-rw------- 1 root sys 34 Sep 10 13:56 sendmail.pid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sendmail.cf attached herewith...........</description>
    <pubDate>Mon, 10 Sep 2007 04:30:41 GMT</pubDate>
    <dc:creator>boomer_2</dc:creator>
    <dc:date>2007-09-10T04:30:41Z</dc:date>
    <item>
      <title>Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067902#M438189</link>
      <description>Hi guys,&lt;BR /&gt;I have to configure sendmail to send mails from my HPrx4640 11i v2 server to my outlook box..&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;ps -ef|grep send&lt;BR /&gt;root 6796 1 0 13:56:44 ? 0:12 sendmail: accepting connections&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/rc.config.d &amp;gt;cat mailservs&lt;BR /&gt;#########################################&lt;BR /&gt;# Mail configuration. See sendmail(1m) #&lt;BR /&gt;# @(#)B11.23_LR mailservs version 8.11&lt;BR /&gt;#########################################&lt;BR /&gt;#&lt;BR /&gt;# BSD's popular message handling system&lt;BR /&gt;#&lt;BR /&gt;# SENDMAIL_SERVER: Set to 1 if this is a mail server and should&lt;BR /&gt;# run the sendmail deamon.&lt;BR /&gt;# SENDMAIL_SERVER_NAME: If this is not a mail server, but a client being&lt;BR /&gt;# served by another system, then set this variable&lt;BR /&gt;# to the name of the mail server system name so that&lt;BR /&gt;# site hiding can be performed.&lt;BR /&gt;# SENDMAIL_RECVONLY: If set to 1, then sendmail perform "receive only"&lt;BR /&gt;# function. In other words, users are not allowed&lt;BR /&gt;# to send mail from this domain or process the mail&lt;BR /&gt;# queue.&lt;BR /&gt;# SENDMAIL_SENDONLY: If set to 1, then sendmail perform "send only"&lt;BR /&gt;# function. In other words, users are not allowed&lt;BR /&gt;# to receive mails in this domain.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# The priority(from high to low) set for the above mentioned flags&lt;BR /&gt;# are in the order SENDMAIL_SERVER, SENDMAIL_SERVER_NAME,&lt;BR /&gt;# SENDMAIL_RECVONLY, SENDMAIL_SENDONLY.&lt;BR /&gt;#&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;export SENDMAIL_SERVER_NAME=&lt;BR /&gt;export SENDMAIL_RECVONLY=0&lt;BR /&gt;export SENDMAIL_SENDONLY=0&lt;BR /&gt;&lt;BR /&gt;i have tried the DS &amp;amp; DR macro settings also but m getting this error when i start and stop sendmail...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;/sbin/init.d/sendmail start&lt;BR /&gt;newaliases: cannot open /etc/mail/aliases: Executable files not allowed&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;domain=cedge.in&lt;BR /&gt;Name=smtp.cedge.in&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;sendmail -v tejas.chaudhari@cedge.in&lt;BR /&gt;cedge.in: Name server timeout&lt;BR /&gt;tejas.chaudhari@cedge.in... Transient parse error -- message queued for future delivery&lt;BR /&gt;hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii......tas.xyz@cedge.in... queued&lt;BR /&gt;&lt;BR /&gt;nslookup smtp.cedge.in&lt;BR /&gt;&lt;BR /&gt;root #/etc/rc.config.d &amp;gt;nslookup smtp.cedge.in&lt;BR /&gt;Using /etc/hosts on: cedge2&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name: smtp.cedge.in&lt;BR /&gt;Address: 64.xx.xx.xxx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what do i do...?????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root #/etc/mail &amp;gt;ll&lt;BR /&gt;total 336&lt;BR /&gt;-rwxr-xr-x 1 root root 909 Sep 10 13:01 aliases&lt;BR /&gt;-rw-r----- 1 root mail 24576 Aug 18 2006 aliases.db&lt;BR /&gt;-r--r--r-- 1 bin bin 10221 Sep 3 2003 mailcap&lt;BR /&gt;-r--r--r-- 1 bin bin 100845 Sep 10 13:54 sendmail.cf&lt;BR /&gt;-r--r--r-- 1 bin bin 702 Jul 19 2006 sendmail.cw&lt;BR /&gt;-rw------- 1 root sys 34 Sep 10 13:56 sendmail.pid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sendmail.cf attached herewith...........</description>
      <pubDate>Mon, 10 Sep 2007 04:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067902#M438189</guid>
      <dc:creator>boomer_2</dc:creator>
      <dc:date>2007-09-10T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067903#M438190</link>
      <description>sendmail.cf attached herewith........</description>
      <pubDate>Mon, 10 Sep 2007 04:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067903#M438190</guid>
      <dc:creator>boomer_2</dc:creator>
      <dc:date>2007-09-10T04:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067904#M438191</link>
      <description>One problem is that your /etc/mail/aliases file has execute permissions which Sendmail does not like.  In our environment (pure development) we set the perms to 640.&lt;BR /&gt;&lt;BR /&gt;Also, check your /etc/nsswitch.conf file to ensure that you're using the DNS method (dns or files) you require and in the correct order.&lt;BR /&gt;&lt;BR /&gt;Finally, it looks like these entries:&lt;BR /&gt;&lt;BR /&gt;domain=cedge.in&lt;BR /&gt;Name=smtp.cedge.in&lt;BR /&gt;&lt;BR /&gt;are from your /etc/resolv.conf file.  The domain entry looks OK assuming your domain is sedge.in.  It looks like you need to add a nameserver entry like:&lt;BR /&gt;&lt;BR /&gt;nameserver xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;where xxx.xxx.xxx.xxx is the IP address of your DNS server.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Sep 2007 11:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067904#M438191</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-09-10T11:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067905#M438192</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For simply relay just use the DS directive in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DSrelayhostname&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;There the ip address is the ip address of the relay box. &lt;BR /&gt;&lt;BR /&gt;Note: you will need to explicitly permit relay as it is denied by default on "outlook" boxes. I'll assume you mean exchange server.&lt;BR /&gt;&lt;BR /&gt;root 6796 1 0 13:56:44 ? 0:12 sendmail: accepting connections&lt;BR /&gt;&lt;BR /&gt;That permits inbound mail, does nothing about getting mail off the box without further configuration.&lt;BR /&gt;&lt;BR /&gt;sEP</description>
      <pubDate>Mon, 10 Sep 2007 11:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067905#M438192</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-10T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067906#M438193</link>
      <description>As Steven says, set the DS macro in sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;Also, I would set the DM macro as well to your company domain name:&lt;BR /&gt;&lt;BR /&gt;DSyourexchangeserver&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 10 Sep 2007 11:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067906#M438193</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-09-10T11:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067907#M438194</link>
      <description>Hi Keith,Geoff,Steven,&lt;BR /&gt;I have finally started my sendmail working....but some user issue is there...i will sort it out with the mail server guy and let u know ...asap...</description>
      <pubDate>Tue, 11 Sep 2007 00:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067907#M438194</guid>
      <dc:creator>boomer_2</dc:creator>
      <dc:date>2007-09-11T00:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067908#M438195</link>
      <description>Hi guys,&lt;BR /&gt;When i am trying to test sendmail by giving m getting;&lt;BR /&gt;root #/etc/mail &amp;gt;sendmail -v tejas.chaudhari@cedge.in&lt;BR /&gt;hiiiiiiiiiiiiiiiiiiiitejas.chaudhari@cedge.in... Connecting to [64.xx.xx.xx] via relay...&lt;BR /&gt;220 t6.t.net&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO smtp.cedge.in&lt;BR /&gt;250-t6 Hello [203.xx.xx.xx]&lt;BR /&gt;250-SIZE 10485760&lt;BR /&gt;250-AUTH LOGIN CRAM-MD5&lt;BR /&gt;250 OK&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;ROOT&gt; SIZE=21 AUTH=root@smtp.cedge.in&lt;BR /&gt;250 OK &lt;ROOT&gt; Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;EJAS.CHAUDHARI&gt;&lt;BR /&gt;550 &lt;EJAS.CHAUDHARI&gt; No such user here&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RSET&lt;BR /&gt;250 OK&lt;BR /&gt;root... aliased to tejas&lt;BR /&gt;/dead.letter... Saved message in /dead.letter&lt;BR /&gt;Closing connection to [64.xx.xx.xx]&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 Service closing transmission channel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why i m getting this that no such user exist..whereas i do have my mail id and wrkng in cedge.in domain............plzzz suggest what should i do????&lt;BR /&gt;&lt;BR /&gt;Also its not taking my username as tejas ..why its taking ejas ???????&lt;BR /&gt;&lt;/EJAS.CHAUDHARI&gt;&lt;/EJAS.CHAUDHARI&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;</description>
      <pubDate>Tue, 11 Sep 2007 01:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067908#M438195</guid>
      <dc:creator>boomer_2</dc:creator>
      <dc:date>2007-09-11T01:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring sendmail.................</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067909#M438196</link>
      <description>Hi guys,&lt;BR /&gt;I have got my sendmail working ,but m not able to send mails from my server to yahoo.gmail accounts....</description>
      <pubDate>Wed, 12 Sep 2007 00:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail/m-p/5067909#M438196</guid>
      <dc:creator>boomer_2</dc:creator>
      <dc:date>2007-09-12T00:30:11Z</dc:date>
    </item>
  </channel>
</rss>

