-
Notifications
You must be signed in to change notification settings - Fork 70
Help needed: new Docker image for iRedMail #137
Comments
Just tried running it overtop my existing version but got an error. Might be caused because it was running on top of an older version, but will try again with a "fresh" install later and update
|
Hi @JReming85, Is the Docker host running x86_64 / amd64 CPU or ARM? |
Sorry, should have included that
Ubuntu 20.04.6 LTS
2x Xeon X5660
32Gb RAM
…On Wed, Oct 11, 2023, 10:26 AM iRedMail ***@***.***> wrote:
/entrypoint.sh: line 39: /gosible: cannot execute binary file: Exec format
error
Is the Docker host running x86_64 / amd64 CPU or ARM?
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCDFRDAOLKQ3CRAPPZOK4TX62UC7ANCNFSM6AAAAAAZS7WZUA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This is 64-bit. It's a mistake that we uploaded a program for ARM. Fixed moment ago. Thank you very much for the feedback. :) |
Just tried to rerun it. Looks like with the dedicated mysql container, I need to delete my old db because I was getting this error
After I just tried mounting a different folder to host the mysql db e.g. change it from ./data/mysql/ to .data/mysql1/ and got this error
It might be my fault on this, so will try deploying it on another of my bare metals that does not currently run email or email gateway and update |
Looks like its working fine on a clean install. Need to find a easy way to migrate old installs to this EDIT: I stand corrected
|
Seems installing SOGo failed. Did you see related log on console? |
That was the console output.
It kept repeating, and appeared it failed to create the sogo user/group
|
SOGo user/group should be created automatically after installed the deb packages, so we need to check the package installation status. |
Sounds good, let me know if you need me to test anything else.
Also I cant bash in because its constantly restarting.
|
|
Full log export... Really thought the email would have attached it as a document |
Please help do a quick check: login to container, check whether system has sogo packages installed:
|
Once again, I can't connect to the container. It is constantly restarting
…On Thu, Oct 12, 2023, 11:27 AM iRedMail ***@***.***> wrote:
Please help do a quick check: login to container, check whether system has
sogo packages installed:
dpkg -l | grep sogo
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCDFRCZW54NUBBJ3QWKPOLX7AD4VANCNFSM6AAAAAAZS7WZUA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Please connect right after starting the container, it should be long enough to run the command. :) |
Its not there
EDIT: Sorry wrong command above.
|
Fixed the issue and rebuilt the image. Please help test again. :) |
Sorry for the delay, working great. 1 small UI thing is its showing uptime starting at 59 days |
Thanks for the feedback.
Is it same as your Docker host machine? |
I stand corrected, you are right it is the hosts uptime.
Thanks again
…On Wed, Oct 18, 2023, 8:53 AM iRedMail ***@***.***> wrote:
Sorry for the delay, working great.
Thanks for the feedback.
1 small UI thing is its showing uptime starting at 59 days
Is it same as your Docker host machine?
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCDFRDAVVH7B34P565KM6LX77GMRAVCNFSM6AAAAAAZS7WZUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRYGM4TAOBTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello, is it possible to add a relayhost to the settings? In some cases, external smtp servers are used. |
I am doing this with my setup, just add it to the transport map file
postmap the file and restart postfix You can also further customize it, just lookup how to use the postfix transport file for examples |
Thanks for the tip! :) |
Is there a plan for when this will move out of "test" mode (i.e. test-mariadb)? |
Note: Amavisd and iRedAPD integrations are not yet implemented, still need some more time. |
Works great! Very easy to deploy! Thank you! |
is there any way to use spam protection without clamav. Only dkim protection? |
You mentioned But if you use the new docker image (https://hub.docker.com/r/iredmail/test-mariadb), to disable spam and/or virus scanning, but keep dkim signing / verification, etc, please add either or both these parameters in the
|
its not obvious how to Allow insecure POP3/IMAP/SMTP connections without STARTTLS inside the container. |
after adding a file dovecot-sasl.conf with
and putting this file to /iredmail/data/custom/dovecot/conf-enabled/ |
Will there be a new docker image soon? Would like to try this out to see if I can migrate from the old 'dockerized' to this one. Also, it looks like the repo is missing? https://www.github.com/iredmail/dockerized2 |
Link is unavaiable or not found |
Looks like that repo is not available. Also getting an error trying to login to iredadmin, where its saying my user/password is invalid msg=INVALID_CREDENTIALS Login to email works fine though, so assuming its something DB related |
This repo is now available: https://github.com/iredmail/dockerized2 |
Dear all,
We're working on a new and sustainable way to build Docker image for iRedMail, and here's our result so far:
https://hub.docker.com/r/iredmail/test-mariadb
We need your help to evaluate whether this is a right and acceptable way to build docker image for iRedMail, please help test and leave your comments below. :)
The text was updated successfully, but these errors were encountered: