Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New install, I still can't send email. Same error too.
Date: Wed, 18 Jan 2006 05:27:09
Message-Id: 200601172323.08521.dalek@exceedtech.net
In Reply to: Re: [gentoo-user] New install, I still can't send email. Same error too. by Richard Fish
1 On Tuesday 17 January 2006 23:00, Richard Fish wrote:
2 > find ~/.mozilla -name prefs.js -exec grep "mail.smtpserver" {} \;
3
4
5 This is on my old install.
6
7 root@smoker / # find home/dale/.mozilla -name prefs.js -exec grep
8 "mail.smtpserver" {} \;
9 user_pref("mail.smtpserver.smtp1.auth_method", 1);
10 user_pref("mail.smtpserver.smtp1.hostname", "mail.exceedtech.net");
11 user_pref("mail.smtpserver.smtp1.port", 25);
12 user_pref("mail.smtpserver.smtp1.try_ssl", 0);
13 user_pref("mail.smtpserver.smtp1.username", "dalek");
14 user_pref("mail.smtpservers", "smtp1");
15 root@smoker / #
16
17
18 This is from the new install that I mounted on /mnt/gentoo, you know, like in
19 the install guide. LOL
20
21 root@smoker / # find /mnt/gentoo/home/dale/.mozilla -name prefs.js -exec grep
22 "mail.smtpserver" {} \;
23 user_pref("mail.smtpserver.smtp1.auth_method", 1);
24 user_pref("mail.smtpserver.smtp1.hostname", "mail.exceedtech.net");
25 user_pref("mail.smtpserver.smtp1.port", 25);
26 user_pref("mail.smtpserver.smtp1.try_ssl", 0);
27 user_pref("mail.smtpserver.smtp1.username", "dalek");
28 user_pref("mail.smtpservers", "smtp1");
29 root@smoker / #
30
31 Well, this may explain why neither one works. They are the same. Does that
32 look right?? I just thought of something. My new install has two accounts,
33 the dalek one and my new one rdalek. Where's rdalek?? I'm going to change
34 later and get rid of some spam, I hope.
35
36 I had to fill in the user directories since I was logged in as root. Root
37 don't have a .mozilla directory.
38
39 I'm open to trying something here. I'm going to check my brothers ISP in a
40 few more hours. If it works, something fishy at my ISP. If not, I have a
41 problem here, and no clue what to do.
42
43 Thanks for the help. Keep those ideas coming.
44
45 Dale
46 :-)
47 --
48 gentoo-user@g.o mailing list

Replies