BillionMail icon indicating copy to clipboard operation
BillionMail copied to clipboard

Can't login the webmail to manage the mail

Open timsom opened this issue 6 months ago • 2 comments

use docker to install the billionmail,and it install normal,docker run normal i modify the env and env_init as below,but when logon my ip:8000,it show error page no found,how can i fix

Default Billion Mail Username password

ADMIN_USERNAME=billion ADMIN_PASSWORD=billion

Manage Safe entrance

SafePath=billion

BILLIONMAIL_HOSTNAME configuration, Postfix myhostname configuration

BILLIONMAIL_HOSTNAME=mail.198388.xyz

pgsql NAME and USER and PASSWORD configuration

DBNAME=billionmail DBUSER=dfadsf DBPASS=dfa

REDIS PASSWORD configuration

REDISPASS=dfasfaf

MAIL Ports

SMTP_PORT=25 SMTPS_PORT=465 SUBMISSION_PORT=587 IMAP_PORT=143 IMAPS_PORT=993 POP_PORT=110 POPS_PORT=995 REDIS_PORT=127.0.0.1:26379 SQL_PORT=127.0.0.1:25432

Manage Ports

HTTP_PORT=8000 HTTPS_PORT=4433

You can use this script to set the time zone for your container.

See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of timezones"

echo -e "Use a column named "TZ identifier" + note the column named "Notes""

TZ=Etc/UTC

Default containers IPV4 intranet segment

IPV4_NETWORK=172.66.1

Enable fail2ban Access restrictions, specify that the IP exceeds the access limit

FAIL2BAN_INIT=y

timsom avatar Jun 13 '25 02:06 timsom

Image

timsom avatar Jun 13 '25 02:06 timsom

you have to use the path you've set for it to work mail.198388,xyz/billion

SafePath=billion

aesuuuu avatar Jun 13 '25 04:06 aesuuuu