Raspberry Pi 3 Model B
Web dashboard
i doubt it is a bug probably more a problem in (my) configuration.
dashboard is working and pi is working but i do get an enormous amount of error lines in syslog because of cayenne trying to sent a message via email. the message is sent every minute and each time it is rejected by the mailserver. this fills up my syslog. the message tries to tell me that myDevices is running. the problem is that the to address is not resolved for some reason. very well possible that this is not an cayenne issue but all other mail messages work so somehow cayenne uses another way to sent the message? below the message as in the syslog with the rejection:
MAIL FROM:mad@misja.biz
250 2.1.0 Sender OK
RCPT TO:mad@misja.biz
250 2.1.5 Recipient OK
DATA
354 Start mail input; end with .
Received: by misja.biz (sSMTP sendmail emulation); Mon, 09 Sep 2019 09:52:01 +0200
From: ârootâ mad@misja.biz
Date: Mon, 09 Sep 2019 09:52:01 +0200
To: root
Subject: Cron root@raspberrypi1 /etc/myDevices/crontab.sh
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
myDevices is running.
sSMTP[22375]: .
sSMTP[22375]: 554 5.2.0 STOREDRV.Submission.Exception:InvalidRecipientsException; Failed to process message due to a permanent exception with message Recipient ârootâ isnât resolved. All recipients must be resolved before a message can be submitted. InvalidRecipientsException: Recipient ârootâ isnât resolved. All recipients must be resolved before a message can be submitted. [Hostname=AM0P192MB0467.EURP192.PROD.OUTLOOK.COM
i am not really familiair with linux so have no idea where to look.
i can see two solutions:
- disable sending the message (it has no use for me i do not need it) but where would i do that canât find where it is sent.
- solve the alias so make ârootâ in the to field a valid address but i do not know where to do that. i use ssmtp and root is on that level replaced by mad@misja.biz as can be seen in the beginning of the message but at one place at least that doesnât happen. any help in where to look would be appreciated.
sorry if it is obvious as i wrote i am not very experienced with linux and thanks for any help.