mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #3787] Radicale with other app: Permission Denied #1908
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1908
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FutureCow on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3787
Using Installer to install 2.6.2 on Debian 13
When I use the webui for the mail/calendar everything is working nice. When i try to add the calendar inside Thunderbird (or any other caldav client), I get a permission denied.
Everything is setup as: https://modoboa.readthedocs.io/en/stable/manual_installation/radicale.html
the section inside 10-master.conf was already there.
My radicale config:
I don't see anything in the dovecot logs
@tonioo commented on GitHub (Nov 12, 2025):
How did you configure calendar access?
@FutureCow commented on GitHub (Nov 12, 2025):
Just the way the installer configured it. So it's using Dovecot/oath2?
Is there anything else I need to do than this: https://modoboa.readthedocs.io/en/stable/manual_installation/radicale.html
@tonioo commented on GitHub (Nov 13, 2025):
I'm talking about your client software. Are you trying a user/password authentication?
@FutureCow commented on GitHub (Nov 13, 2025):
Sorry, Yes using email as username and the password that belongs to that user's email.
@tonioo commented on GitHub (Nov 13, 2025):
Have you checked if the /run/dovecot/auth-radicale exists and has proper permissions?
@FutureCow commented on GitHub (Nov 13, 2025):
It's there:
srw-rw---- 1 radicale radicale 0 Nov 10 11:04 auth-radicaleafter removing the file and restaring dovecot/radicale:
srw-rw-rw- 1 radicale radicale 0 Nov 13 17:00 auth-radicalethis are the error inside radicale:
@tonioo commented on GitHub (Nov 13, 2025):
Can you check if you can access mail.example.com from your server? (using ping)
@FutureCow commented on GitHub (Nov 13, 2025):
I think it's related to this #3725
I use Caddy als Reverse Proxy, that pointing to the nginx of the mail server (port 80)
This is inside the nginx.log:
When i ping inside the mail server, i got a reply
@tonioo commented on GitHub (Nov 15, 2025):
Have you enabled debug logs in Radicale?
@FutureCow commented on GitHub (Nov 15, 2025):
DEBUG log from modoboa web:
Debug log from thrid party client:
@tonioo commented on GitHub (Nov 15, 2025):
Can you check dovecot config? (10-master.conf, look for radicale socket)
@FutureCow commented on GitHub (Nov 15, 2025):
This is the part from 10-master.conf:
@tonioo commented on GitHub (Nov 15, 2025):
Can you try to remove the "type = auth-legacy" line and reload dovecot?
@FutureCow commented on GitHub (Nov 15, 2025):
Yep, that was the problem!
github.com/modoboa/modoboa-installer@b95bf58488@FutureCow commented on GitHub (Nov 16, 2025):
After updating to 2.6.3 I got a new problem...
It's also not possible to connect to the calendar with the webui:
Or create a new calendar
But this is a new issue from version 2.6.3 (i can also create a new one if you want?)
@tonioo commented on GitHub (Nov 16, 2025):
Might be caused by the caldav library update: https://github.com/modoboa/modoboa/pull/3788
@tonioo commented on GitHub (Nov 20, 2025):
@FutureCow Could you close this issue and open a new one please?