Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Suse

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-2008, 12:40 AM
Joe Zien
 
Posts: n/a
can't send mail using seamonkey on comcast

I have been using seamonkey on suse 10.3 and 11.0, , on comcast for 2
years, no problem sending mail. Now I can't send mail.
Comcast was no help, as usual. I checked google and the problem was
that comcast does'nt use port 25 for smtp.comcast.net server,
they use port 587, So I changed the port from 25 to 587 folowing
instructions on internet.
Called comcast again, still can't send mail, they don't support seamonkey.
Comcast said they do this to protect me from viruses.
They want me to use Outlook and Internet Explorer,
I say thats where all the viruses are received, thats why
I use seamonkey or thunderbird in linux. Still no help.
They don't support linux.
I put my problem on comcast & seamonkey newsgroups but
the users there are micro$oft brainwashed.
I can use seamonkey in win XP to send mail.
Comcast did something to prevent linux users from using seamonkey or
thunderbird.
Perhaps someone at opensuse can help.

jozien
Reply With Quote
  #2 (permalink)  
Old 07-02-2008, 08:57 PM
Moe Trin
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

On Tue, 01 Jul 2008, in the Usenet newsgroup alt.os.linux.suse, in article
<YaGdncF8fejjXffVnZ2dnUVZ_gadnZ2d@comcast.com>, Joe Zien wrote:

>I have been using seamonkey on suse 10.3 and 11.0, , on comcast for 2
>years, no problem sending mail. Now I can't send mail.


And the error message is...

>Comcast was no help, as usual. I checked google and the problem was
>that comcast does'nt use port 25 for smtp.comcast.net server,
>they use port 587, So I changed the port from 25 to 587 folowing
>instructions on internet.


And the error message is...

>I can use seamonkey in win XP to send mail.
>Comcast did something to prevent linux users from using seamonkey or
>thunderbird.


And the difference in the configurations between the two are...

You've probably run into an authentication issue in addition to the
port change. Fire up a packet sniffer like tcpdump, ethereal, or
wireshark - and verify that your browser is trying to send to port 587
on the "correct" mail relay. You may also see it requiring authentication
in addition to your being on a comcast IP address, so verify that you've
set you Linux version the same as the xp version.

Old guy
Reply With Quote
  #3 (permalink)  
Old 07-02-2008, 09:36 PM
houghi
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

Moe Trin wrote:
>>Comcast was no help, as usual. I checked google and the problem was
>>that comcast does'nt use port 25 for smtp.comcast.net server,
>>they use port 587, So I changed the port from 25 to 587 folowing
>>instructions on internet.

<snip>
> You've probably run into an authentication issue in addition to the
> port change.


Most likely, because 587 is SMTP with user autentification.


houghi
--
It's people. Source code is made out of people! They're making our
source out of people. Next thing they'll be breeding us like cattle
for code. You've gotta tell them. You've gotta tell them!
Reply With Quote
  #4 (permalink)  
Old 07-03-2008, 12:33 AM
Nikos Chantziaras
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

houghi wrote:
> Moe Trin wrote:
>>> Comcast was no help, as usual. I checked google and the problem was
>>> that comcast does'nt use port 25 for smtp.comcast.net server,
>>> they use port 587, So I changed the port from 25 to 587 folowing
>>> instructions on internet.

> <snip>
>> You've probably run into an authentication issue in addition to the
>> port change.

>
> Most likely, because 587 is SMTP with user autentification.


It's SMTP with SSL. You can have user authentication even with normal
SMTP on port 25. And you can have SMTP without user authentication on
SSL port 587.
Reply With Quote
  #5 (permalink)  
Old 07-03-2008, 06:57 AM
houghi
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

Nikos Chantziaras wrote:
>> Most likely, because 587 is SMTP with user autentification.

>
> It's SMTP with SSL. You can have user authentication even with normal
> SMTP on port 25. And you can have SMTP without user authentication on
> SSL port 587.


OK. I was not specific enough. It is with autentification because port
25 is not used.
Some servers are set up to reject all relaying on port 25, but valid
users authenticating on port 587 are allowed to relay mail to any valid
address.
from http://en.wikipedia.org/wiki/Simple_...nsfer_Protocol

houghi
--
Quote correct (NL) http://www.briachons.org/art/quote/
Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren
Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html
Reply With Quote
  #6 (permalink)  
Old 07-03-2008, 09:08 PM
Moe Trin
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

On Thu, 3 Jul 2008, in the Usenet newsgroup alt.os.linux.suse, in article
<slrng6oqhk.hk1.houghi@penne.houghi>, houghi wrote:

>Nikos Chantziaras wrote:


>>> Most likely, because 587 is SMTP with user autentification.


No. http://www.iana.org/assignments/port-numbers

>> It's SMTP with SSL. You can have user authentication even with
>> normal SMTP on port 25. And you can have SMTP without user
>> authentication on SSL port 587.


No.

>OK. I was not specific enough. It is with autentification because
>port 25 is not used.


No.

>Some servers are set up to reject all relaying on port 25, but valid
>users authenticating on port 587 are allowed to relay mail to any
>valid address.
>from http://en.wikipedia.org/wiki/Simple_...nsfer_Protocol


Rather than the wankypedia, why not read the source (RFC4409)?

4409 Message Submission for Mail. R. Gellens, J. Klensin. April 2006.
(Format: TXT=34911 bytes) (Obsoletes RFC2476) (Status: DRAFT
STANDARD)

The earlier document (RFC2476) is referenced in passing in RFC2821.

Old guy
Reply With Quote
  #7 (permalink)  
Old 07-04-2008, 08:46 AM
houghi
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

Moe Trin wrote:
>>from http://en.wikipedia.org/wiki/Simple_...nsfer_Protocol

>
> Rather than the wankypedia, why not read the source (RFC4409)?


OK, so I asume you have taken the time to correct it on that source or
is it bether to just moan about it?

houghi
--



This space left blank intentionaly
Reply With Quote
  #8 (permalink)  
Old 07-04-2008, 11:53 PM
Moe Trin
 
Posts: n/a
Re: can't send mail using seamonkey on comcast

On Fri, 4 Jul 2008, in the Usenet newsgroup alt.os.linux.suse, in article
<slrng6rlat.djm.houghi@penne.houghi>, houghi wrote:

>Moe Trin wrote:


>>>from http://en.wikipedia.org/wiki/Simple_...nsfer_Protocol

>>
>> Rather than the wankypedia, why not read the source (RFC4409)?

>
>OK, so I asume you have taken the time to correct it on that source or
>is it bether to just moan about it?


If you feel you must use wankypedia, use it as a tool to find answers,
rather than assuming the material it provides is correct in any way.
I've long ago given up wasting time trying to correct misconceptions,
and errors of anonymously posted "information" there, but the references
it may include might lead you to the factual material - such as the
above mentioned RFC, which you could have found looking at the IANA
port list document http://www.iana.org/assignments/port-numbers

submission 587/tcp Submission
submission 587/udp Submission
# [RFC4409]

Old guy

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Suse


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:50 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Child Trust Funds | Second Hand Laptops | Current Accounts | Watch Anime Online | Download freeware and shareware



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114