Prev: Ports
Next: LDAP issue.
From: D. Zack Zeiset,RN on 22 Jul 2010 15:45 On Jul 22, 1:32 am, Andrzej Adam Filip <a...(a)onet.eu> wrote: > "D. Zack Zeiset,RN" <zeis...(a)gmail.com> wrote: > > > I have device that has been working fine until our provide upgraded to > > the latest version of sendmail. The device is a stand-alone > > temperature sensor that emails the tempertures of our vaccine > > refrigerators twice per day. The device worked prior to the upgrade > > and also works with Inbox.com. I don't want to maintain a new e-mail > > account just for this device when sendmail should work. Does anybody > > have experience with this? THe device is made by Xytronix Research & > > Design, Inc. It does not have ssl capability other wise I would run > > it through my Gmail account. I believe that is has something to do > > with time out ourhost authentication but really these concepts are > > beyond my expertise. > > 0) As I understand "no response" is reported by the device, is not it? > > 1) What is logged in snemdmail's log files? > 2) Have you started to use FEATURE(`greet_pause')? > 3) Could you "force" the device to send email report when you want? > (to ease debugging from sendmail's side) > > -- > [pl>en Andrew] Andrzej Adam Filip : a...(a)onet.eu : Andrzej.Fi...(a)gmail.com > I have a hobby. I have the world's largest collection of sea shells. I keep > it scattered on beaches all over the world. Maybe you've seen some of it. > -- Steven Wright Yes - " no response" is issued by the device. One of my problems is that I am doing the research on this for the mail administrator that is convinced that it's not his problem. So I asked him - why does it work through inbox.com? He answered saying that it was the device. Sure except it was working just fine before and nothing about the device has changed. The administrator said, from looking at the system log, the device is trying to make a connection with sendmail and then gets timed out. To be completely neutral - it may be the device. I just want to get it working again. So, I am looking for Ideas from the community of users that I may be able to take to the sendmail admin or the device manufacturer and get it resolved. Thanks for your reply - I was unsure if this post would get any replies. So, If you have a list of things that I could forward to my administrator for him to check , that would be great.
From: ska on 23 Jul 2010 04:55 D. Zack Zeiset,RN wrote: > The administrator said, from looking at the system log, the device is > trying to make a connection with sendmail and then gets timed out. Hmm, because you unfortunately get no syslog, I would start to sniff the connection. Because the reply was that sendmail logged something, I suspect that this is not a firewall issue. Is there a router, switch, firewall or something like that between the mail server and the device? If you see that the device opens the connection, time how long it takes that the connection times out and if there really is no further communication. If the device times out before it receives the greeting from the mail server, try Andrews advice to ask about the greet pause setting of sendmail. Next check, if the device erroreously connects to the smtps (or ssmtp nowadays?) port 465 instead of the usual 25 (or 587). Regards, -ska
From: Andrzej Adam Filip on 23 Jul 2010 12:11 "D. Zack Zeiset,RN" <zeisetz(a)gmail.com> wrote: > On Jul 22, 1:32 am, Andrzej Adam Filip <a...(a)onet.eu> wrote: >> "D. Zack Zeiset,RN" <zeis...(a)gmail.com> wrote: >> >> > I have device that has been working fine until our provide upgraded to >> > the latest version of sendmail. The device is a stand-alone >> > temperature sensor that emails the tempertures of our vaccine >> > refrigerators twice per day. The device worked prior to the upgrade >> > and also works with Inbox.com. I don't want to maintain a new e-mail >> > account just for this device when sendmail should work. Does anybody >> > have experience with this? THe device is made by Xytronix Research & >> > Design, Inc. It does not have ssl capability other wise I would run >> > it through my Gmail account. I believe that is has something to do >> > with time out ourhost authentication but really these concepts are >> > beyond my expertise. >> >> 0) As I understand "no response" is reported by the device, is not it? >> >> 1) What is logged in snemdmail's log files? >> 2) Have you started to use FEATURE(`greet_pause')? >> 3) Could you "force" the device to send email report when you want? >> (to ease debugging from sendmail's side) > > Yes - " no response" is issued by the device. > > One of my problems is that I am doing the research on this for the > mail administrator that is convinced that it's not his problem. So I > asked him - why does it work through inbox.com? He answered saying > that it was the device. Sure except it was working just fine before > and nothing about the device has changed. > The administrator said, from looking at the system log, the device is > trying to make a connection with sendmail and then gets timed out. > > To be completely neutral - it may be the device. I just want to get > it working again. So, I am looking for Ideas from the community of > users that I may be able to take to the sendmail admin or the device > manufacturer and get it resolved. > > Thanks for your reply - I was unsure if this post would get any > replies. So, If you have a list of things that I could forward to my > administrator for him to check , that would be great. Ask for: 1) sendmail's log file entries generated by the device sending attempts 2) track of TCP packets exchanged during sending attempt To diagnose your problem it is crucial to know in which moment of SMTP session the problem occurs (after which command/operation). The fix may be quite different if the delay (no response) concerns * SMTP greeting * "mail from" or "rcpt to" reply * "data" or "the final dot" replies You should "narrow down" area of trouble search to get meaningful replies unless you are lucky to find somebody who fixed such problem with the same device. -- [pl>en Andrew] Andrzej Adam Filip : anfi(a)onet.eu : Andrzej.Filip(a)gmail.com You may be sure that when a man begins to call himself a "realist," he is preparing to do something he is secretly ashamed of doing. -- Sydney Harris
From: zack on 27 Jul 2010 15:17 On Jul 23, 10:11 am, Andrzej Adam Filip <a...(a)onet.eu> wrote: > "D. Zack Zeiset,RN" <zeis...(a)gmail.com> wrote: > > > > > > > On Jul 22, 1:32 am, Andrzej Adam Filip <a...(a)onet.eu> wrote: > >> "D. Zack Zeiset,RN" <zeis...(a)gmail.com> wrote: > > >> > I have device that has been working fine until our provide upgraded to > >> > the latest version of sendmail. The device is a stand-alone > >> > temperature sensor that emails the tempertures of our vaccine > >> > refrigerators twice per day. The device worked prior to the upgrade > >> > and also works with Inbox.com. I don't want to maintain a new e-mail > >> > account just for this device when sendmail should work. Does anybody > >> > have experience with this? THe device is made by Xytronix Research & > >> > Design, Inc. It does not have ssl capability other wise I would run > >> > it through my Gmail account. I believe that is has something to do > >> > with time out ourhost authentication but really these concepts are > >> > beyond my expertise. > > >> 0) As I understand "no response" is reported by the device, is not it? > > >> 1) What is logged in snemdmail's log files? > >> 2) Have you started to use FEATURE(`greet_pause')? > >> 3) Could you "force" the device to send email report when you want? > >> (to ease debugging from sendmail's side) > > > Yes - " no response" is issued by the device. > > > One of my problems is that I am doing the research on this for the > > mail administrator that is convinced that it's not his problem. So I > > asked him - why does it work through inbox.com? He answered saying > > that it was the device. Sure except it was working just fine before > > and nothing about the device has changed. > > The administrator said, from looking at the system log, the device is > > trying to make a connection with sendmail and then gets timed out. > > > To be completely neutral - it may be the device. I just want to get > > it working again. So, I am looking for Ideas from the community of > > users that I may be able to take to the sendmail admin or the device > > manufacturer and get it resolved. > > > Thanks for your reply - I was unsure if this post would get any > > replies. So, If you have a list of things that I could forward to my > > administrator for him to check , that would be great. > > Ask for: > 1) sendmail's log file entries generated by the device sending attempts > 2) track of TCP packets exchanged during sending attempt > > To diagnose your problem it is crucial to know in which moment of SMTP > session the problem occurs (after which command/operation). > The fix may be quite different if the delay (no response) concerns > * SMTP greeting > * "mail from" or "rcpt to" reply > * "data" or "the final dot" replies > > You should "narrow down" area of trouble search to get meaningful > replies unless you are lucky to find somebody who fixed such problem > with the same device. > > -- > [pl>en Andrew] Andrzej Adam Filip : a...(a)onet.eu : Andrzej.Fi...(a)gmail.com > You may be sure that when a man begins to call himself a "realist," > he is preparing to do something he is secretly ashamed of doing. > -- Sydney Harris- Hide quoted text - > > - Show quoted text - Thanks for your input will forward this to my system admin and see where it gets me.
|
Pages: 1 Prev: Ports Next: LDAP issue. |