Take a lok at the www.ispman.org package. It's made to run a mulitidomain isp. TH
simon wrote: >On Wed, 2002-02-20 at 04:19, Mike Grommet wrote: > >>I'm using Cyrus IMAP 2.0.16 >> >>I've read many articles in the archives concerning the use of cyrus in >>virtual hosting environments... Most of them are fairly old tho. >> >>Did this support get added in? >> > >POP/IMAP does not support virtual hosts in general (Has anything >ever been done about this ?? ) well not like http. > >however one of the patches now in cyrus is >UNIX hierarchy convention this allows people to use .`s in namespace >(read docs in src for more info). Which means you can create >users like simon_surf.org.uk which is the closest to Virtual hosting >you can do. ( an @ can be used my patching LMTPD) > >Another thing that could be done is to have a cyrus server per domain >(requires IP per domain) by using the -C flag to choose different config >files. > >