Stéphane

Results 99 comments of Stéphane

Hi! I finally finished the setup. Working now. ``` python manage.py makemigrations python manage.py migrate modoboa_imap_migration ``` It seems that transforming the address of a domain is not working. Old...

When we load the migration page in GUIv1, we have these two files called but missing. ``` Failed to load resource: the server responded with a status of 404 (Not...

hi! I tried the domain transcoding feature again. It doesn't want to work. I found another point. In the /srv/vmail/.offlineimaprc file, we have sslcacertfile def. Where does this definition come...

I am closing this issue to open a new, more specific one.

Hello, I have the same concern. The public key in modoboa seems to change on its own and no longer corresponds to the one entered in the DNS. No yet...

I found the problem. I fooled myself with my curiosity to click everywhere. ;) If you click on the small button, it generates a new key. ![sc](https://user-images.githubusercontent.com/12907102/191930547-ee03a7bc-b9f4-4173-93a5-7277e5a2c740.png) It would be...

Still not found the problem. Have a nice we.

Hi! Already tried. No change. If I run these commands, I got an error. ``` root@mailhub:~# /srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py logparser /srv/modoboa/env/lib/python3.9/site-packages/modoboa/maillog/management/commands/logparser.py:96: FutureWarning: Possible nested set at position 29 self._regex = {k:...

I deleted the .rrd files and rebooted. New files are created with same right. The first command give the same error but not the second. ``` root@mailhub:/srv/modoboa/rrdfiles# /srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py logparser...

HI @tonioo, A problem with 2.0.2 upgrade. ``` root@mailhub:/home/modoboa-works# sudo -u modoboa -i $ bash modoboa@mailhub:~$ source /srv/modoboa/env/bin/activate (env) modoboa@mailhub:~$ pip install modoboa==2.0.2 ... ... (env) modoboa@mailhub:~$ cd /srv/modoboa/instance (env)...