LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   virtual mail using sendmail (https://www.linuxquestions.org/questions/linux-newbie-8/virtual-mail-using-sendmail-507024/)

shipon_97 12-03-2006 01:44 AM

virtual mail using sendmail
 
Dear Friends ,
I have a mail server in Redhat Enterprise 3 using sendmail.
Let it's domain is : "example.com" . I want to make another
virtual mail server which domain will be "mail.example.com"
Is it possible to do it using SENDMAIL ?If it is possible then
plz help me how can I do it ?

btmiller 12-03-2006 03:03 AM

Yes, use /etc/mail/virtusertable to map virtual users to real mailboxes on the system. This link has an example. I've used virtusertable combined with aliases to set up truly virtual users, e.g.:

in /etc/mail/virtusertable
Code:

foo@my.virtual.tld      myvirttld-foo
in /etc/mail/aliases
Code:

myvirttld-foo:  /var/spool/vmail/my.virtual.tld/foo/mail/inbox
Then you can instruct your POP3/IMAP server to use /var/spool/vmail/my.virtual.tld/foo/mail/inbox as the inbox for user foo@my.virtual.tld using whatever configuration method is appropriate for your particular server software. This may be more complex than what you're looking for if you just need the virtusertable to associate an address with a "real" system user (i.e. one with an entry in /etc/passwd).

shipon_97 12-04-2006 08:34 AM

SubDomain
 
Dear btmiller ,
Thx for Reply . Would u plz tell me , Can I make "Sub-Domain" aganist my real Domain . How can I make a sub domain , plz give me sone information about this


Waiting for ur reply ... ...


All times are GMT -5. The time now is 02:29 PM.