HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail: config files how-to
Operating System - HP-UX
1837516
Members
3869
Online
110117
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-04-2001 11:15 PM
04-04-2001 11:15 PM
Sendmail: config files how-to
Hello,
We have host abc.com . When we send mail from this server to any other machine we see something like root@abc.com in the From field.
Is it possible to make some changes (e.g. Sendmail config files) so that the server name would appear as wwwabc.com, and we could send mail back to wwwabc.com and all other settings would be unchanged.
Thanks for the help.
We have host abc.com . When we send mail from this server to any other machine we see something like root@abc.com in the From field.
Is it possible to make some changes (e.g. Sendmail config files) so that the server name would appear as wwwabc.com, and we could send mail back to wwwabc.com and all other settings would be unchanged.
Thanks for the help.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 01:01 AM
04-05-2001 01:01 AM
Re: Sendmail: config files how-to
Hi,
To use another name for your server you need
some modifications on you configuration :
- to use wwwabc instead of abc : wwwabc has
to be on your DNS
- when DNS is well configured (for example
try "nslookup wwwabc" ), you can configure
sendmail : edit your sendmail.cf and modify it.
But wwwabc.com and abc.com are two
differents domain names. I think that you want
your host called abc.com appears to be
www.abc.com ?
If you want more information you can try
on sendmails sites for example...
Bye,
Herve
1) Find DM tag : this tag is use when you
want your mail appears to come from another
server. In your case :
DMwwwabc.com
To modify (masquerade is a better term) a
complete domain use CM)
2)But now if you server receive some mail
to foo@wwwabc.com it can refuse because the
name of your server is already abc.com. So
you need to edit sendmail.cw and had the
other(s) name(s) of your server
wwwabc
wwwabc.com
Now your server can send mail like that
seems to come from wwwabc.com and it can
receive mails.
To use another name for your server you need
some modifications on you configuration :
- to use wwwabc instead of abc : wwwabc has
to be on your DNS
- when DNS is well configured (for example
try "nslookup wwwabc" ), you can configure
sendmail : edit your sendmail.cf and modify it.
But wwwabc.com and abc.com are two
differents domain names. I think that you want
your host called abc.com appears to be
www.abc.com ?
If you want more information you can try
on sendmails sites for example...
Bye,
Herve
1) Find DM tag : this tag is use when you
want your mail appears to come from another
server. In your case :
DMwwwabc.com
To modify (masquerade is a better term) a
complete domain use CM)
2)But now if you server receive some mail
to foo@wwwabc.com it can refuse because the
name of your server is already abc.com. So
you need to edit sendmail.cw and had the
other(s) name(s) of your server
wwwabc
wwwabc.com
Now your server can send mail like that
seems to come from wwwabc.com and it can
receive mails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 01:04 AM
04-05-2001 01:04 AM
Re: Sendmail: config files how-to
Hi,
wwwabc.com and abc.com are two
differents domain names. I think that you want
your host called abc.com appears to be
www.abc.com ?
To use another name for your server you need
some modifications on you configuration :
- to use wwwabc instead of abc : wwwabc has
to be on your DNS
- when DNS is well configured (for example
try "nslookup www.abc.com" ), you can configure
sendmail : edit your sendmail.cf and modify it.
1) Find DM tag : this tag is use when you
want your mail appears to come from another
server. In your case :
DMwww.abc.com
To modify (masquerade is a better term) a
complete domain use CM)
2)But now if you server receive some mail
to foo@wwwabc.com it can refuse because the
name of your server is already abc.com. So
you need to edit sendmail.cw and had the
other(s) name(s) of your server
www.abc
www.abc.com
Now your server can send mail like that
seems to come from wwwabc.com and it can
receive mails.
If you want more information you can try
on sendmails sites for example...
Bye,
Herve
wwwabc.com and abc.com are two
differents domain names. I think that you want
your host called abc.com appears to be
www.abc.com ?
To use another name for your server you need
some modifications on you configuration :
- to use wwwabc instead of abc : wwwabc has
to be on your DNS
- when DNS is well configured (for example
try "nslookup www.abc.com" ), you can configure
sendmail : edit your sendmail.cf and modify it.
1) Find DM tag : this tag is use when you
want your mail appears to come from another
server. In your case :
DMwww.abc.com
To modify (masquerade is a better term) a
complete domain use CM)
2)But now if you server receive some mail
to foo@wwwabc.com it can refuse because the
name of your server is already abc.com. So
you need to edit sendmail.cw and had the
other(s) name(s) of your server
www.abc
www.abc.com
Now your server can send mail like that
seems to come from wwwabc.com and it can
receive mails.
If you want more information you can try
on sendmails sites for example...
Bye,
Herve
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP