mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1560] Modoboa installed, but no site reachable #1226
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1226
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 @JDittmerCOM on GitHub (Aug 30, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1560
Impacted versions
I installed everything after the instructions, but now my whole server does not work anymore.
I have the message "Internal Server Error" on every page.
I hope you can help me very quickly.
And these are the most recent errors from the log file.
https://pastebin.com/KH2G0piD
@tonioo commented on GitHub (Aug 30, 2018):
Did you install Modoboa manually?
On 30/08/2018 20:06, Justin Dittmer wrote:
@JDittmerCOM commented on GitHub (Aug 30, 2018):
These was my install steps:
Since then all my pages are down on the server.
@tonioo commented on GitHub (Aug 31, 2018):
And what about Apache? Did you install it manually after that?
To display more information, edit the settings.py file, set the DEBUG variable to True and reload apache.
@tonioo commented on GitHub (Sep 11, 2018):
@JDittmerCOM Any news?
@UOCecalero commented on GitHub (Feb 13, 2019):
Same issue here. Could you share the solution? Thx
@UOCecalero commented on GitHub (Feb 13, 2019):
Feb 13 19:56:08 mail postfix/cleanup[12263]: warning: connect to Milter service inet:127.0.0.1:12345: Connection refused
Feb 13 19:56:08 mail postfix/proxymap[6770]: warning: mysql:/etc/postfix/sql-aliases.cf is unavailable. open /etc/postfix/sql-aliases.cf: No such file or directory
Feb 13 19:56:08 mail postfix/cleanup[12263]: warning: proxy:mysql:/etc/postfix/sql-aliases.cf lookup error for "root@mail.*"
Feb 13 19:56:08 mail postfix/cleanup[12263]: warning: 0119A4C6C9: virtual_alias_maps map lookup problem for root@mail. -- message not accepted, try again later
@UOCecalero commented on GitHub (Feb 13, 2019):
Feb 13 19:39:39 mail dovecot: auth-worker(10120): Error: mysql(127.0.0.1): Connect failed to database (modoboa): Can't connect to MySQL server on '127.0.0.1' (111) - waiting for 125 seconds before retry
@UOCecalero commented on GitHub (Feb 13, 2019):
I tried to connect to my database but throw me this error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
(MYSQL worked fine before the installation)
@DaveDischord commented on GitHub (May 29, 2019):
Running into similar issue
@DaveDischord commented on GitHub (May 29, 2019):
After a bit of searching, I did 2 things. My issue is resolved, but I don't know which of either, or both, did the trick. First, I noticed "localhost" wasn't in my /etc/hosts file, just the local IP joined with my server hostnames, so I added
127.0.0.1 localhostSecond, I ran
sudo nano /etc/default/opendkimand changed
SOCKET="inet:12345@localhost"to
SOCKET="inet:12345@127.0.0.1I restarted after that, and if opendkim FAILED on startup, I can start it manually and it works out, web admin pages come up, and everything works as well as I'm aware. Hope that helps.
@acecconato commented on GitHub (Jan 30, 2021):
Same issue for me on a fresh installation and Debian 9, I either don't' know where is this settings.py