Ask a Question related to Sun Solaris, Design and Development.
-
aotto #1
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
-
[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... -
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 -
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... -
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... -
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... -
Nobody #2
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
-
aotto #3
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
-
Nobody #4
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...news:<3f1f8347$0$151$1b62eedf@news.wanadoo.nl>...> "Nobody" <nobody@nix.nl> wrote in message[url]http://uk.sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F45463&zone_32=gethostbya ddr&wholewords=on[/url]> > check this out:
> >
> >>> >
> >
> > 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
-
aotto #5
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
-
aotto #6
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
-
Nobody #7
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



Reply With Quote

