Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailrise service fails to start #66

Closed
dbrianhendrix opened this issue Mar 30, 2023 · 1 comment
Closed

Mailrise service fails to start #66

dbrianhendrix opened this issue Mar 30, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@dbrianhendrix
Copy link

Here is the failure I'm getting:

● mailrise.service - Mailrise SMTP notification relay
Loaded: loaded (/etc/systemd/system/mailrise.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2023-03-30 11:32:49 CDT; 2min 5s ago
Process: 73661 ExecStart=/usr/local/bin/mailrise /etc/mailrise.conf (code=exited, status=1/FAILURE)
Main PID: 73661 (code=exited, status=1/FAILURE)

Mar 30 11:32:49 bde1.bluedragon.local systemd[1]: Started Mailrise SMTP notification relay.
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: Traceback (most recent call last):
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: File "/usr/local/bin/mailrise", line 7, in
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: from mailrise.skeleton import run
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: File "/usr/local/lib/python3.6/site-packages/mailrise/skeleton.py", line 5
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: from future import annotations
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: ^
Mar 30 11:32:49 bde1.bluedragon.local mailrise[73661]: SyntaxError: future feature annotations is not defined
Mar 30 11:32:49 bde1.bluedragon.local systemd[1]: mailrise.service: Main process exited, code=exited, status=1/FAILURE
Mar 30 11:32:49 bde1.bluedragon.local systemd[1]: mailrise.service: Failed with result 'exit-code'.

@YoRyan YoRyan added the wontfix This will not be worked on label Apr 3, 2023
@YoRyan
Copy link
Owner

YoRyan commented Apr 3, 2023

The minimum Python version for Mailrise is 3.8 or above. Python 3.6 has been out of support since the end of 2021.

@YoRyan YoRyan closed this as completed Apr 3, 2023
Repository owner locked and limited conversation to collaborators Apr 3, 2023
@YoRyan YoRyan converted this issue into discussion #67 Apr 3, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants