- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp sendmail help
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-12-2001 01:32 PM
01-12-2001 01:32 PM
I would like to have hpux10.20 sendmail 8.7 to send mails to our existing SGI sendmail 8.8 box or NT4 Exchange Server that relay mails to users. I have made it receiving mails, but not able to send mails out. We do not have DNS server, but use ISP's. All servers are behind firewall.
Is it something related to DNS, such as the resolv.conf file? Please help giving me some guide as what I have to do.
Very appreciated.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 03:31 AM
01-15-2001 03:31 AM
Re: hp sendmail help
sendmail -v user@domain.com
you will be able to see if a successful connection is being made.
If not, please can you describe what sort of errors are being reported.
You can also check /var/adm/syslog/mail.log to see if any errors are being logged.
Finally, you can run the command:
mailq
to show you a list of the messages currently in the message queue and also an indication as to why they have not been sent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 05:43 AM
01-15-2001 05:43 AM
Re: hp sendmail help
By using "sendmail -v xxx@domain.com", I got the following error:
"Warning: alias database /etc/mail/aliases.db out of date".
Can you tell me who to update aliases.db please?
Very appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 06:19 AM
01-15-2001 06:19 AM
Re: hp sendmail help
after "newaliases" command issued, I see no error message sending mail out, but I still could not receive this mail from other server.
The other server is our regular unix mail server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 07:55 AM
01-15-2001 07:55 AM
Re: hp sendmail help
you can config the sendmail.cf.
# "Smart" relay host (may be null)
#--- IP-Adresse mail-hosts
DS[xxx.xxx.xxx.xxx] # your mailhost
i hope that's all for your HP
Best regards