[imp] Virtual domains and IMP.

David david@family.net.nz
Thu, 13 Sep 2001 14:56:50 +1200


Thanks Terry,

You put me on the right track. I have found the servers file and will do 
some experimenting.

These no doubt about IMP is there.


-David.

Terry Davis wrote:

>Hello, I used this once a long while back, the syntax may be a bit different now
>but you might get an idea:
>
>$servers['mailhauler'] = array(
>    'name' => 'mailhauler.com',
>    'server' => 'mail.mailhauler.com',
>    'protocol' => 'imap',
>    'port' => 143,
>    'folders' => '',
>    'namespace' => '',
>    'maildomain' => 'mailhauler.com',
>    'preferred' => 'mail.mailhauler.com'
>);
> 
>$servers['kr2w'] = array(
>    'name' => 'kr2w.com',
>    'server' => 'mail.kr2w.com',
>    'protocol' => 'imap',
>    'port' => 143,
>    'folders' => '',
>    'namespace' => '',
>    'maildomain' => 'kr2w.com',
>    'preferred' => 'mail.kr2w.com'
>);
>
>When users hit http://mail.kr2w.com/  they will have the kr2w.com as their
>maildomain and it will also NOT give them a choice of servers so it kinda blinds
>them from the fact that it is a shared box.  Nice feature eh?  Good work imp
>folks.
>
>