Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

shifting to new service provider

Quote Reply
shifting to new service provider
Hi.

While shifting GM to new server with a new provider, would updating the paths in admin take care of paths and url related issues (new server would have a different directory structure as compared to the prsent one) or is it that the admin path has to be edited by hand (as there is no provision for admin path in GM admin). If the admin path has to be changed then how many and what files are needed to be edited by hand. Please note that the query is about admin path as GMAdmin has only Admin URL changing provision....

TIA
Anup
Quote Reply
Re: [anup123] shifting to new service provider In reply to
The following needs to be updated:
  • admin/GMail/Config/Data.pm
    • $CFG->{location}->{path}->{admin}
  • All .cgi/.pl files (webmail.cgi, admin.cgi, etc) - the following lines in these files need to be updated:
    • use lib '/path/to/admin';
    • GMail::init('/path/to/admin');


Adrian