- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Daemon sendmail doesn't start
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
07-22-2002 02:06 AM - last edited on 06-24-2013 06:44 PM by Maiko-I
07-22-2002 02:06 AM - last edited on 06-24-2013 06:44 PM by Maiko-I
Hi everybody!
We are trying to start daemon sendmail (/sbin/init.d/sendmail start), but no process starts. What's the matter?
Jordi
P.S. This thread has been moved from HP-UX > Networking to HP-UX > messaging - HP Forum Moderator
Solved! Go to Solution.
- Tags:
- sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:19 AM
07-22-2002 02:19 AM
Re: Daemon sendmail doesn't start
You need to change the following line (i.e. set the variable) in /etc/rc.config.d/mail to activate sendmail:
export SENDMAIL_SERVER=1
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:22 AM
07-22-2002 02:22 AM
Re: Daemon sendmail doesn't start
After changing /etc/rc.config.d/mail, remember to re-run the startup script:
# /sbin/init.d/sendmail start
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:22 AM
07-22-2002 02:22 AM
Re: Daemon sendmail doesn't start
/etc/rc.config.d/mailservs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:23 AM
07-22-2002 02:23 AM
Re: Daemon sendmail doesn't start
Thanks for the correction.
It should be /etc/rc.config.d/mailserv
and not:
/etc/rc.config.d/mail
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:46 AM
07-22-2002 02:46 AM
Re: Daemon sendmail doesn't start
The problem is that the command: /sbin/init.d/sendmail start, doesn't do anything. It doesn't return any message nor errors. We look for the process it must be running but there is nothing executing.
In the other hand, that's what we want to do:
From one server (escp) we want to send mail to Internet through the SMTP server (hono). That server (hono) can send without problems mail to Internet. And we can access server hono from server escp by port 25 (telnet hono 25).
We don't use DNS.
Thank you in advance,
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:53 AM
07-22-2002 02:53 AM
Re: Daemon sendmail doesn't start
give this again.
/sbin/init.d/sendmail start
and look for any errors given in
/var/adm/syslog/syslog.log
#tail /var/adm/syslog/syslog.log
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:59 AM
07-22-2002 02:59 AM
Re: Daemon sendmail doesn't start
There is no error entries on syslog.log, only two entries some hours ago:
Jul 22 11:37:48 escp inetd [519]: ident/tcp: Exit status 1
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 03:05 AM
07-22-2002 03:05 AM
Re: Daemon sendmail doesn't start
Ok.
#/sbin/init.d/sendmail start
#tail /var/adm/syslog/mail.log
get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 03:14 AM
07-22-2002 03:14 AM
Re: Daemon sendmail doesn't start
No new entries on mail.log.
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 03:27 AM
07-22-2002 03:27 AM
Re: Daemon sendmail doesn't start
We received the follow message:
Jul 22 08:24:33 escp sendmail[3050]: /etc/mail/sendmail.cf: WARNING: dangerous write permissions
And finally started sendmail daemon.
Now that we can start the daemon, we tried to send a mail to Internet but doesn't work. Any ideas?
Thanks in advance,
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 03:40 AM
07-22-2002 03:40 AM
Re: Daemon sendmail doesn't start
edit /etc/sendmail.cf
put you ip address of hono server in DS macro
like this,
DS[x.x.x.x]
where x.x.x.x is the ip address of hono server.
put this also in the same file.
Cwlocalhost hono escp yourdomain.com
Save the file and restart sendmail. Now you will be able to relay your mails to hono server
from where mails will be forwarded to internet.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 04:06 AM
07-22-2002 04:06 AM
Re: Daemon sendmail doesn't start
We did the changes but without effect. These are the new entries on mail.log
Thank you in advance,
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 04:46 AM
07-22-2002 04:46 AM
Re: Daemon sendmail doesn't start
First, about write permission, check authorization on /etc and /etc/mail, and /etc/mail/sendmail.cf (which should be read only !).
Second, about sending to internet, from your log, I can say you hahe a trouble with DNS. Can you resolve dns from your host to internet ?
There's some specific configs to make work sendmail wihout DNS (see www.sendmail.org).
If you have a DNS, it'll be quicker for you to configure your host as a DNS client.
Check it with nslookup ..
hope that help,
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 04:55 AM
07-22-2002 04:55 AM
Re: Daemon sendmail doesn't start
You can follow this url, to know how to configure sendmail without DNS :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa06d42308663d611abdb0090277a778c,00.html
Hope that help
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 06:47 AM
07-22-2002 06:47 AM
Re: Daemon sendmail doesn't start
I tried the changes without effect.
From escp server, we can't resolve Internet adresses. But from hono (SMTP server), we can send mails to Internet without any problem.
So, we are missing some configuration to send the mails to Internet from escp through hono.
Thanks in advance,
Jordi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 06:53 AM
07-22-2002 06:53 AM
Re: Daemon sendmail doesn't start
1. echo test | mailx -s"
When the email gets to server hono it will change email address to job.bloggs@domain and will send out to the internet
2. edit the file /etc/mail/aliases on hono and add an entry like this;
temp : job.bloggs@domain
Save it and run newaliases. Now from server escp you can send to;
echo test | mailx -s"
and it will expand out to joe.bloggs@domain and go out to the internet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 07:08 AM
07-22-2002 07:08 AM
Re: Daemon sendmail doesn't start
That's right, it works!
Thank you very much,
Jordi