Hello,
Thanks for your answer, but because it was not.
gmx no longer seems to work, I have switched to web.de and it works.
simulation with the presence of 1 week recording, I've now created with LUA.
Kind regards,
Hans Dehne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use linknx on my synology ds207+.
I've tried several smtp servers, but I can not send email using "send-email" linknx action.
An idea ?
Here is a part of linknx log :
2010-02-06 13:40:54 Action: Execute SendEmailAction: to=XXXXX subject=TEST
2010-02-06 13:40:54 EmailGateway: EmailGateway: Done 0 =>
Kind regards,
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in the past it worked without any problems with my strato.de account. I use the Email function only for alarm messages an today I had an alarm that was not send. When I changed to web.de its working only sometimes!
in the meantime i found out, why the Email function worked sometimes with web.de and sometimes not. I logged the communication with smtp.web.de with the tool "tcpdump":
thanks for your reply. Web.de uses SMTP-Authentication OR "POP before SMTP". But on my installation the SMTP-Authentication of linknx don't function at web.de and strato.de either. I have the actual versions of linknx (0.0.1.27-2) and libsmtp (1.0.4-2). Can you give me a hint, where I can search for this problem?
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What libEsmtp are you using. Did you compile it yourself (with what options)? Do you use a precompiled binary? Where does-it come from?
I looked at your tcpdump and at the libEsmtp source code and it looks like if libEsmtp was compiled without the authentication support.
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Its running on a WRT54GS with White Russian 0.9 and X-Wrt Webinterface. Its possible, that the email function didn't work at all with this combiation, I don't know. Maybe its a problem with this combiation.
Best regards,
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Jeff,
I observe that the email is not sent.
I have tested it in debian and ubuntu.
Is it possible to install a presence simulation?
Regards,
Hans
Hallo Hans,
I had the same problem with the mail. Just put in the ip adress of the smtp server, port 25 (in linknx.xml). It worked for me.
Kind regards,
Rene Jansen
Hello,
Thanks for your answer, but because it was not.
gmx no longer seems to work, I have switched to web.de and it works.
simulation with the presence of 1 week recording, I've now created with LUA.
Kind regards,
Hans Dehne
Hi all,
I use linknx on my synology ds207+.
I've tried several smtp servers, but I can not send email using "send-email" linknx action.
An idea ?
Here is a part of linknx log :
2010-02-06 13:40:54 Action: Execute SendEmailAction: to=XXXXX subject=TEST
2010-02-06 13:40:54 EmailGateway: EmailGateway: Done 0 =>
Kind regards,
Ben
Hello,
I did the same on debian. I have the email account from at gmx web.de
changed and it works.
Hans
Hello,
in the past it worked without any problems with my strato.de account. I use the Email function only for alarm messages an today I had an alarm that was not send. When I changed to web.de its working only sometimes!
Any ideas?
Hello,
in the meantime i found out, why the Email function worked sometimes with web.de and sometimes not. I logged the communication with smtp.web.de with the tool "tcpdump":
There is a message "no autorisation", but under <services> I have the line:
It works, if I have logged in my web.de account.
The question is, why does the authentification not work with the Email function.
Chris
Hi,
The email function in linknx uses SMTP-AUTH for authentication:
http://en.wikipedia.org/wiki/SMTP_AUTH#SMTP-AUTH
Web.de probably uses "POP before SMTP"
http://en.wikipedia.org/wiki/POP_before_SMTP
Jean-François
Hi Jean-François,
thanks for your reply. Web.de uses SMTP-Authentication OR "POP before SMTP". But on my installation the SMTP-Authentication of linknx don't function at web.de and strato.de either. I have the actual versions of linknx (0.0.1.27-2) and libsmtp (1.0.4-2). Can you give me a hint, where I can search for this problem?
Chris
Hi,
What libEsmtp are you using. Did you compile it yourself (with what options)? Do you use a precompiled binary? Where does-it come from?
I looked at your tcpdump and at the libEsmtp source code and it looks like if libEsmtp was compiled without the authentication support.
Regards,
Jean-François
Hi,
I am using the version from your site http://ouaye.net/linknx/OpenWRT-WhiteRussian-RC6.
Its running on a WRT54GS with White Russian 0.9 and X-Wrt Webinterface. Its possible, that the email function didn't work at all with this combiation, I don't know. Maybe its a problem with this combiation.
Best regards,
Chris
Hi,
I think I've found the problem. The authentication plugins were not included in the ipk. I made a new one:
http://ouaye.net/linknx/OpenWRT-WhiteRussian-RC6/libesmtp_1.0.4-3_mipsel.ipk
After installing it, you should have a /usr/lib/esmtp-plugins/ directory on your router containing the sasl plugins.
Regards,
Jean-François
Hi Jean-François,
thank you for this package! With this package the email-function works correctly at strato.de, but not at web.de.
Strato sends this:
Web.de sends this:
.250-AUTH.PLAIN.LOGIN...250-STARTTLS...
Maybe Web.de uses an other authentication.
I will switch back to strato.de as smtp host.
As an interim solution I tried an other way to send my emails: SSMTP works good, too.
Thanks again for fixing the libesmtp package.
Best regards,
Chris