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
11-26-2001 06:51 AM
11-26-2001 06:51 AM
Mail
I need some help setting up a mailserver.
I have never done this on an hp machine yet.
Here is my situation:
I have a mailserver, which is a sun machine.
Now i have a hp box in another country and this machine is not allowed to talk to our machines. We will have to extract mail from their server & put mail on their server.
How do I go about setting up the hp machine????
Thanx
Shaamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 06:57 AM
11-26-2001 06:57 AM
Re: Mail
You have configure the sendmail.cf file for this on the remote HP box.
edit /etc/mail/sendmail.cf file.
look for the DS entry by ^DS
Insert your mailserver full qualified domain name infornt of the DS entry
(DShostname.domain.name.)
Restart the sendmail by
/sbin/init.d/sendmail stop
/sbin/init/d/sendmail start.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:07 AM
11-26-2001 07:07 AM
Re: Mail
DS your_mailserver
For these users to receive the mail, you either need to send mails to the fully qualified domain name like
your_user@hpsystem.yourdomain.com
or create aliases on your mailserver to point to the hpsystem.
On the SUN mail server create an alias like
your_user: your_user@hpsystem
So sending a mail to your_user@yourdomain.com will be forwarded to the hpsystem.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:21 AM
11-26-2001 07:21 AM
Re: Mail
Are your two hosts connected via a wan, or will you be sending the mail over the internet?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:27 AM
11-26-2001 07:27 AM
Re: Mail
U can use mailx command to send mails from HP server via sendmail.
Do the following in ur HP machine.
(1) Get SMTP relay host name and IP address (Eg: 128.9.7.30 abcd_relay (Hostname of SUN machine))
For sendmail to be activated to send mail to xxxxx.com.
a)put relay hostname to DS on sendmail.cf in /etc/mail directory (eg: DSabcd_relay).
b)Create nsswitch.conf in /etc by copying nsswitch.file as nsswitch.conf. (IF DNS is not enabled on ur HP server).
c)Add relay host IP entry to /etc/hosts file. (IP of abcd_relay)
d)Stop and start sendmail dameon again.
After this u can send a test mail using
# cat /etc/hosts | mailx -m -s "Test mail " mail_id@xxxx.com
Hope this will help u.
Regards
Joe.