<?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: mail configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546144#M27447</link>
    <description>&lt;BR /&gt;   Hi&lt;BR /&gt;&lt;BR /&gt;    I can give U basic steps for configuring sendmail here.&lt;BR /&gt;&lt;BR /&gt;configuration for Send mail server.&lt;BR /&gt;&lt;BR /&gt;1. Sets SENDMAIL_SERVER varaible in /etc/rc.config.d/mailservs to one.&lt;BR /&gt;&lt;BR /&gt;2. Create /etc/mail/sendmail.cf and /etc/mail/aliases with default configuration.&lt;BR /&gt;&lt;BR /&gt;3. Creates the file /etc/mail/sendmail.cw, this contains the hostname and fully qualified hostname of the system.&lt;BR /&gt;&lt;BR /&gt;4. #/dbin/inint.d/sendmail start&lt;BR /&gt;   This generates the aliases database from alias file and generated list will be kept in /etc/mail/aliases.db&lt;BR /&gt;&lt;BR /&gt;5. #/usr/sbin/sendmail -bd -q 30m&lt;BR /&gt;&lt;BR /&gt;    For detailed information U can go thru the book "Administering Internet Services.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
    <pubDate>Thu, 28 Jun 2001 05:11:12 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2001-06-28T05:11:12Z</dc:date>
    <item>
      <title>mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546143#M27446</link>
      <description>how to do the mail configuration in hp-ux 11.0&lt;BR /&gt;send mail &amp;amp; read mail exact syntax i want&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 04:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546143#M27446</guid>
      <dc:creator>ravi_7</dc:creator>
      <dc:date>2001-06-28T04:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546144#M27447</link>
      <description>&lt;BR /&gt;   Hi&lt;BR /&gt;&lt;BR /&gt;    I can give U basic steps for configuring sendmail here.&lt;BR /&gt;&lt;BR /&gt;configuration for Send mail server.&lt;BR /&gt;&lt;BR /&gt;1. Sets SENDMAIL_SERVER varaible in /etc/rc.config.d/mailservs to one.&lt;BR /&gt;&lt;BR /&gt;2. Create /etc/mail/sendmail.cf and /etc/mail/aliases with default configuration.&lt;BR /&gt;&lt;BR /&gt;3. Creates the file /etc/mail/sendmail.cw, this contains the hostname and fully qualified hostname of the system.&lt;BR /&gt;&lt;BR /&gt;4. #/dbin/inint.d/sendmail start&lt;BR /&gt;   This generates the aliases database from alias file and generated list will be kept in /etc/mail/aliases.db&lt;BR /&gt;&lt;BR /&gt;5. #/usr/sbin/sendmail -bd -q 30m&lt;BR /&gt;&lt;BR /&gt;    For detailed information U can go thru the book "Administering Internet Services.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Thu, 28 Jun 2001 05:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546144#M27447</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-06-28T05:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546145#M27448</link>
      <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;You need to do a few things:&lt;BR /&gt;&lt;BR /&gt;You need to make sure that your DNS is working&lt;BR /&gt;depending on your setup, but most people use&lt;BR /&gt;their own /etc/hosts file first and their DNS&lt;BR /&gt;second.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/nsswitch.conf&lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns   [NOTFOUND=&lt;BR /&gt;return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;# cat /etc/resolv.conf&lt;BR /&gt;nameserver 10.53.100.2&lt;BR /&gt;nameserver 10.53.100.3&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Set up local aliases in /etc/mail/aliases&lt;BR /&gt;sysadmin: jon.doe@yourdomain.com&lt;BR /&gt;dbadmin: jane.doe@yourdomain.com&lt;BR /&gt;# newaliases&lt;BR /&gt;&lt;BR /&gt;Add entries similar to this at the end of /etc/mail/sendmail.cw&lt;BR /&gt;&lt;BR /&gt;localhost&lt;BR /&gt;host1.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Make changes to your /etc/mail/sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;############################################################&lt;BR /&gt;###            Localizable options                       ###&lt;BR /&gt;############################################################&lt;BR /&gt;&lt;BR /&gt;# aliases for local host&lt;BR /&gt;Cw&lt;BR /&gt;# file containing names of hosts for which we receive email&lt;BR /&gt;Fw-o /etc/mail/sendmail.cw&lt;BR /&gt;&lt;BR /&gt;# my official domain name&lt;BR /&gt;#Dj$w.Foo.COM&lt;BR /&gt;#Dj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Restart sendmail.&lt;BR /&gt;# /sbin/rc2.d/S540sendmail stop&lt;BR /&gt;# /sbin/rc2.d/S540sendmail start&lt;BR /&gt;&lt;BR /&gt;To test try and send mail to yourself&lt;BR /&gt;# cat /etc/resolv.conf | elm -s "test" yourname@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Beware these may not not work on your network, but it is &lt;BR /&gt;a starting point.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 05:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-configuration/m-p/2546145#M27448</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-06-28T05:27:05Z</dc:date>
    </item>
  </channel>
</rss>

