R
Robert Baer
user_pref("mail.identity.id1.fullName", "Robert Baer");
user_pref("mail.identity.id1.organization", "");
/* The following is added by hand */
user_pref("mail.identity.id1.pop_name", "robertbaer/mail.earthlink.net");
user_pref("mail.identity.id1.smtpServer", "smtp1");
The following is a copy of selected lines in a test PREFS.JS file
(ignore wrap-around):
user_pref("mail.identity.id1.stationery_folder",
"mailbox://[email protected]/Templates");
user_pref("mail.identity.id1.use_custom_prefs", true);
user_pref("mail.identity.id1.useremail", "(e-mail address removed)");
user_pref("mail.identity.id1.valid", true);
/* */
user_pref("mail.server.server1.hostname", "mail.earthlink.net");
user_pref("mail.server.server1.name", "robertbaer");
/* The following is added by hand */
user_pref("mail.server.server1.pop_name", "robertbaer/mail.earthlink.net");
/* The following line can be changed by the GUI or by hand */
user_pref("mail.server.server1.realhostname", "pop3.norton.antivirus");
user_pref("mail.server.server1.realuserName", "robertbaer");
user_pref("mail.server.server1.type", "pop3");
user_pref("mail.server.server1.userName", "robertbaer");
/* end */
Before adding the pop_name lines, i would get a message like "failed
to connect to server pop3.norton.antivirus".
I had tried many variants, and got sick of having problems like that
(or nothing happening at all).
So, i looked at a working NS4.75 setup and noticed that it had a
pop_name with the required second part that NAV wants; made an educated
guess as how to incorporate that into the NS7.2 PREFS.JS file as seen
above; "duplication" was done to increase probability of improvement.
With this, the error message is not seen; in fact, NS acts like it is
trying to access email (!improvement!).
But no email is obtained - even though there is some waiting (verified).
I suspect that the mail.identity.id1.pop_name line is not the
controlling one and that it is ignored; i believe that the
mail.server.server1.pop_name is the one being recognized.
BUT.
What else needs to be done to make it work?
user_pref("mail.identity.id1.organization", "");
/* The following is added by hand */
user_pref("mail.identity.id1.pop_name", "robertbaer/mail.earthlink.net");
user_pref("mail.identity.id1.smtpServer", "smtp1");
The following is a copy of selected lines in a test PREFS.JS file
(ignore wrap-around):
user_pref("mail.identity.id1.stationery_folder",
"mailbox://[email protected]/Templates");
user_pref("mail.identity.id1.use_custom_prefs", true);
user_pref("mail.identity.id1.useremail", "(e-mail address removed)");
user_pref("mail.identity.id1.valid", true);
/* */
user_pref("mail.server.server1.hostname", "mail.earthlink.net");
user_pref("mail.server.server1.name", "robertbaer");
/* The following is added by hand */
user_pref("mail.server.server1.pop_name", "robertbaer/mail.earthlink.net");
/* The following line can be changed by the GUI or by hand */
user_pref("mail.server.server1.realhostname", "pop3.norton.antivirus");
user_pref("mail.server.server1.realuserName", "robertbaer");
user_pref("mail.server.server1.type", "pop3");
user_pref("mail.server.server1.userName", "robertbaer");
/* end */
Before adding the pop_name lines, i would get a message like "failed
to connect to server pop3.norton.antivirus".
I had tried many variants, and got sick of having problems like that
(or nothing happening at all).
So, i looked at a working NS4.75 setup and noticed that it had a
pop_name with the required second part that NAV wants; made an educated
guess as how to incorporate that into the NS7.2 PREFS.JS file as seen
above; "duplication" was done to increase probability of improvement.
With this, the error message is not seen; in fact, NS acts like it is
trying to access email (!improvement!).
But no email is obtained - even though there is some waiting (verified).
I suspect that the mail.identity.id1.pop_name line is not the
controlling one and that it is ignored; i believe that the
mail.server.server1.pop_name is the one being recognized.
BUT.
What else needs to be done to make it work?