- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with mail relay -Relaying denied .
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
07-05-2004 03:33 AM
07-05-2004 03:33 AM
When i'm connecting to SMTP from the local server everything is ok , but when i'm connecting to smtp from other server i get :
RCPT TO: chapaya@kuku.com
550 chapaya@kuku.com ... Relaying denied
I have hpux 11i with sendmail 8.9.3.1
BYE
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 03:44 AM
07-05-2004 03:44 AM
Solutionotherservername relay
makemap hash /etc/mail/access
stop/start sendmail...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 04:10 AM
07-05-2004 04:10 AM
Re: Problem with mail relay -Relaying denied .
I don't have this file .
BYE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 04:45 AM
07-05-2004 04:45 AM
Re: Problem with mail relay -Relaying denied .
A DS directive sends all outgoing smtp traffic to a relay server.
If that server is not set up to allow relay, with the files mentioned in the first response, or if its a Microsoft Exhange Server, it will have to be explicitly set up to allow relay.
A DS direcitve looks like this:
DS
[ip address of relay server]
or
DShostname.of.relay.server
Some tools in your sendmail arsenel, though you may actually need to have an /etc/mail/access file to make this work.
mailq
Shows what mail is queued for outbound delivery
sendmail -v -q
tries to process the queue with verbose response which might give you a clue as to whether the problem is on this server or another server.
sendmail -v -d8.99 -d38.99 chapaya@kuku.com
type some text
.
gets you full diagnosis.
There could be a line in /etc/mail/access on the target server kuku.com that is rejecting your mail. check that server for a line that includes the following text:
chapaya@kuku.com 550 Relaying denied
It might not be chapaya@kuku.com, it might be the IP address of the sending server or an intermediary relay server.
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
07-05-2004 04:46 AM
07-05-2004 04:46 AM
Re: Problem with mail relay -Relaying denied .
Other thought - you say local server is okay - how are you sending? do you use the kuku.com?
BTW - latest sendmail from HP is here:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL811
Rgds...Geoff