I have just recently setup a mail server that will support lots of virtual domains. It will also support having joe at domain1.com and joe at domain2.com where the 2 joe's will have different accounts. Postfix and Cyrus Basically follow this howto. I was running debian testing and i didnt need to do the berkeley db stuff or the IMSP stuff. http://dudle.linuxroot.org/docs/postfix_cyrus/mail.html#toc4 In the postfix virtual table i have to do joe at domain.com joe\\\@domain.com at domain.com instead of what the howto explains. I have been trying to get the following perl reg exp to work in place of the individual user entries in the virtual table, but postfix seg faults on this regexp. /^([^@]+)@(.+)$/ ${1}\\\@${2}\@${2} I also used Cyrus 2.1.0 beta instead of the HIERSEP cyrus (2.1.0 has the HIERSEP stuff in it and is newer). And sasl 2.0.5beta. 'apt-get source postfix' and modified it slightly based on another faq to support smtp auth. Timothy Wilson wrote: > > ------------------------------------------------------------------------ > > Subject: > > [TCLUG] virtual domain for email > From: > > Timothy Wilson <wilson at visi.com> > Date: > > Sat, 22 Dec 2001 09:08:44 -0600 (CST) > To: > > TCLUG <tclug-list at lists.real-time.com> > > To: > > TCLUG <tclug-list at lists.real-time.com> > > >Hi everyone, > >Santa's going to be delivering a domain name and little Web page to my >parents this year. There's starting up a very small business and I >noticed that the domain name was available and registered it. I plan to >host a little Web page on my home server for them and I'm hoping to be >able to handle some email with that domain as well. > >I've got a single static IP from Visi and I know that I can do >name-based virtual hosting with Apache for the Web page. I'm wondering >about the email though. My current domain is qwerk.org and I can send >and receive mail through there. Can I, using a single IP address, get >Postfix to handle email transparently for littlecreektrees.com as well? > >-Tim > >-- >Tim Wilson | Visit Sibley online: | Check out: >Henry Sibley HS | http://www.isd197.org | http://www.zope.com >W. St. Paul, MN | | http://slashdot.org >wilson at visi.com | <dtml-var pithy_quote> | http://linux.com > >_______________________________________________ >Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota >http://www.mn-linux.org >tclug-list at mn-linux.org >https://mailman.mn-linux.org/mailman/listinfo/tclug-list >