[imp] servers.php3

Will P datafirm+imp@mm3k.com
Wed, 6 Dec 2000 20:07:47 -0800


>I am configured like you except for one thing. I have
>
>$default->user_change_server = false;
>$default->user_change_from   = false;

I too have those options set as well.

Well, if there are any more ideas, they are appreciated.

Thanks

>It's working for me.
>
>Will wrote:
>>
>>  hello,
>>
>>  When you specify the servers in the servers.php3 file, it gives you
>>  the ability to specify a 'from' variable, however, I could not get
>>  that to work when testing my server. i have also commented out the
>>  $from_server in defaults.php3 and gave a value of 'true' to
>>  $default->use_server_list
>>
>>  here is an example of my servers.php3 file
>>  ---
>>  $IMAPServers['domain1'] = new IMAPServer('myDomain.com',
>>                                           'localhost',
>>                                           143,
>>                                           '',
>>                                           'myDomain.com');
>>
>>  $IMAPServers['domain2'] = new IMAPServer('anotherDomain.com',
>>                                           'localhost',
>>                                           143,
>>                                           '',
>>                                           'anotherDomain.com');
>>
>>  ?>
>>  ---
>>
>  > am I mis understanding the functionality of this file?