mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
SMTP auth: special characters in password field #2040
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2040
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goooroooX on GitHub (Sep 25, 2021).
Problem
Expected behavior
Actual behavior
@starbasessd commented on GitHub (Sep 25, 2021):
Does your email server support hashed, tokenized, delimited or encrypted passwords?
"<" and ">" are disallowed characters in many systems and applications.
@goooroooX commented on GitHub (Sep 25, 2021):
This is not my server, so I have no idea what kind of passwords it may support.
It is definitely support plain-text auth with special characters. And I cannot change the password.
@starbasessd commented on GitHub (Sep 25, 2021):
You could try to edit the camera-X.conf file (X being the camera number)
sudo nano /etc/motioneye/camera-X.conf
Towards the end of the file should be a line beginning: on_event_start
Look for your password in that line (it is a VERY long line)
make sure your password shows as '<P@ssw0rd>'
(with the single quotes and your "<" & ">"as appropriate)
Save it, and trigger another email via motion.
@goooroooX commented on GitHub (Sep 25, 2021):
Can't find password or camera settings in those files.
PS: running in HASS docker container.
PPS: found at
/data/motioneye/@goooroooX commented on GitHub (Sep 25, 2021):
Removed all special characters from password and got the same error when trying to send Test Email.
Weird, but looks like this problem is not related to special characters.
@starbasessd commented on GitHub (Sep 26, 2021):
I thought you said "It is definitely support plain-text auth with special characters. And I cannot change the password."
It would have been helpful to mention how you were set up from the beginning.
Since it involves HA and their docker wrapper I must ask you to take that out of the equation.
Please install the motionEye version of docker:
https://github.com/ccrisan/motioneye/wiki/Install-In-Docker
and see if it occurs there.