- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail error.
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
06-24-2004 04:44 AM
06-24-2004 04:44 AM
Sendmail error.
I am currently using sendmail 8.12.10
Any advice would be greatly appreciated.
Thanks!
-Amado
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:47 AM
06-24-2004 04:47 AM
Re: Sendmail error.
regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:49 AM
06-24-2004 04:49 AM
Re: Sendmail error.
Show us what you see, it will help.
Also, is this an interal user or external?
Check /etc/passwd and SAM->users to ensure the user is Active, not disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:50 AM
06-24-2004 04:50 AM
Re: Sendmail error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 05:27 AM
06-24-2004 05:27 AM
Re: Sendmail error.
sendmail -v -d8.99 -d38.99 someone@some.net
type some text
.
This will get you diagnostics and errors.
mailq
sendmail -v -q verbose push of the mail queue
This will help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 06:33 AM
06-24-2004 06:33 AM
Re: Sendmail error.
>> sendmail -v -d8.99 -d38.99 myname@myemail.net
openmap() dequote:dequote NULL: valid
openmap() host:host NULL: valid
getcanonname(my_domain_name), trying dns
dns_getcanonname(my_domain_name, trymx=1)
dns_getcanonname: trying my_domain_name. (A)
YES
dns_getcanonname: my_domain_name
getcanonname(my_domain_name), found
Subject: Test
.
>> mailq
/var/spool/mqueue is empty
Total requests: 0
sendmail -v -q verbose push of the mail queue
>> sendmail -v -q
>>
"Next is a tail of my /var/adm/syslog/mail.log"
Jun 24 14:25:04
Jun 24 14:25:04
Jun 24 14:25:05
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 06:43 AM
06-24-2004 06:43 AM
Re: Sendmail error.
sar -v 3 3
glance -t
dmesg
Can you start /sbin/init.d/sendmail start
and then mailx -s "" xxx@yyy.com < "something"
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 06:49 AM
06-24-2004 06:49 AM
Re: Sendmail error.
If yes, did you create a new sendmail.cf - IE - through your old one away?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:53 PM
06-24-2004 04:53 PM
Re: Sendmail error.
try telnet ip_address_of_the_server 25
and see whether it is getting connected.
running on hpux??
I feel 8.12.10 is not yet a HP supported version of sendmail
./sbin/init.d/sendmail stop
./sbin/init.d/sendmail start
any error it gives???
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 02:54 AM
06-25-2004 02:54 AM
Re: Sendmail error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 03:04 AM
06-25-2004 03:04 AM
Re: Sendmail error.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 08:48 AM
07-20-2004 08:48 AM
Re: Sendmail error.
For instance: enable info on packet transfer
on the network interface.
For shorewall this would look something like
this:
>
> ACCEPT:info fw net tcp 25
or
> ACCEPT:info fw lo tcp 25
>
This way you may see that packets are
bouncing on address 127.0.0.1, this prevents
sendmail to startup.
(at least, in my case...)
See if works for you.
Cheers
Ray