- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i cant send mail
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
12-03-2007 11:09 PM
12-03-2007 11:09 PM
i want to use mailx command to send mail. I configured /etc/hosts and add the ip of an mail server computer. Sendmail is installed and when i try to send mail, cursor waits for a long time but nothing happens.
A few times it returns to my mailbox as returned mail. This (returned) mail says the problem is unknown host.
How can i solve this problem.
if you want more details i try to explain...
thnx
this is my command
mailx -s "try" halil@mymail.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 11:16 PM
12-03-2007 11:16 PM
Re: i cant send mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 11:34 PM
12-03-2007 11:34 PM
Re: i cant send mail
i doesnt give any error.
but still my mail isnt delivered to recipients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 12:08 AM
12-04-2007 12:08 AM
Re: i cant send mail
# echo test | sendmail -v your@mail.com
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 12:12 AM
12-04-2007 12:12 AM
Solutionmailq
# Checks if the message is queued or not.
tail /var/adm/syslog/mail.log
# Checks for error messages.
sendmail -v -d8.99 -d38.99 halil@mymail.com
type some text
.
Full diagnostics.
Run the diagnostics above and post the results please.
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
12-04-2007 03:50 AM
12-04-2007 03:50 AM
Re: i cant send mail
Make sure that your sendmail has been properly configured.
In your /etc/mail/sendmail.cf
1. Configure the macro DS to DS
and also configure the macro Dj$w. to Dj$w.
2. make sure that the name is properly resolved either by the /etc/hosts or the DNS
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 04:11 AM
12-04-2007 04:11 AM
Re: i cant send mail
is it HP-UX to MS Exchange?
Please chek your configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 11:18 PM
12-04-2007 11:18 PM
Re: i cant send mail
the problem was in sendmail.cf i changed my domain, QueueLA and RefuseLA parameters there.
i deleted $w from Dj$w.Mydomain
and it worked.