- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SMTP Gateway on HPUX
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
10-07-2003 06:58 AM
10-07-2003 06:58 AM
SMTP Gateway on HPUX
Thanks,
Russ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 07:08 AM
10-07-2003 07:08 AM
Re: SMTP Gateway on HPUX
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 07:15 AM
10-07-2003 07:15 AM
Re: SMTP Gateway on HPUX
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&con=/hpux/onlinedocs/B2355-90110/00/00/47-con.html&toc=/hpux/onlinedocs/B2355-90110/00/00/47-toc.html&searchterms=forward%7csendmail&queryid=2003987-131146
Or, create a UNIX account and add a .forward file in it's $HOME dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 07:19 AM
10-07-2003 07:19 AM
Re: SMTP Gateway on HPUX
You must authorize mail relay on the HP box with the following entry.
IP_of_microsoft_server RELAY
This is a tab delimited file.
On HP-UX there is a program called gen_cf that will use that configuration to generate the necessary databases.
The Microsoft Server will need to be configured to forward all its outbound mail, which I do not know how to do.
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
10-07-2003 08:36 AM
10-07-2003 08:36 AM
Re: SMTP Gateway on HPUX
I enter
HELO me
The server responds with 250 OK and identify my IP address and validates my identity and domain name.
I enter
MAIL FROM: me@mydomain.com
With the proper domain name, it again, responds with 250 OK.
Enter
RCPT TO: nobody@hotmail.com
The server will respond with 550 Relaying Denied.
I want to eliminate the 'Relaying Denied' portion of this. I've tried the gen_cf to generate a new sendmail.cf and moved it to the /etc/mail directory. Started and stopped sendmail. Still denies the relaying.
Please help!