On 1/17/06, Dale <[EMAIL PROTECTED]> wrote:
> On Tuesday 17 January 2006 23:00, Richard Fish wrote:
> > find ~/.mozilla -name prefs.js -exec grep "mail.smtpserver" {} \;
>
> [EMAIL PROTECTED] / # find /mnt/gentoo/home/dale/.mozilla -name prefs.js 
> -exec grep
> "mail.smtpserver" {} \;
> user_pref("mail.smtpserver.smtp1.auth_method", 1);
> user_pref("mail.smtpserver.smtp1.hostname", "mail.exceedtech.net");
> user_pref("mail.smtpserver.smtp1.port", 25);
> user_pref("mail.smtpserver.smtp1.try_ssl", 0);
> user_pref("mail.smtpserver.smtp1.username", "dalek");
> user_pref("mail.smtpservers", "smtp1");
> [EMAIL PROTECTED] / #


A "grep -i smtp" of the ethereal trace you sent me shows that you are
connecting to mail.exceedtech.net (65.116.46.23) from 4.253.131.84
(dialup-4.253.131.84.Dial1.Houston1.Level3.net).  This doesn't look
right...if exceedtech.net is your ISP you should be getting an address
within their address space 65.116.(?).  Anyway this is why they think
you are relaying...you are not connecting from their network, and not
sending email to an exceedtech.net address.

Maybe you have something wrong in your dialup settings?  Or maybe you
can compare with what mail server KMail really contacts with an
ethereal trace?

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to