1836593 Members
3499 Online
110102 Solutions
New Discussion

help sendmail

 
Angel_5
Occasional Contributor

help sendmail

Tengo dos servidores con ver HPUX 11. necesito enviar correo de un servidor a otro utilizando el sendmail,
le he hecho de todo hasta reconfigurar el sendmail. revise los arhivos de configuracion

asi:

Este es /etc/hosts
176.16.1.4 pkg2 PCKG2 # Paquete Numero 2 Servidor Central
176.16.1.5 sigma sigma.fcvl # Servidor central de Produccion
176.16.1.6 ipsilon ipsilon.fcvl # Servidor Central de Desarrollo

este el /etc/mail.
sendmail.cw
#localhost
loopback
localhost
ipsilon
ipsilon.fcvl
ipsilon.fcvl.org

sendmail.cf:
DSsigma.fcvl

pero si envio de una servidor a otro el mensaje se queda en la cola ??

Ipsilon:/var/adm/syslog#mailq
Mail Queue (2 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
PAA02406 20 Sat May 19 15:44 root
(host map: lookup (sigma.fcvl): deferred)
root@sigma.fcvl
PAA02491 (no control file)

esto me reporta el syslogs

May 19 16:46:24 ipsilon sendmail[2491]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..
May 19 16:46:36 ipsilon sendmail[2503]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..
May 19 16:46:24 ipsilon sendmail[2491]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..
May 19 16:44:57 ipsilon sendmail[2470]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..
May 19 16:46:36 ipsilon sendmail[2503]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..
May 19 16:57:20 ipsilon sendmail[2537]: libc: bad lookup policy for hosts in /et
c/nsswitch.conf, using defaults..

run processes deamon:

#ps -ef|grep sendmail
root 2613 2225 3 16:18:22 pts/tf 0:00 grep sendmail
root 2401 1 0 15:43:56 ? 0:00 sendmail: accepting connections
on port 25

How I make ?
2 REPLIES 2
Thierry Poels_1
Honored Contributor

Re: help sendmail

ola, no comprede ;)

as much a I can understand this you probably need to install patches or check your nsswitch.conf file for syntax errors.
good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Brian Hackley
Honored Contributor

Re: help sendmail

Hello,
I concur with /etc/nsswitch.conf has a problem.
There are some "templates" for this file in /usr/newconfig/etc :
/usr/newconfig/etc/nsswitch.compat
/usr/newconfig/etc/nsswitch.files
/usr/newconfig/etc/nsswitch.hp_defaults
/usr/newconfig/etc/nsswitch.nis
/usr/newconfig/etc/nsswitch.nisplus
copy the file that best matches your needs to /etc/nsswitch.conf and edit it as necessary to match your configuration needs.
Hope this all helps,
-> Brian Hackley
Ask me about telecommuting!