Hallo zusammen
ich versuche mich an LINKNX & KNXWEB
mit Ubuntu 8.04 habe ich eine funktionierende Installation
mit Ubuntu 9.04 geht das Mailsenden nicht.
Für LINKNX Libs habe ich folgende Libs installiert (Ubuntu ist neu installiert):
./configure schreibt folgendes:
linknx.xml Auszug:
Hier die Fehlermeldung vom LINKNX:
Bin um einen Tipp sehr dankbar
Übrigens: Das SMS senden funktioniert super.
ich versuche mich an LINKNX & KNXWEB
mit Ubuntu 8.04 habe ich eine funktionierende Installation
mit Ubuntu 9.04 geht das Mailsenden nicht.
Für LINKNX Libs habe ich folgende Libs installiert (Ubuntu ist neu installiert):
Code:
LINKNX 0.0.1.26 **************/ apt-get install build-essential bin86 libesmtp5 libesmtp-dev libcppunit-dev libcurl4-openssl-dev liblog4cpp5-dev apt-get install liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua5.1 lua50
Code:
.......... checking libesmtp.h usability... yes checking libesmtp.h presence... yes checking for libesmtp.h... yes checking whether to use libesmtp... configure: WARNING: libesmtp is compiled with pthread support. This can conflict with pth. If you observe segmentation faults at startup, try to recompile with libesmtp support disabled yes checking for log4cpp-config... /usr/bin/log4cpp-config checking for log4cpp... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LOG4CPP... yes ...........
Code:
<services> <knxconnection url="ip:127.0.0.1" /> <xmlserver type="inet" port="1028"/> <smsgateway type="clickatell" user="ich" pass="passwort" api_id="312xxxx"/> <emailserver type="smtp" host="smtp.mailserver.ch:25" username="ich" password="mainpasswort" from="ich@domain.ch"/> <persistence type="file" path="/var/lib/linknx/persist"/> <exceptiondays>
Code:
1255805688 INFO EmailGateway : EmailGateway: Done 503 => Bad sequence of command
Übrigens: Das SMS senden funktioniert super.
Kommentar