![]() |
![]() |
![]() |
|
| Feedback on Gringoes.com | |
| |
|
| Page of 2 Next >> |
| Author | Message |
|
Catarinense
Senior Member
Joined: 26 November 2011 Location: Brazil Online Status: Offline Posts: 307 |
![]() Topic: server errorPosted: 02 March 2012 at 12:51 |
|
What's up with this message?Server Error in Forum Application
An error has occured while sending an email. Please contact the forum administrator. Support Error Code:- err_SQLServer_send_mail_footer File Name:- functions_send_mail.asp Error details:- The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available |
|
IP Logged |
|
|
WENGER
Senior Member
Joined: 02 February 2012 Online Status: Offline Posts: 497 |
![]() Posted: 02 March 2012 at 13:06 |
|
The error means that the SMTP server rejected your e-mail from some reason. There might be several reasons:
1. account information (username/domain/password) is incorrect 2. SMTP server does not support NTLM authentication (AFAIK, but I am not sure, RS uses NTLM authentication) 3. SMTP server supports anonymous access. In this case, do not provide account information at all. refer to the below link and intenet search for instructions to change the configuration file in order to disable the authentication. 4. SMTP server does not allow you to send e-mails externally, there is a rely problem, or other error occured on the server. Check with SMTP administrator if possible what whas the exact error code on the SMTP server. SMTP (pronounced as separate letters) Short for Simple Mail Transfer Protocol, a protocol for sending e-mail messages between servers. Most e-mail systems that send mail over the Internet use SMTP to send messages from one server to another; the messages can then be retrieved with an e-mail client using either POP or IMAP. In addition, SMTP is generally used to send messages from a mail client to a mail server. This is why you need to specify both the POP or IMAP server and the SMTP server when you configure your e-mail application. SMTP Protocol OverviewSimple Mail Transfer Protocol (SMTP), documented in RFC 821, is Internet's standard host-to-host mail transport protocol and traditionally operates over TCP, port 25. In other words, a UNIX user can type telnet hostname 25 and connect with an SMTP server, if one is present. SMTP uses a style of asymmetric request-response protocol popular in the early 1980s, and still seen occasionally, most often in mail protocols. The protocol is designed to be equally useful to either a computer or a human, though not too forgiving of the human. From the server's viewpoint, a clear set of commands is provided and well-documented in the RFC. For the human, all the commands are clearly terminated by newlines and a HELP command lists all of them. From the sender's viewpoint, the command replies always take the form of text lines, each starting with a three-digit code identifying the result of the operation, a continuation character to indicate another lines following, and then arbitrary text information designed to be informative to a human. If mail delivery fails, sendmail (the most important SMTP implementation) will queue mail messages and retry delivery later. However, a backoff algorithm is used, and no mechanism exists to poll all Internet hosts for mail, nor does SMTP provide any mailbox facility, or any special features beyond mail transport. For these reasons, SMTP isn't a good choice for hosts situated behind highly unpredictable lines (like modems). A better-connected host can be designated as a DNS mail exchanger, then arrange for a relay scheme. Currently, there two main configurations that can be used. One is to configure POP mailboxes and a POP server on the exchange host, and let all users use POP-enabled mail clients. The other possibility is to arrange for a periodic SMTP mail transfer from the exchange host to another, local SMTP exchange host which has been queuing all the outbound mail. Of course, since this solution does not allow full-time Internet access, it is not too preferred. RFC 1869 defined the capability for SMTP service extensions, creating Extended SMTP, or ESMTP. ESMTP is by definition extensible, allowing new service extensions to be defined and registered with IANA. Probably the most important extension currently available is Delivery Status Notification (DSN), defined in RFC 1891. SMTP works on layerl 7 of the OSI model Layer 7: application layerThe application layer is the OSI layer closest to the end user, which means that both the OSI application layer and the user interact directly with the software application. This layer interacts with software applications that implement a communicating component. Such application programs fall outside the scope of the OSI model. Application-layer functions typically include identifying communication partners, determining resource availability, and synchronizing communication. When identifying communication partners, the application layer determines the identity and availability of communication partners for an application with data to transmit. When determining resource availability, the application layer must decide whether sufficient network or the requested communication exist. In synchronizing communication, all communication between applications requires cooperation that is managed by the application layer. Some examples of application-layer implementations also include:
OSI Model Layer 1: physical layerThe physical layer defines electrical and physical specifications for devices. In particular, it defines the relationship between a device and a transmission medium, such as a copper or fiber optical cable. This includes the layout of pins, voltages, cable specifications, hubs, repeaters, network adapters, host bus adapters (HBA used in storage area networks) and more. The major functions and services performed by the physical layer are:
Parallel SCSI buses operate in this layer, although it must be remembered that the logical SCSI protocol is a transport layer protocol that runs over this bus. Various physical-layer Ethernet standards are also in this layer; Ethernet incorporates both this layer and the data link layer. The same applies to other local-area networks, such as token ring, FDDI, ITU-T G.hn and IEEE 802.11, as well as personal area networks such as Bluetooth and IEEE 802.15.4. [edit] Layer 2: data link layerThe data link layer provides the functional and procedural means to transfer data between network entities and to detect and possibly correct errors that may occur in the physical layer. Originally, this layer was intended for point-to-point and point-to-multipoint media, characteristic of wide area media in the telephone system. Local area network architecture, which included broadcast-capable multiaccess media, was developed independently of the ISO work in IEEE Project 802. IEEE work assumed sublayering and management functions not required for WAN use. In modern practice, only error detection, not flow control using sliding window, is present in data link protocols such as Point-to-Point Protocol (PPP), and, on local area networks, the IEEE 802.2 LLC layer is not used for most protocols on the Ethernet, and on other local area networks, its flow control and acknowledgment mechanisms are rarely used. Sliding window flow control and acknowledgment is used at the transport layer by protocols such as TCP, but is still used in niches where X.25 offers performance advantages. The ITU-T G.hn standard, which provides high-speed local area networking over existing wires (power lines, phone lines and coaxial cables), includes a complete data link layer which provides both error correction and flow control by means of a selective repeat Sliding Window Protocol. Both WAN and LAN service arrange bits, from the physical layer, into logical sequences called frames. Not all physical layer bits necessarily go into frames, as some of these bits are purely intended for physical layer functions. For example, every fifth bit of the FDDI bit stream is not used by the layer. [edit] WAN protocol architectureConnection-oriented WAN data link protocols, in addition to framing, detect and may correct errors. They are also capable of controlling the rate of transmission. A WAN data link layer might implement a sliding window flow control and acknowledgment mechanism to provide reliable delivery of frames; that is the case for Synchronous Data Link Control (SDLC) and HDLC, and derivatives of HDLC such as LAPB and LAPD. [edit] IEEE 802 LAN architecturePractical, connectionless LANs began with the pre-IEEE Ethernet specification, which is the ancestor of IEEE 802.3. This layer manages the interaction of devices with a shared medium, which is the function of a media access control (MAC) sublayer. Above this MAC sublayer is the media-independent IEEE 802.2 Logical Link Control (LLC) sublayer, which deals with addressing and multiplexing on multiaccess media. While IEEE 802.3 is the dominant wired LAN protocol and IEEE 802.11 the wireless LAN protocol, obsolescent MAC layers include Token Ring and FDDI. The MAC sublayer detects but does not correct errors. [edit] Layer 3: network layerThe network layer provides the functional and procedural means of transferring variable length data sequences from a source host on one network to a destination host on a different network, while maintaining the quality of service requested by the transport layer (in contrast to the data link layer which connects hosts within the same network). The network layer performs network routing functions, and might also perform fragmentation and reassembly, and report delivery errors. Routers operate at this layer, sending data throughout the extended network and making the Internet possible. This is a logical addressing scheme – values are chosen by the network engineer. The addressing scheme is not hierarchical. The network layer may be divided into three sublayers:
An example of this latter case is CLNP, or IPv7 ISO 8473. It manages the connectionless transfer of data one hop at a time, from end system to ingress router, router to router, and from egress router to destination end system. It is not responsible for reliable delivery to a next hop, but only for the detection of erroneous packets so they may be discarded. In this scheme, IPv4 and IPv6 would have to be classed with X.25 as subnet access protocols because they carry interface addresses rather than node addresses. A number of layer-management protocols, a function defined in the Management Annex, ISO 7498/4, belong to the network layer. These include routing protocols, multicast group management, network-layer information and error, and network-layer address assignment. It is the function of the payload that makes these belong to the network layer, not the protocol that carries them. [edit] Layer 4: transport layerThe transport layer provides transparent transfer of data between end users, providing reliable data transfer services to the upper layers. The transport layer controls the reliability of a given link through flow control, segmentation/desegmentation, and error control. Some protocols are state- and connection-oriented. This means that the transport layer can keep track of the segments and retransmit those that fail. The transport layer also provides the acknowledgement of the successful data transmission and sends the next data if no errors occurred. OSI defines five classes of
connection-mode transport protocols ranging from class 0 (which is also known
as TP0 and provides the least features) to class 4 (TP4, designed for less
reliable networks, similar to the Internet). Class 0 contains no error
recovery, and was designed for use on network layers that provide error-free
connections. Class 4 is closest to TCP, although TCP contains functions, such
as the graceful close, which OSI assigns to the session layer. Also, all OSI TP
connection-mode protocol classes provide expedited data and preservation of
record boundaries. Detailed characteristics of TP0-4 classes are shown in the
following Perhaps an easy way to visualize the transport layer is to compare it with a Post Office, which deals with the dispatch and classification of mail and parcels sent. Do remember, however, that a post office manages the outer envelope of mail. Higher layers may have the equivalent of double envelopes, such as cryptographic presentation services that can be read by the addressee only. Roughly speaking, tunneling protocols operate at the transport layer, such as carrying non-IP protocols such as IBM's SNA or Novell's IPX over an IP network, or end-to-end encryption with IPsec. While Generic Routing Encapsulation (GRE) might seem to be a network-layer protocol, if the encapsulation of the payload takes place only at endpoint, GRE becomes closer to a transport protocol that uses IP headers but contains complete frames or packets to deliver to an endpoint. L2TP carries PPP frames inside transport packet. Although not developed under the OSI Reference Model and not strictly conforming to the OSI definition of the transport layer, the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP) of the Internet Protocol Suite are commonly categorized as layer-4 protocols within OSI. [edit] Layer 5: session layerThe session layer controls the dialogues (connections) between computers. It establishes, manages and terminates the connections between the local and remote application. It provides for full-duplex, half-duplex, or simplex operation, and establishes checkpointing, adjournment, termination, and restart procedures. The OSI model made this layer responsible for graceful close of sessions, which is a property of the Transmission Control Protocol, and also for session checkpointing and recovery, which is not usually used in the Internet Protocol Suite. The session layer is commonly implemented explicitly in application environments that use remote procedure calls. On this level, Inter-Process_(computing) communication happen (SIGHUP, SIGKILL, End Process, etc.). [edit] Layer 6: presentation layerThe presentation layer establishes context between application-layer entities, in which the higher-layer entities may use different syntax and semantics if the presentation service provides a mapping between them. If a mapping is available, presentation service data units are encapsulated into session protocol data units, and passed down the stack. This layer provides independence from data representation (e.g., encryption) by translating between application and network formats. The presentation layer transforms data into the form that the application accepts. This layer formats and encrypts data to be sent across a network. It is sometimes called the syntax layer.[5] The original presentation structure used the basic encoding rules of Abstract Syntax Notation One (ASN.1), with capabilities such as converting an EBCDIC-coded text file to an ASCII-coded file, or serialization of objects and other data structures from and to XML. [edit] Layer 7: application layerThe application layer is the OSI layer closest to the end user, which means that both the OSI application layer and the user interact directly with the software application. This layer interacts with software applications that implement a communicating component. Such application programs fall outside the scope of the OSI model. Application-layer functions typically include identifying communication partners, determining resource availability, and synchronizing communication. When identifying communication partners, the application layer determines the identity and availability of communication partners for an application with data to transmit. When determining resource availability, the application layer must decide whether sufficient network or the requested communication exist. In synchronizing communication, all communication between applications requires cooperation that is managed by the application layer. Some examples of application-layer implementations also include:
Hope this helped you
|
|
IP Logged |
|
|
Catarinense
Senior Member
Joined: 26 November 2011 Location: Brazil Online Status: Offline Posts: 307 |
![]() Posted: 02 March 2012 at 13:10 |
|
Thanks? I think. I'm leigo when it comes to tech. net lingo. I get this message when I post a comment here on the forum and sometimes when I click on a thread. I have to re-click on the forum in order to go back to he forum once a message this message appears. I just renewed my McAfee/crappie subscription this morning and then it started throwing up this error message.
|
|
IP Logged |
|
|
Twirly
Senior Member
Joined: 09 September 2008 Location: Brazil Online Status: Offline Posts: 1512 |
![]() Posted: 02 March 2012 at 13:58 |
|
I still got your PM.
Peace
The server gives a similar error when posting, at least for me. |
|
IP Logged |
|
|
Gringo.Floripa
Gringoes.com Guru
Joined: 17 June 2010 Location: Brazil Online Status: Offline Posts: 4514 |
![]() Posted: 02 March 2012 at 14:02 |
|
Yeah, been receiving that as well today (and any reply composed, lost). Then when I retry, and yet again, the end result is I've posted the same things three times. If you receive the sever error message, go back to the Active Topics and see if your reply was received. Probably was. |
|
|
I might bark, but I don't bite.
(trolls, sock puppets, Brasil-bashers, and "Joined:Today" persons too lazy to use the Search function excluded; cry babies too) |
|
IP Logged |
|
|
DUNGA
Gringoes.com Guru
Joined: 30 March 2006 Location: Brazil Online Status: Offline Posts: 5110 |
![]() Posted: 02 March 2012 at 14:33 |
|
I got one when I posted ... but the post was there.
|
|
IP Logged |
|
|
sven
Gringoes.com Guru
Joined: 14 March 2007 Location: Brazil Online Status: Offline Posts: 12757 |
![]() Posted: 02 March 2012 at 15:01 |
|
It's an email the server tries to send when someone is watching a post.
It probably means the mail server of the site crashed. Or the username and or password where changed on one side and not on the other. |
|
IP Logged |
|
|
Gringodude
Senior Member
Joined: 06 January 2009 Location: Cape Verde Online Status: Offline Posts: 1971 |
![]() Posted: 02 March 2012 at 15:25 |
|
Post!
|
|
|
Keeping the BrazilianLifestyle
"Have a great day everyone" - Ray "You know who you are, now go and reflect!" - Esprit |
|
IP Logged |
|
|
Gringo.Floripa
Gringoes.com Guru
Joined: 17 June 2010 Location: Brazil Online Status: Offline Posts: 4514 |
![]() Posted: 02 March 2012 at 15:38 |
|
Posthaste! |
|
|
I might bark, but I don't bite.
(trolls, sock puppets, Brasil-bashers, and "Joined:Today" persons too lazy to use the Search function excluded; cry babies too) |
|
IP Logged |
|
|
Catarinense
Senior Member
Joined: 26 November 2011 Location: Brazil Online Status: Offline Posts: 307 |
![]() Posted: 02 March 2012 at 15:43 |
|
|
IP Logged |
|
| Page of 2 Next >> |
|
||
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
|