- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail 554 No SMTP Service here
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
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
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
тАО01-24-2007 10:49 PM
тАО01-24-2007 10:49 PM
Ok I am trying to configure sendmail on a unix server to mail via a smtp server (windows sorry) running mail marshal!!
Anway I just want somebody to clarify this is an issue with the mail server rather than the unix server. I already have a unix server which is using the mail server to route mails. When I do a telnet
then type Helo
When I do the same on my new unix server it connects and I type Helo
554 No SMTP Service here.
I'm assuming the mail server needs to be configured to allow mails from this host.....do people agree with this.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 11:00 PM
тАО01-24-2007 11:00 PM
Re: sendmail 554 No SMTP Service here
This is not the lack of a mail server or your connection would fail.
The access file on the system does not configure by default any other system other than localhost to send mail.
If you do this:
telnet localhost 25
and continue your testing, this is permitted by default.
If you do this to the unix server from the remote server you should by default get a relaying denied message.
Why?
Spam.
Spammers often try to get unsuspecting servers to relay their mail, thereby masking the source.
So senmdmail was modified to stop this.
To get the specific error you are getting requries configuration in the access file.
ipaddress REJECT 554 No SMTP service here
Must have been addeded to the access file and the m4 utility used to compile the access database into access.db
What is clear is that sendmail is running on the Unix server and can accept connections. It is apparent that its not accepting connections the way you'd wish.
To use the m4 utility on HP-UX requires special scripting. Here is a link to show you process, you'll need to change it to make changes to your access file.
For normal mail configuration on a Linux host, http://www.sendmail.org is sufficient.
http://www.hpux.ws/buildmail.hpux.text
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
тАО01-24-2007 11:08 PM
тАО01-24-2007 11:08 PM
Re: sendmail 554 No SMTP Service here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 11:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-24-2007 11:54 PM
тАО01-24-2007 11:54 PM
Re: sendmail 554 No SMTP Service here
My earlier post, thanks for the points was useless as it dealt with Unix hosts.
This windows product is misconfigured and not permitting mail relay. It will have to be configured to accept relay from selected outside hosts, perhaps even from itself.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com