- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring relay mailer
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-2006 05:08 PM
11-26-2006 05:08 PM
Hi Team.,
I want to configure my server to send mails using relaymail service.
I got the details from the IT team as follows.,
use relaymail.company.com on port 25 as smart host.
But how can I enable this service, which file I need to edit and what modification I need to do to send the mails from my server...
Expexcting help from the team...
Regards
Suseendran .A
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2006 05:24 PM
11-26-2006 05:24 PM
Solutionvi /etc/mail/sendmail.cf or wherever sendmail.cf is kept.
change
DS
DShostnameofrelayserver
or
DS
[ip address of relay server]
example
DS
[192.168.0.10]
IMPORTANTE!
The relay server must be explicitly configured to permit relay from your host or ip address, if not, all of this will be for naught.
Diags:
mail1
sendmail -v -q
sendmail -v -d8.99 -d38.99 someone @your.net
type some text
.
Great diagnostics.
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
11-27-2006 12:08 AM
11-27-2006 12:08 AM
Re: Configuring relay mailer
Thanks for the information...But After did the same I am facing some other issue..
___________________________________________
[root@nitappsun03 /]$ sendmail -v -d8.99 -d38.99 sangamuthu@sapient.com
getcanonname(nitappsun03), trying files
text_getcanonname(nitappsun03)
getcanonname(nitappsun03), found
getcanonname(nitappsun03), failed, status=0
SUSEENDRAN ANGAMUTHU
.
^D
^X
^C
[root@nitappsun03 /]$
_____________________________________________
I am not able to send the mails from my server yet..
Regards
Suseendran .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 12:23 AM
11-27-2006 12:23 AM
Re: Configuring relay mailer
A couple of other things to check:
Set the Dj$ variable to the server's domain name.
Edit the /etc/nsswitch.conf file to specify how to do DNS resolution. Note that if you want to use a DNS server you'll need to update the /etc/resolv.conf file with the IP address(es) of the DNS server for your domain.
If running, stop and start the Sendmail daemon.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:37 PM
11-27-2006 10:37 PM
Re: Configuring relay mailer
Thanks to Each & Everyone who helps me in cofiguring the relaymail service.
Its a Super piece of support I am getting from the Team...
Heartly Thanks..To all
Regards
Suseendran, A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 07:48 PM
11-30-2006 07:48 PM