- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail and smtp
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-03-2003 09:35 AM
02-03-2003 09:35 AM
i finaly managed the installation of
DNS , Sendmail and qpopper all on hpux 11i
but i have a problem
on the clint side using outlook express i can recive e-mails frm the server and i can send e-mails to any clint in between my domain from the clint side. ok so far
but from the clinte side i cant send e-mails to any server i.e
arafat@ceb.jo is mail address on my server
i can from the clinte outlook to send e-mails to john@ceb.jo
but not to john@hp.com
the outlook says it is (The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'john@hp.com'. Subject 'Re: hello 1', Account: 'ceb.jo', Server: '212.154.153.29', Protocol: SMTP, Server Response: '554 buildaddr: no host', Port: 25, Secure(SSL): No, Server Error: 554, Error Number: 0x800CCC79)
from the server it self on unix not the clint it can send to any other mail addresses
the clinte recieve from any but can only send to local domain users
please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 10:37 AM
02-03-2003 10:37 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 10:47 AM
02-03-2003 10:47 AM
Re: sendmail and smtp
127.0.0.1 RELAY
192.168.0.30 RELAY
192.168.0.40 RELAY
192.168.0.41 RELAY
192.168.0.2 RELAY
There is actually tab between the IP address and the relay command.
As exptected, this defines relay domains.
The prior post may be better, but if that doesn't work, try this and do a hash db rebuild (attached). The script will have to be adapted for HP-UX use.
If relay is permitted on your local network, your clients should be able to send mail whether or not they can actually resolve the target domain.
P
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
02-03-2003 12:33 PM
02-03-2003 12:33 PM
Re: sendmail and smtp
i've added the relay-domains
including my network address
and attached u can see my sendmail.cf
the domain is ceb.jo
the error in the outlook is relying
and in the server i get
cannot creat smtp socket
thnk you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 06:07 PM
02-03-2003 06:07 PM
Re: sendmail and smtp
swlist -i look for it.
P
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
02-03-2003 06:28 PM
02-03-2003 06:28 PM
Re: sendmail and smtp
Can you pls be little elaborate?.
Is your hp server, connected directly to internet backbone or through ISP?.
If you are connected through ISP, set the DS (smart relay host) to ISP's
Server.
Also try removing Dj setting
for local domain finding.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:38 PM
02-03-2003 08:38 PM
Re: sendmail and smtp
From the Client .
#telnet
Did you get sendmail's banner ?
If you get it then OK.
If not check the sendmail.cf file for
O DaemonPortOptions=Port=smtp,Addr=xx.xx.xx.xx, Name=MTA
where xx.xx.xx.xx should be the IP address of the server.
save the file and restart the sendmail.
try again and come back with results.
regards,
U.SivaKumar