- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail Configuration
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
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
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-03-2003 11:58 AM
тАО07-03-2003 11:58 AM
Sendmail Configuration
Here is what I am trying to do.
I am receiving email to my HP-UX server running Sendmail 8.9.3. If I receive an email from an unknown user I want the address to be passed to the mail relay unchanged.
Example:
joe.user@abc123.com (Unknown user on my system)
relay to system named ???relay??? as joe.user@abc123.com
What I am getting now.
joe.user@abc123.com (Unknown user on my system)
relay to system named ???relay??? as joe.user@relay
Also my HP server does not use DNS only /etc/hosts for name resolution.
Thanks,
Wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2003 12:19 PM
тАО07-03-2003 12:19 PM
Re: Sendmail Configuration
# "Smart" relay host (may be null)
DSrelay
As far as the users, are they all abc123.com and is the relay server relay.abc123.com?
If yes, then:
# who I masquerade as (null for no masquerading)(see also $=M)
DMabc123.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2003 12:34 PM
тАО07-03-2003 12:34 PM
Re: Sendmail Configuration
DS is set to relay
DSrelay
All the user are abc123.com but the relay server is not but it does know how to send to abc123.com.
Masquerade is
DMabc456.com
Messed up I know. I could change the masquerade but everything else is set in stone.
Thanks,
Wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2003 12:43 PM
тАО07-03-2003 12:43 PM
Re: Sendmail Configuration
Adding entries to the aliases database will probably work.
You can have entries like this:
joe.user@abc123.com joeuser
# This entry will take inbound mail and route it to a local user.
joe.user@abc123.com joeuser@aol.com
That will take joe.user's mail and send it to his aol account.
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-03-2003 12:47 PM
тАО07-03-2003 12:47 PM
Re: Sendmail Configuration
???If I receive an email from an unknown user I want the address to be passed to the mail relay unchanged.???
I meant:
???If I receive an email for an unknown user I want the address to be passed to the mail relay unchanged.???
Thanks,
Wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2003 01:04 PM
тАО07-03-2003 01:04 PM
Re: Sendmail Configuration
I am using the aliases file to do just that but I need it to send on any unknown address to the relay unchanged. If the DL is null then it returns unknown user. When I set DLrelay the relay bounces the message with the following.
Your message to the following recipients was undeliverable:
joe.user@relay
Thanks,
Wayne