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-10-2004 05:16 AM
05-10-2004 05:16 AM
mailx
I have problems using mailx. I have the line:
cat test.dat |mailx -s "test" test@test.de
Unfortunately the mailuser test@test.de does not receive any email but I find this mail in /var/mail/root on the maschine where I tried to send the mail.
Do anybody have a suggestion what the problem could be?
Thanks for some help in advance and best regards,
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:18 AM
05-10-2004 05:18 AM
Re: mailx
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:19 AM
05-10-2004 05:19 AM
Re: mailx
Did you configure a mail server? Like sendmail.cf or a snmp server to relay your outging mail to.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:26 AM
05-10-2004 05:26 AM
Re: mailx
It tries it with (/var/adm/syslog/mail.log) mailer=esmtp and says three time stat=service not available, then it sents it to the relay which is relay=root@test.de. There I can see it as mentioned before.
Obviously the mailer is not started. How can I do it and how can I check the proper functionality?
Thanks in advance again and best regards,
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:39 AM
05-10-2004 05:39 AM
Re: mailx
You could restart sendmail:
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Regaeds,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 05:49 AM
05-10-2004 05:49 AM
Re: mailx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 06:26 AM
05-10-2004 06:26 AM
Re: mailx
ps -ef | grep sendmail
if you see sendmail running, try stopping it with
/sbin/init.d/sendmail stop
if it succeeds, you can restart it by
/sbin/init.d.sendmail start
after starting it,
ps -ef | grep sendmail
command should give you an output looking like this:
root 28600 1 0 Mar 23 ? 2:20 sendmail: accepting connections on port 25
but this I think is not very relevant to your problem as you are not able to send email not worried about receiving them at this point. In which case, I would look into the DS setting in your /etc/mail/sendmail.cf file.
if you do not have a line starting with letters
DS
followed by a server name or just by itself, this may be your problem.
UNIX because I majored in cryptology...