Disabling SMTP Authentication in Netscape 4.7x
Netscape 4.7x has a known bug related to SMTP authentication - namely, the password is not saved. To eliminate the need to retype the password each time mail is sent, you can disable SMTP authentication by following the instructions below.
Note: If you disable SMTP Authentication, you will not be able to send mail through Poetworld's mail servers when your computer is not connected directly to our network (you dial into a national or non-Poetworld POP, use iPass Global Roaming, or you use another ISP for your connection).
- Open Netscape.
- Select Preferences from the Edit menu.
- Expand the Mail & Newsgroups category and select Mail Servers.
- Select Never in the section labeled Use Secure Socket Layer (SSL) or TLS for outgoing messages.
- Click OK.
- Close Netscape.
- Locate the "prefs.js" file for your Netscape profile. The prefs.js file is located in the Netscape profile folder. For example, a profile for "jsmith" on a Windows 98 computer will be located at "C:\Program Files\Netscape\Users\jsmith".
Note: Netscape MUST be closed before editing the "prefs.js" file or your changes will not take effect.
Caution: Editing the prefs.js file could potentially cause problems. It is therefore important to create a backup copy of the prefs.js file and to back up important information for Netscape before editing this file.
- Open the "prefs.js" file with a text editor - notepad for Windows (do not use Wordpad or Word) or simpletext for Macintosh.
- Add the following line to the bottom of the existing text:
user_pref("mail.auth_login", false);
- When saving the edited file make sure that the text editor does not save it as a .txt file (prefs.js.txt) but retains the original name of prefs.js. One method of saving the file that will ensure you have the .js extension is to save the file with quotes - i.e., "prefs.js".
To re-enable SMTP Authentication, remove the line added to the prefs.js file.
Top
|