foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5.04k stars 241 forks source link

Unable to start Ubuntu 22.04.3 LTS aarch64 #666

Closed mateors closed 8 months ago

mateors commented 8 months ago

Unable to run at Ubuntu 22.04 LTS arm64

I installed it using building from source https://maddy.email/tutorials/building-from-source/

PLEASE HELP ME ASAP.

What do you think is wrong? unknown driver "sqlite3" (forgotten import?)

Log files

Jan 14 08:08:11 shaperk maddy[401183]: imapsql: NewBackend (open): sql: unknown driver "sqlite3" (forgotten import?)
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Main process exited, code=exited, status=1/FAILURE
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Failed with result 'exit-code'.
Jan 14 08:08:11 shaperk systemd[1]: Failed to start maddy mail server.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Scheduled restart job, restart counter is at 5.
Jan 14 08:08:11 shaperk systemd[1]: Stopped maddy mail server.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Start request repeated too quickly.
Jan 14 08:08:11 shaperk systemd[1]: maddy.service: Failed with result 'exit-code'.
Jan 14 08:08:11 shaperk systemd[1]: Failed to start maddy mail server.
Jan 14 08:08:18 shaperk pdns_server[75291]: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.

default config: /etc/maddy/maddy.conf default state_dir: /var/lib/maddy default runtime_dir: /run/maddy

foxcpp commented 8 months ago

Did you have gcc installed when compiling maddy? It is required for sqlite3 support to work.

mateors commented 8 months ago

@foxcpp should I try again with the latest push you made?

foxcpp commented 8 months ago

Yes, you can try. I added an alternative solution for the problem.

mateors commented 8 months ago

@foxcpp is there any way I can read mail using pop3? I want to read mail from gmail, but seems gmail only support pop3, I appreciate your suggestion on this.

foxcpp commented 8 months ago

No, unfortunately maddy currently does not support POP3. See #650.

mateors commented 8 months ago

@foxcpp okay, got it. any plan in future?

foxcpp commented 8 months ago

@foxcpp okay, got it. any plan in future?

Definitely, it has been requested several times already. Can't give any specific timeline though.

foxcpp commented 8 months ago

Feel free to reopen if you are still unable to get maddy to run, POP3 support is to be discussed in #650.