- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail HP-UX 10.2
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
05-16-2001 01:42 AM
05-16-2001 01:42 AM
sendmail HP-UX 10.2
When i try to send an email (e.g sendmail -v root), I get the message:
No local mailer defined
What is causing this? I haven't had this problem yet (on HP-UX 11), which entry in the sendmail.cf must I change and to what. All I want to do is forward all mail (local and non-local) to the Exchange mail server.
Thanks,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:10 AM
05-16-2001 02:10 AM
Re: sendmail HP-UX 10.2
You should add the name of your exchange server at the line:
# "Smart" relay host (may be null)
DS
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:11 AM
05-16-2001 02:11 AM
Re: sendmail HP-UX 10.2
does it set to 1 in /etc/rc.config.d/mailsvrs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:14 AM
05-16-2001 02:14 AM
Re: sendmail HP-UX 10.2
I wanted to add:
You will have to add a .mailrc file
in your home directory containing:
set crt=21
set encoding=8bit
set charset=iso-8859-1
To avoid MS-... error
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:26 AM
05-16-2001 02:26 AM
Re: sendmail HP-UX 10.2
ps -ef | grep sendmail
I find that no sendmail daemon is running.Why won't it start up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:38 AM
05-16-2001 02:38 AM
Re: sendmail HP-UX 10.2
/sbin/init.d/sendmail stop
What get displayed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 02:42 AM
05-16-2001 02:42 AM
Re: sendmail HP-UX 10.2
No sendmail server is running :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 03:03 AM
05-16-2001 03:03 AM
Re: sendmail HP-UX 10.2
This time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 03:11 AM
05-16-2001 03:11 AM
Re: sendmail HP-UX 10.2
On HPUX11, you get something like sendmail accepting connections. I guess it should be the same on HPUX10.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 03:20 AM
05-16-2001 03:20 AM
Re: sendmail HP-UX 10.2
/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total
sendmail
sbin/init.d # ps -ef|grep sendmail
root 22431 1 0 13:15:44 ? 0:00 sendmail: accepting connections on port 25
root 22537 21016 0 13:16:04 pts/1 0:00 grep sendmail
sbin/init.d # ./sendmail stop
Sendmail pid is 22431
Killing sendmail...
Sendmail killed.
I will at the priv on the exec files and give them to you (I just tested on a K production machine, hope no one was in need on mail...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 03:25 AM
05-16-2001 03:25 AM
Re: sendmail HP-UX 10.2
-r-sr-sr-t 1 root mail 393216 Feb 12 1998 sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 02:06 AM
05-17-2001 02:06 AM
Re: sendmail HP-UX 10.2
##### @(#)local.m4 8.30 (Berkeley) 6/30/1998 #####
Mlocal, P=/usr/bin/rmail, F=lsDFMAw5:/|@qm9, S=10/30, R=20/40,
T=DNS/RFC822/X-Unix,
A=rmail -d $u
Mprog, P=/usr/bin/sh, F=lsDFMoqeu9, S=10/30, R=20/40, D=$z:/,
T=X-Unix,
A=sh -c $u
in your active sendmail.cf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 03:20 AM
05-17-2001 03:20 AM
Re: sendmail HP-UX 10.2
Thanks for all your contributions.
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 08:46 PM
05-18-2001 08:46 PM
Re: sendmail HP-UX 10.2
Simply edit /etc/rc.config.d/mailsvrs
There are only two variables that can be changed in that file.
1. Run sendmail 0=false, 1=true
2. Mail host to forward mail to
After you put the mail host into the file, stop and start sendmail with the /sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
DONE!
Regards,
Shannon