On Thu, Jan 08, 2004 at 09:05:17PM +0200, Erez Doron wrote: > hi > > i am working from both home and work, > i need different configurations for both - > different proxy, different smtp server and some other stuff as well > i am using both windows and linux. and have cygwin installed. > > i thought of a way to run a script when i get an ip, and the script will > configure all i need. > > so i am looking for a way to configure the outgoing mail server (mozilla > mail - both linux and windows) from a script ( e.g. comman line) > also configuring proxy for mozilla (linux/windows) and IE from script.
As for the proxy settings: make a simple proxy auto-detection script (written in javascript). Actually: make two, and swap them according to the active configuration. This should work for both mozilla, konqueror and IE. For lynx and wget set http_proxy and friends . As for smtp: on linux: run a local smtp server. On windows: ??? -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
