Answering Questions
I don't have any questions..
The only comment I can think of is that Sendmail isn't a protocol nor is it a nick name for the protocol SMTP.
SendMail is an OpenSource Unix based email agent/server. http://www.sendmail.org/
- I shall change my blog now to correct this.
--------------
why does SMPT have trouble queuing messages when a server recieves email?
- Sharon gave me a very good statement about this. Please read her comment.
Sharon said...
Further to your statement about SMTP's ability to queue mail, I discovered the following information on http://www.freesoft.org/CIE/Topics/94.htm
"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)."
Do you agree with this statement?
- I have researched Sendmail further, and if you read this link: http://www.laynetworks.com/smtp.htm you can see that your research and this one both say the same thing.
Bretto said...
Hey Bennji
Is SMTP the only program they use on the net for sending email or only the most widely used also are there any provider this won't work with or is it universal.
- SMTP is the most common protocol. After much research, I could only find one other alternative:
- Local Mail Transfer Protocol (LMTP), which will reject recipients who cannot receive data immediately, so this removes the need for a mail queue.
