Skip to content
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

How to get iRedadmin username and password #89

Open
arunodhayam10d opened this issue Oct 12, 2021 · 3 comments
Open

How to get iRedadmin username and password #89

arunodhayam10d opened this issue Oct 12, 2021 · 3 comments

Comments

@arunodhayam10d
Copy link

I have installed the iRedmail server using docker. When I try to log in it shows username and password. How to get or generate the username and password? I am also tried this https://docs.iredmail.org/reset.user.password.htmlmethod to generate the password but not working. Please help with this..

@arunodhayam10d
Copy link
Author

username = [email protected]
password = ?

@TitanFighter
Copy link
Contributor

TitanFighter commented Oct 12, 2021

docker run -p 80:80 -p 443:443 \
           -h HOSTNAME.DOMAIN \
           -e "MYSQL_ROOT_PASSWORD=password" \
           -e "SOGO_WORKERS=1" \
           -e "TZ=Europe/Prague" \
           -e "POSTMASTER_PASSWORD={PLAIN}password" \
           -e "IREDAPD_PLUGINS=['reject_null_sender', 'reject_sender_login_mismatch', 'greylisting', 'throttle', 'amavisd_wblist', 'sql_alias_access_policy']" \
           -v /srv/iredmail/mysql:/var/lib/mysql \
           -v /srv/iredmail/vmail:/var/vmail \
           -v /srv/iredmail/clamav:/var/lib/clamav \
           --name=iredmail lejmr/iredmail:mysql-latest

Source: https://github.com/lejmr/iredmail-docker#readme

You need this part -e "POSTMASTER_PASSWORD={PLAIN}password" (keep {plain}, change just password part).

@arunodhayam10d
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants