- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mail client help
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
02-21-2003 02:30 AM
02-21-2003 02:30 AM
i have installed postfix on a RH 7.2 as mail server and trying to send mails from other two RH 7.2 clients.
If i use kmail i send and recieve mails without problems.
Now i want to send emails from command line using mail command (so i'm notified when i run scripts), but i don't know what to configure..
does mail command use sendmail?
can someone give me a hint?
Thanks in advance
Tarek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 02:47 AM
02-21-2003 02:47 AM
Re: mail client help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 03:04 AM
02-21-2003 03:04 AM
SolutionIs this the recipient address you are using ?
franzd@10.113.193.63
Then your recipient address format is wrong. you have use like this.
franzd@[10.113.193.63]
Eg:-
#mail franzd@[10.113.193.63]
Now the mail should be delivered to franzd at 10.113.193.63
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 03:13 AM
02-21-2003 03:13 AM
Re: mail client help
Now if i put that server in the /etc/hosts it should work right?
do i have to specify also the domain or not?
I had also modified two lines
of /etc/sendmail.cf:
# SMTP daemon options
#O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
O DaemonPortOptions=Port=smtp,Addr=10.113.193.63, Name=10.113.193.63
# SMTP client options
#O ClientPortOptions=Address=0.0.0.0
O ClientPortOptions=Address=10.113.192.197
is it right?
in the client port i put my ip (client) and the other is the server.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 03:46 AM
02-21-2003 03:46 AM
Re: mail client help
Yes .
put it in /etc/hosts
10.113.193.63 mail.mydomain.com
There is no need for ClientPortOptions.
regards,
U.SivaKumar