HPE GreenLake Administration
Operating System - HP-UX
1825719
Members
3196
Online
109686
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
12-10-2002 01:15 AM
12-10-2002 01:15 AM
Sendmail
Hi guys
I'm tryng to configure a mail server on hpux 11.00 with sendmail. My question is: can i have 2 mail server on the same domain that they work in this way:
ServerA with user test1@domain.com test2@domai.com
ServerB with user test3@domain.com and test4@domain.com.
On sendmail site i have found that i can configure a mail server with user and bkup server for relay.
someone know how is possible??
tnx
I'm tryng to configure a mail server on hpux 11.00 with sendmail. My question is: can i have 2 mail server on the same domain that they work in this way:
ServerA with user test1@domain.com test2@domai.com
ServerB with user test3@domain.com and test4@domain.com.
On sendmail site i have found that i can configure a mail server with user and bkup server for relay.
someone know how is possible??
tnx
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 01:35 AM
12-10-2002 01:35 AM
Re: Sendmail
Hi,
You have to activate the virtusertable option, in config.m4 or by hand in sendmail.cf,
Then in the text file (virtusertable), just use this syntax :
test1@domain.com test1@serverA.domain.com
test2@domain.com test2@serverA.domain.com
test3@domain.com test2@serverB.domain.com
and so on...
It's not easy because you have to define all the users but it works...
To redirect a whole domain (multi domain relay) you can use %1 :
example
@domain1.com %1@serverA.domain.com
@domain2.com %1@serverB.domain.com
remap your file or start/stop sendmail, and it should be OK !
hth
Benoit
_____
L'art d'??crire pr??c??de la pens??e.
Emile Chartier, dit Alain, Propos de litt??rature
You have to activate the virtusertable option, in config.m4 or by hand in sendmail.cf,
Then in the text file (virtusertable), just use this syntax :
test1@domain.com test1@serverA.domain.com
test2@domain.com test2@serverA.domain.com
test3@domain.com test2@serverB.domain.com
and so on...
It's not easy because you have to define all the users but it works...
To redirect a whole domain (multi domain relay) you can use %1 :
example
@domain1.com %1@serverA.domain.com
@domain2.com %1@serverB.domain.com
remap your file or start/stop sendmail, and it should be OK !
hth
Benoit
_____
L'art d'??crire pr??c??de la pens??e.
Emile Chartier, dit Alain, Propos de litt??rature
Une application mal pansée aboutit à une usine à gaze (GHG)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 02:24 AM
12-10-2002 02:24 AM
Re: Sendmail
Hi,
Install Sendmail in two servers.
Server A:
Edit /etc/mail/local-host-names
Put this entries
domain.com
ServerA.domain.com
Edit /etc/mail/virtualusertable
Put this entries and save
test1@domain.com test1@serverA.domain.com
test2@domain.com test2@serverA.domain.com
test3@domain.com test2@serverB.domain.com
......
......
Then Run this command
#makemap dbm /etc/mail/virtusertable < /etc/mail/virtusertable
Start Sendmail .
Server B:
Edit /etc/mail/local-host-names
Put this entries
domain.com
ServerB.domain.com
Repeat other steps as Server A
Start Sendmail .
Edit your DNS server's Zone file and add this records.
domain.com. IN MX 10 ServerA.yourdomain.com.
domain.com. IN MX 10 ServerB.otherdomain.com.
regards,
U.SivaKumar
Install Sendmail in two servers.
Server A:
Edit /etc/mail/local-host-names
Put this entries
domain.com
ServerA.domain.com
Edit /etc/mail/virtualusertable
Put this entries and save
test1@domain.com test1@serverA.domain.com
test2@domain.com test2@serverA.domain.com
test3@domain.com test2@serverB.domain.com
......
......
Then Run this command
#makemap dbm /etc/mail/virtusertable < /etc/mail/virtusertable
Start Sendmail .
Server B:
Edit /etc/mail/local-host-names
Put this entries
domain.com
ServerB.domain.com
Repeat other steps as Server A
Start Sendmail .
Edit your DNS server's Zone file and add this records.
domain.com. IN MX 10 ServerA.yourdomain.com.
domain.com. IN MX 10 ServerB.otherdomain.com.
regards,
U.SivaKumar
Innovations are made when conventions are broken
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP