Task module/mail1/list-user-mailboxes failed

NethServer Version: NS8
Module: mail, mailboxes

Traceback (most recent call last):
File “/home/mail1/.config/actions/list-user-mailboxes/10list_user_mailboxes”, line 16, in
rusers = mail.doveadm_query(“user”, {“userMask”:“*”})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/mail1/.config/pypkg/mail.py”, line 273, in doveadm_query
raise DoveadmError(oresp)
mail.DoveadmError: [[‘error’, {‘type’: ‘exitCode’, ‘exitCode’: 65}, ‘user’]]

Hi @vadymvua ,

welcome to NethServer Community.

Please tell us more about the issue.

At which point does the error occur and what did you want to achieve?

Did you setup a user domain like AD or LDAP and configure the mail app to use it?

Did you migrate from NS7 to NS8?

Is the most recent version of the NS8 mail app installed?

Are there relevant entries in the system logs?

Maybe related topics:

https://community.nethserver.org/search?q=doveadm_query%20order%3Alatest

Hello, glad to be among you!)
Used external connections to the asset directory,
initially used port 389 for connection after studying the connection manual LDAP — Dovecot documentation

The solution to the problem was when I stopped using port 389 and started using port 3268, after that the problem with connecting and displaying mailboxes went away.

The first installation without migrations was carried out according to the manual:
https://docs.nethserver.org/projects/ns8/en/latest/install.html

1 Like