HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- help sendmail
Operating System - HP-UX
1836593
Members
3499
Online
110102
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 01:22 PM
05-19-2001 01:22 PM
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 ?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2001 09:34 PM
05-19-2001 09:34 PM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:18 AM
05-21-2001 05:18 AM
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
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!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP