- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- virtusertable , genericstable .. sendmail
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
тАО01-20-2001 10:45 AM
тАО01-20-2001 10:45 AM
virtusertable , genericstable .. sendmail
I did this to be able to host the same username on 2 domains. ie user@thisdomain.net
and user@thatdomain.net , But it is not working. I have the virtusertable like this:
user@thisdomain.net user@localhost
user@thisdomain.net user0@localhost
and i have the generics table reversed.
My goal is to have mail that goes to user@thisdomain.net to go to var/mail/user
and user@thatdomain.net to go to var/mail/user0. This is just a stepping stone to the goal of having multiple domains on one sendmail server. And allowing the domains to have duplicate users. I was even thinking of doing a sendmail config that would send the mail that goes to user@thisdomain.net to
a file in var/mail/thisdomain/user , and mail to go to user@thatdomain.net to go to a file in var/mail/thatdomain/user. What is a real soloution here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2001 10:48 AM
тАО01-20-2001 10:48 AM
Re: virtusertable , genericstable .. sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2001 07:52 PM
тАО01-21-2001 07:52 PM
Re: virtusertable , genericstable .. sendmail
/usr/sbin/makemap dbm /etc/mail/virtusertable < /etc/mail/virtusertable
and
/usr/sbin/makedbm /etc/mail/virtusertable < /etc/mail/virtusertable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 01:09 AM
тАО01-22-2001 01:09 AM
Re: virtusertable , genericstable .. sendmail
----------------------
Does Qpopper support virtual domains?
Virtual domains are not currently supported by qpopper, but you can handle them by configuring your MTA (e.g., Sendmail) to map, say, joe@domain1 to user23, and joe@domain2 to user89 (or whatever). Then you tell Joe #1 that his email address is joe@domain1.x.y and his POP user name is user23, and Joe #2 that his email address is joe@domain2.x.y and his POP user name is user89.
------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 01:13 AM
тАО01-22-2001 01:13 AM
Re: virtusertable , genericstable .. sendmail
http://www.sendmail.org/virtual-hosting.html
To answer your question regarding location of delivery directories, this comes from the sendmail FAQ:
Subject: Q4.3 -- How can I get sendmail to deliver local mail to $HOME/.mail instead of into /usr/spool/mail (or /usr/mail)?
Date: July 9, 1996
Updated: January 7, 1999
Again, this is a local mailer issue, not a sendmail issue. Either modify your local mailer (source code will be required) or change the program called in the "local" mailer configuration description to be a new program that does this local delivery. One program that is capable of doing this is procmail (see Q4.9), although there are probably many others as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2001 11:15 AM
тАО01-22-2001 11:15 AM
Re: virtusertable , genericstable .. sendmail
I have the virtusertable set up to send mail:
user@domain1.net user
user@domain2.net user0
-----------
but I think I made my table wrong.
I am still working on it