Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default sendmail warning

    Hi,

    root@????:mail> uname -a
    SunOS ???? 5.8 Generic_108528-18 sun4u sparc SUNW,Ultra-5_10


    1) I get every 10 minutes the following message in /var/log/syslog:

    Jul 24 08:33:17 ???? sendmail[18469]: [ID 702911 mail.warning]
    gethostbyaddr(fec0::a00:20ff:fed1:46ad) failed: 1

    2) the sending of emails works well


    Question?

    it is possible to avoid this message?


    mfg

    aotto
    aotto Guest

  2. Similar Questions and Discussions

    1. [PHP-DEV] sendmail check
      Ilia, can you please explain what purpose your patch to mail.c is serving and why it is breaking backwards compatibility? Or if the latter is...
    2. Using Sendmail in ASP
      Hello, Can anybody tell me how to use Sendmail in ASP? What are the other components generally supported by IIS? Thank you
    3. rpm -i sendmail problem
      Hello, I did a simple upgading of sendmail, but weirdly enough, it seems the pkg has not been replace successfully? # rpm -ivh...
    4. Sendmail
      In article <pndVa.25900$o54.1305@lakeread05>, willjay <willjay@excite.com> wrote: We .ca isn't really that foreign - it's Canada. But you...
    5. WARNING ABOUT THE SMART WARNING!
      The S.M.A.R.T. warning means that your hard drive is about to *physically* fail. I would keep your computer off, *not standby*, until you get a...
  3. #2

    Default Re: sendmail warning

    check this out:

    [url]http://uk.sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F45463&zone_32=gethostbya ddr&wholewords=on[/url]


    Hth



    "aotto" <aotto@t-online.de> wrote in message
    news:2542dd24.0307232239.474b1937@posting.google.c om...
    > Hi,
    >
    > root@????:mail> uname -a
    > SunOS ???? 5.8 Generic_108528-18 sun4u sparc SUNW,Ultra-5_10
    >
    >
    > 1) I get every 10 minutes the following message in /var/log/syslog:
    >
    > Jul 24 08:33:17 ???? sendmail[18469]: [ID 702911 mail.warning]
    > gethostbyaddr(fec0::a00:20ff:fed1:46ad) failed: 1
    >
    > 2) the sending of emails works well
    >
    >
    > Question?
    >
    > it is possible to avoid this message?
    >
    >
    > mfg
    >
    > aotto

    Nobody Guest

  4. #3

    Default Re: sendmail warning

    "Nobody" <nobody@nix.nl> wrote in message news:<3f1f8347$0$151$1b62eedf@news.wanadoo.nl>...
    > check this out:
    >
    > [url]http://uk.sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F45463&zone_32=gethostbya ddr&wholewords=on[/url]
    >
    >
    > Hth
    >

    Hi,

    I add the patch 109326-10.zip and reboot the system ...
    but the message still appears in /var/log/syslog

    Jul 24 13:19:26 ???? sendmail[1570]: [ID 702911 mail.warning]
    gethostbyaddr(fec0::a00:20ff:fed1:46ad) failed: 1


    additional help available ?


    mfg

    aotto
    aotto Guest

  5. #4

    Default Re: sendmail warning

    Do you have to use IPv6??
    Otherwise switch that off.... because fec0::a00:20ff:fed1:46ad is an IPv6
    address...
    ifconfig hme0 inet6 unplumb...





    "aotto" <aotto@t-online.de> wrote in message
    news:2542dd24.0307240333.5916a091@posting.google.c om...
    > "Nobody" <nobody@nix.nl> wrote in message
    news:<3f1f8347$0$151$1b62eedf@news.wanadoo.nl>...
    > > check this out:
    > >
    > >
    [url]http://uk.sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F45463&zone_32=gethostbya ddr&wholewords=on[/url]
    > >
    > >
    > > Hth
    > >
    >
    >
    > Hi,
    >
    > I add the patch 109326-10.zip and reboot the system ...
    > but the message still appears in /var/log/syslog
    >
    > Jul 24 13:19:26 ???? sendmail[1570]: [ID 702911 mail.warning]
    > gethostbyaddr(fec0::a00:20ff:fed1:46ad) failed: 1
    >
    >
    > additional help available ?
    >
    >
    > mfg
    >
    > aotto

    Nobody Guest

  6. #5

    Default Re: sendmail warning

    Hi,

    is something wrong ?
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ><
    #
    # /etc/nsswitch.dns:
    #
    # An example file that could be copied over to /etc/nsswitch.conf; it uses
    # DNS for hosts lookups, otherwise it does not use any other naming service.
    #
    # "hosts:" and "services:" in this file are used only if the
    # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

    passwd: files
    group: files
    # You must also set up the /etc/resolv.conf file for DNS name
    # server lookup. See resolv.conf(4).
    hosts: files dns
    ipnodes: files
    # Uncomment the following line and comment out the above to resolve
    # both IPv4 and IPv6 addresses from the ipnodes databases. Note that
    # IPv4 addresses are searched in all of the ipnodes databases before
    # searching the hosts databases. Before turning this option on, consult
    # the Network Administration Guide for more details on using IPv6.
    #ipnodes: files dns

    networks: files
    protocols: files
    rpc: files
    ethers: files
    netmasks: files
    bootparams: files
    publickey: files
    # At present there isn't a 'files' backend for netgroup; the system will
    # figure it out pretty quickly, and won't use netgroups at all.
    netgroup: files
    automount: files
    aliases: files
    services: files
    sendmailvars: files
    printers: user files
    auth_attr: files
    prof_attr: files
    project: files
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<



    mfg

    aotto
    aotto Guest

  7. #6

    Default Re: sendmail warning

    Hi,

    I think the problem is solved:

    What happen:

    1) I had the empty file /etc/hostname6.hme0
    2) the system starts IPv6
    3) the name-resolution from sendmail uses the IP address to
    resolve the hostname

    removing /etc/hostname6.hme0 solves the problem



    mfg

    aotto
    aotto Guest

  8. #7

    Default Re: sendmail warning

    That's what I suggested with the unplumb... ;-)

    Cheers..

    Remco

    "aotto" <aotto@t-online.de> wrote in message
    news:2542dd24.0307250316.5b276560@posting.google.c om...
    > Hi,
    >
    > I think the problem is solved:
    >
    > What happen:
    >
    > 1) I had the empty file /etc/hostname6.hme0
    > 2) the system starts IPv6
    > 3) the name-resolution from sendmail uses the IP address to
    > resolve the hostname
    >
    > removing /etc/hostname6.hme0 solves the problem
    >
    >
    >
    > mfg
    >
    > aotto

    Nobody Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139