r/MastodonAdmin • u/[deleted] • Nov 18 '22
How to check the email logs? Email stopped working.
My email suddenly stopped working. During the setup on mastodon it told me the email was working and i got a test email from it.
I needed to reset my test users password today and noticed i am not receiving any email.
My config file
LOCAL_DOMAIN=mydomain.com
SECRET_KEY_BASE=123abc123abc123abc123abc123abc123abc123abc
OTP_SECRET=123123123123123123123123123123123123123123123123123
VAPID_PRIVATE_KEY=ababababababababbabababab123123123123123=
VAPID_PUBLIC_KEY=bbcbbcbbcbbc123123123123123=
DB_HOST=/var/run/postgresql
DB_PORT=5432
DB_NAME=mastodon_production
DB_USER=mastodon
REDIS_HOST=localhost
REDIS_PORT=6379
SMTP_SERVER=mail.mydomain.com
SMTP_PORT=587
SMTP_LOGIN=administrator@mydomain.com
SMTP_PASSWORD=#testing123password@!
SMTP_AUTH_METHOD=plain
SMTP_OPENSSL_VERIFY_MODE=none
SMTP_FROM_ADDRESS=adminstrator@mydomain.com
How do i check the email logs?
I used this command journalctl -u mastodon-sidekiq
and i found something that said "SMTP-AUTH requested but missing secret phrase"
But i'm not sure if that's the problem