Ravgrg
Ravgrg
Yes, I have checked, that is all I see: On the other hand, I don't see email_incoming_haraka collection: Config: ``` ; This file must be placed in "config" directory of...
Per the code, I see that more data is stored like Subject, sender, and recipient, where can I see this?
Here is the part of the code I saw, that is not stored: ``` // Mail object var _email = { 'haraka_body': _store_raw && body ? body : {}, 'raw_html':...
I don't see that fields... subject etc are not there. When I used another plugin that was there: https://github.com/mr-karan/haraka-plugin-outbound-logger
Can you tell me where that part is saved and why is in the code? ``` // Mail object var _email = { 'haraka_body': _store_raw && body ? body :...
This function does not store, and I need this function badly: queue_to_mongodb Any idea why?
Nothing seems to go smoothly for me, not even getting fired for that function. Very weird.
I found the issue, in your code you call queue: plugin.register_hook('queue', 'queue_to_mongodb'); Seems like this wrong, how that working for you?? I change to: plugin.register_hook('queue_outbound', 'queue_to_mongodb'); And now working, am...
Thank you. Previously, I used tmail frontend with another custom jmap server, when I created mail user it was able to get the storage inside tmail, but with your setup...
Let me explain, I created a user in LemonLDAP and logged in with this user to Tmail webmail, the total storage in the left bottom is not showing - is...