1 (edited by projekteleven 2021-10-24 21:50:42)

Topic: Cant access webmail

Hello iRedMail-Forum,

i installed iRedMail and it works fine, i can login to the admin panel and if i run nginx i can also send emails.
But my problem is i would use apache2 as my webserver. Currently i can login to the admin panel but not to the webmail.

My Server data:
iRedMail: 1.4.2 MARIADB edition
Installed via: https://www.linuxbabe.com/mail-server/u … stallation
Linux: Ubuntu 20.04
DB: Mariadb
Webserver: Apache2 and nginx (would use only apache2)
iRedAdmin-Pro: currently not
Only error message is a 404 on my domain (folder: mail)

Maybe it works but i use the wrong path, i tried:
mydomain.com/mail - not working on apache2 but on nginx
mydomain.com/iredadmin - admin panel works

Current Apache2 sites-available le-ssl.conf:
https://pastebin.com/avcZCbAj

I hope you can help me, this is the first time i installed a webserver.

Kind regards
Tobias

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Cant access webmail

Ok, i found a solution for my problem:

I copied the "roundcubemail" folder link in the root path of my webserver.
cp -r /opt/www/roundcubemail /var/www/mydomain

I copied the "iredadmin" link also into the root path.

Everything works now fine.