- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- smtp mail relay
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-02-2001 09:14 PM
12-02-2001 09:14 PM
smtp mail relay
I have a HP server from which I want to send the out going mails(SMTP mails) to the SMTP server which is Exchange server(Microsoft.
)
I edited the /etc/mail/sendmail.cf file and did a ^DS and in front of it I gave the fully qualified name of the exchange server. I stopped and started the sendmail daemon by
#/sbin/init.d/sendmail stop
#/sbin/init.d/sendmail start
But still my mails dont go through they are still there when I do a "mailq" do I need to do some thing on the Exchange server?
Thnks in advance
VSK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2001 09:24 PM
12-02-2001 09:24 PM
Re: smtp mail relay
Did you specify the DS entry like this?
DS
eg: DSxyz.abc.com
To test whether the mail is going to the relay do
#sendmail -vt maild
test mail
. <- (just the dot!)
and check the output. It will show how the mail is being sent.
If it does not work, pls post the output of
the above command.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 05:00 AM
12-03-2001 05:00 AM
Re: smtp mail relay
I will try to explain most of it (using Exchange 5.5) :
First of all, be sure that your server is found in the DNS configuration.
In the MS Exchange Admin application, find your (sub)site. Under "configuration" you will find an entry "connections".
If you click on "connections" you will get a list of connections on the right side of the window. Doubleclick on the "Inernet Mail Service".
Under tab "Delivery Restrictions", be sure the Exchange server accepts connections from your server.
Under tab "Address Space", you need to add an SMTP type connection to "*@
Under tab "Routing", you should tell Exchange to route mail to server
Abd last : tab "Internet Mail" : Configure how mail should be forwarded (MIME, HTML, character set, ...)
For Exchange 2000, this will probably be a little different, but I hope this helps. Don't forget to use the help button regularly so that you know what you're doing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:09 AM
12-03-2001 06:09 AM
Re: smtp mail relay
WARNING: local host name (mantis1) is not qualified; fix $j in config file
maild... User unknown
.... User unknown
Do I go and modify it in the /etc/mail/sendmail.cw?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:26 AM
12-03-2001 06:26 AM
Re: smtp mail relay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:40 AM
12-03-2001 06:40 AM
Re: smtp mail relay
Enter the fully qualified domain name in /etc/hosts (i.e with the domain you specified in your /etc/resolv.conf) or modify your Dj macro in sendmail.cf to include your fully qualified domain name to get rid of this problem.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:51 AM
12-03-2001 06:51 AM
Re: smtp mail relay
In the /etc/mail/sendmail.cf
file, specify the domain name
Look for an entry like this in file:
#Dj$w.Foo.COM
and replace it with
Dj
Also, in the sendmail test command , you need to specify
an actual mailid!
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:59 AM
12-03-2001 06:59 AM
Re: smtp mail relay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 06:59 AM
12-03-2001 06:59 AM
Re: smtp mail relay
Hi,
Apart from this ceck your DNS (/etc/nsswitch.conf and /etc/resolv.conf file)
In resolv.conf gile you should have doman name, search order and name server entries. Check MX entries in DNS server for mail service. Also check with sendmail -bv with a proper e-mail id and see what result it gives.
What error you get exactly??
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 09:11 AM
12-03-2001 09:11 AM
Re: smtp mail relay
vskumar@cw.com... cw.com: Name server timeout
Transient parse error --
There are still messages in queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 10:03 AM
12-03-2001 10:03 AM
Re: smtp mail relay
Try this thread,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2ae6fd270d14f908c4/screen=ckiDisplayDocument?docId=200000040618554
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 07:51 PM
12-03-2001 07:51 PM
Re: smtp mail relay
- edit /etchosts:
129.9.200.2 .wmo.com
- edit /etc/sendmail.cf:
# "Smart" relay host (may be null)
DS.wmo.com
- restart sendmail deamon
it works fine.
try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 01:58 AM
12-04-2001 01:58 AM
Re: smtp mail relay
In addition to what Twang said, ensure that you can ping the mail server & Vice Versa . Make sure that the /etc/nsswitch.conf file has this entry if you are using the host table.
hosts: files [NOTFOUND=continue] nis
Restart inetd & sendmail.
hope it helps,
ish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:16 AM
12-04-2001 06:16 AM
Re: smtp mail relay
Thanks for your help the problem is solved. What I did was I removed the /etc/resolv.conf to another location , because I dont use DNS , it was first looking up at that file.
Also in /etc/mail there is a file called service.switch remove the word dns in the default fall back line.