Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
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 14:29:24
Message-Id: 7573e9640601180620m6a8a8e03l6d21ddb773528c78@mail.gmail.com
In Reply to: Re: [gentoo-user] New install, I still can't send email. Same error too. by Dale
1 On 1/17/06, Dale <dalek@××××××××××.net> wrote:
2 > On Tuesday 17 January 2006 23:00, Richard Fish wrote:
3 > > find ~/.mozilla -name prefs.js -exec grep "mail.smtpserver" {} \;
4 >
5 > root@smoker / # find /mnt/gentoo/home/dale/.mozilla -name prefs.js -exec grep
6 > "mail.smtpserver" {} \;
7 > user_pref("mail.smtpserver.smtp1.auth_method", 1);
8 > user_pref("mail.smtpserver.smtp1.hostname", "mail.exceedtech.net");
9 > user_pref("mail.smtpserver.smtp1.port", 25);
10 > user_pref("mail.smtpserver.smtp1.try_ssl", 0);
11 > user_pref("mail.smtpserver.smtp1.username", "dalek");
12 > user_pref("mail.smtpservers", "smtp1");
13 > root@smoker / #
14
15
16 A "grep -i smtp" of the ethereal trace you sent me shows that you are
17 connecting to mail.exceedtech.net (65.116.46.23) from 4.253.131.84
18 (dialup-4.253.131.84.Dial1.Houston1.Level3.net). This doesn't look
19 right...if exceedtech.net is your ISP you should be getting an address
20 within their address space 65.116.(?). Anyway this is why they think
21 you are relaying...you are not connecting from their network, and not
22 sending email to an exceedtech.net address.
23
24 Maybe you have something wrong in your dialup settings? Or maybe you
25 can compare with what mail server KMail really contacts with an
26 ethereal trace?
27
28 -Richard
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New install, I still can't send email. Same error too. Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] New install, I still can't send email. Same error too. Dale <dalek@××××××××××.net>