Community Discussions and Support
Newbie!

Thanks,

Guys,

You both helpped tremendously.

Seems to be working now.

It just took me a while to find your responses...I thought I set up email alerts.

But, I finally got some time & logged back into the forum, found my original question, & there you were.

Thanks again!

<p>Thanks,</p><p>Guys,</p><p>You both helpped tremendously.</p><p>Seems to be working now.</p><p>It just took me a while to find your responses...I thought I set up email alerts.</p><p>But, I finally got some time & logged back into the forum, found my original question, & there you were.</p><p>Thanks again! </p>

I'm trying to dump Outlook.  That's why I'm now playing with Pegasus.  PLEASE HELP!!!

Incoming email seems to be O.K. but I can't send.

I get:

   "network or protocol error"

   the pop up window that stays up for a few minutes seems to want a prefix? of IN or MHSI or ???

   It just doesn't know how to send it but, I've got my SMTP set to the right address.

This is what I get returned to my Pegasus inbox:

   Delivery has failed on the enclosed message for the following
reasons reported either by the mail delivery system on the mail
relay host or by the local TCP/IP transport module:

   550 5.7.1 Authentication Required

 

I've spent hours already; please stop me from spending so much time on simple fixes the this turns into Outlook duex!!!

  which will send me back to the drawing board i.e.Mulberry.Thunderbird,Eudora...

 

Thank You,

Dave

 

<p>I'm trying to dump Outlook.  That's why I'm now playing with Pegasus.  PLEASE HELP!!!</p><p>Incoming email seems to be O.K. but I can't send.</p><p>I get:</p><p>   "network or protocol error"</p><p>   the pop up window that stays up for a few minutes seems to want a <i>prefix?</i> of IN or MHSI or ???</p><p>   It just doesn't know how to send it but, I've got my SMTP set to the right address.</p><p>This is what I get returned to my Pegasus inbox:</p><p><b>   Delivery has failed on the enclosed message for the following reasons reported either by the mail delivery system on the mail relay host or by the local TCP/IP transport module:    550 5.7.1 Authentication Required</b></p><p> </p><p>I've spent hours already; please stop me from spending so much time on simple fixes the this turns into <i>Outlook duex!!!</i></p><p>  which will send me back to the drawing board <i>i.e.</i>Mulberry.Thunderbird,Eudora... </p><p> </p><p>Thank You,</p><p>Dave </p><p> </p>

[quote user="Dave the Wave"]

This is what I get returned to my Pegasus inbox:

   Delivery has failed on the enclosed message for the following
reasons reported either by the mail delivery system on the mail
relay host or by the local TCP/IP transport module:

   550 5.7.1 Authentication Required
[/quote]

Did you try the various authentication settings on Tools => Internet Options => Sending after opening you SMTP definiton's Security page (things like Do a prior POP3 login ... or any other options)?

[quote user="Dave the Wave"]<p>This is what I get returned to my Pegasus inbox:</p><p><b>   Delivery has failed on the enclosed message for the following reasons reported either by the mail delivery system on the mail relay host or by the local TCP/IP transport module:    550 5.7.1 Authentication Required</b>[/quote]</p><p>Did you try the various authentication settings on <i>Tools => Internet Options => Sending</i> after opening you SMTP definiton's <i>Security</i> page (things like <i>Do a prior POP3 login ...</i> or any other options)? </p>
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

> This is what I get returned to my Pegasus inbox:
>    Delivery has failed on the enclosed message for the following
>    reasons reported either by the mail delivery system on the mail
>    relay host or by the local TCP/IP transport module:
>
>    550 5.7.1 Authentication Required
>  
> I've spent hours already; please stop me from spending so much time on simple fixes the this turns into Outlook duex!!!
>   which will send me back to the drawing board i.e.Mulberry.Thunderbird,Eudora...

David Harris has implemented ESMTP AUTH CRAM-MD5 for WinPMail.  It does a SMTP authentication in accordance with RFCs 2554 and 2195.  It will also do the LOGIN and the strange MS AUTH=LOGIN.

Go to Tools | Internet  options | (Sending) SMTP, edit the SMTP configuration, select the "Security" tab and then select the SMTP Authorization option as specified by your ISP.  Most require the the second or third SMTP Authorization option

There are some ISPs that advertise CRAM-MD5 but do not support it.  In this case you should try using v4.5 or later.  It has an option to fall back to the less secure options.

Do not use CRAM-MD5 authentication even if it is advertised  

The process of logging into the SMTP server to authenticate your identity can take a variety of forms: the server "advertises" the forms it understands, and Pegasus Mail looks through that list, choosing the most secure form it recognizes. Some forms are very "weak", in that they either transmit your credentials as clear text or in a form that can be easily broken, while other forms are "strong", in the sense that it is very difficult to work out your credentials simply by observing the exchange of data between the two programs. Unfortunately, one of the strongest forms of authentication, called CRAM-MD5, is commonly misconfigured on SMTP servers, even at quite reputable ISPs - the server will advertise that it supports it, but will actually fail any attempt to use it. Getting the ISP to realize that they are at fault is a lost cause in most cases - it's almost always easier simply to check this control, which tells Pegasus Mail never to use CRAM-MD5 for this server. You should be aware that you reduce the security of your connection by checking this control: CRAM-MD5 is the only commonly-used authentication form that offers reasonable security, and by disabling it, you force Pegasus Mail to use less secure methods... But sometimes you may decide that being able to send mail is more important than being able to do it securely. The choice is yours.

> This is what I get returned to my Pegasus inbox: >    Delivery has failed on the enclosed message for the following >    reasons reported either by the mail delivery system on the mail >    relay host or by the local TCP/IP transport module: > >    550 5.7.1 Authentication Required >   > I've spent hours already; please stop me from spending so much time on simple fixes the this turns into Outlook duex!!! >   which will send me back to the drawing board i.e.Mulberry.Thunderbird,Eudora... David Harris has implemented ESMTP AUTH CRAM-MD5 for WinPMail.  It does a SMTP authentication in accordance with RFCs 2554 and 2195.  It will also do the LOGIN and the strange MS AUTH=LOGIN. Go to Tools | Internet  options | (Sending) SMTP, edit the SMTP configuration, select the "Security" tab and then select the SMTP Authorization option as specified by your ISP.  Most require the the second or third SMTP Authorization option There are some ISPs that advertise CRAM-MD5 but do not support it.  In this case you should try using v4.5 or later.  It has an option to fall back to the less secure options. Do not use CRAM-MD5 authentication even if it is advertised   The process of logging into the SMTP server to authenticate your identity can take a variety of forms: the server "advertises" the forms it understands, and Pegasus Mail looks through that list, choosing the most secure form it recognizes. Some forms are very "weak", in that they either transmit your credentials as clear text or in a form that can be easily broken, while other forms are "strong", in the sense that it is very difficult to work out your credentials simply by observing the exchange of data between the two programs. Unfortunately, one of the strongest forms of authentication, called CRAM-MD5, is commonly misconfigured on SMTP servers, even at quite reputable ISPs - the server will advertise that it supports it, but will actually fail any attempt to use it. Getting the ISP to realize that they are at fault is a lost cause in most cases - it's almost always easier simply to check this control, which tells Pegasus Mail never to use CRAM-MD5 for this server. You should be aware that you reduce the security of your connection by checking this control: CRAM-MD5 is the only commonly-used authentication form that offers reasonable security, and by disabling it, you force Pegasus Mail to use less secure methods... But sometimes you may decide that being able to send mail is more important than being able to do it securely. The choice is yours.
0
-1
0
This topic is closed
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft