-
In #215 we enforced a lowercase index for email addresses. This is pragmatic as it is extremely unlikely that a given email domain will have the same account with different casings. Most providers pro…
-
If I go to https://mailserver/docs/api/#mailboxes-list/api/v1/mailboxes/, I got an error 500.
In /var/log/uwsgi/app/modoboa_instance.log:
GET /api/v1/mailboxes/ => generated 870 bytes in 217 msecs…
-
I'm sure I'm just missing something, but I've written a script to grab all users and pull their mailbox rules. The rule works fine against my account, but when I try to run against other mailboxes it…
-
### Is your feature request related to a problem? Please describe.
Hi Team!
We have some users that create their flows/apps with a service account, not nominal account.
This accounts normally doesn…
-
# Provide required information needed to triage your issue
We are listening to the "OnMessageSend" event in our Outlook addin. While the message is send, we are inserting the signature for the use…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug…
-
I generated the email templates with rails generate mailboxer:views and it generated my templates. I changed them, but the sent email remains the same. Is this some sort of bug or am I just doing some…
-
Kamon seems to break (bring app down), when using affinity-pool-executor
`app_1 | akka.actor.ActorInitializationException: akka://quota-service-actor-system/user/redis2-6379-listener-actor:…
-
# Provide required information needed to triage your issue
I'm implementing an Outlook add-in.
All calls to Office.context.mailbox.makeEwsRequestAsync are all failing with 403 forbidden for outl…
-
I'm trying to get this setup using an incoming "to" as such:
```php
Mailbox::to('{uuid}@mydomain.com', DefaultMailbox::class);
```
The mailbox was never matching, so I created a catch all to tes…