Re: Build error without ldap support

2025-03-15 Thread Lafiel via dovecot
Hi, Aki. The patch for pigeonhole works, but the patch for dovecot is not working correctly (forgot to check last time). Error build dovecot with enable LDAP and add patch: dovecot> /nix/store/dh0m67pv8snfcx1ic18jzp0x4cb10zhc-binutils-2.43.1/bin/ld: auth-db-ldap.o: warning: relocation against `

Re: Build error without ldap support

2025-03-14 Thread Lafiel via dovecot
Hi. The patch works. Next problem - error build pigeonhole plugin without ldap support: sieve-ldap-storage.c:6:10: fatal error: ldap-utils.h: No such file or directory 6 | #include "ldap-utils.h" | ^~ compilation terminat

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-05-06 Thread Lafiel via dovecot
Hi. There is no way to implement such support? -- Best regards, Lafiel mailto:laf...@elven.pw ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-05-06 Thread Lafiel via dovecot
Hi, Timo Sirainen. This method will not work because the exact path `DESTDIR=/nix/store/...` is not known in advance. And it may change depending on the modules used. Timo Sirainen via dovecot писал(а) 2025-05-06 11:45: > mail_plugin_dir is for mail modules. There are other modules which are us

For additional modules, the mail_plugin_dir parameter is ignored

2025-03-06 Thread Lafiel via dovecot
Hi. The NixOS distribution for Dovecot uses a patch that hardcodes the path to the plugins in `/etc/dovecot/modules`. The modules themselves are located at `/nix/store/z9kf4ri8sq9f3r510qsm59g1n6kfc7q6-dovecot-2.3.21.1/lib/dovecot`, the script creates symlinks in the

Re: Some folders are not displayed correctly via IMAP protocol

2025-03-07 Thread Lafiel via dovecot
Hi, Michael Slusarz. The client developers claim that in practice this approach leads to various problems for users. In one case, the square lines may be treated as a syntax element, and in others as part of the folder name. Predicting what is what is

Some folders are not displayed correctly via IMAP protocol

2025-03-06 Thread Lafiel via dovecot
Hi. The Bat! email client does not display folder, it will appear as ' Example'. The email client technical support said quotation marks. Log IMAP: ``` C: { -- TImapUpdateSubscription sta C: 9 LSUB "" "*" S: * LSUB (\Drafts) "." Drafts S: * LSUB (\Sent)

Re: Some folders are not displayed correctly via IMAP protocol

2025-03-10 Thread Lafiel via dovecot
Hi. How can I patch the source code so that the server forces the list of all folders to be displayed in quotes? Or add the corresponding parameter to the configuration file? Unfortunately, the mail client developers will not change the method of processi

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-03-10 Thread Lafiel via dovecot
Hi, Aki Tuomi. I want all modules to be loaded from /etc/dovecot/modules. The thing is that if I specify loading modules from /nix/store/wb885d6w5dfchg9v481f55zj4a2p3r89-dovecot-2.3.21.1/etc/dovecot/modules directory, it will fail to load the sieve module, which is

Build error without ldap support

2025-03-13 Thread Lafiel via dovecot
Hi. Cannot build Dovecot without LDAP support. Configure flags: --with-ldap=no Error: In file included from db-ldap-settings.c:9: ../../src/lib-ldap/ldap-settings-parse.h:4:10: fatal error: ldap.h: No such file or directory 4 | #include | ^~~~ compilation terminated. mak

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-03-31 Thread Lafiel via dovecot
Hi, Aki Tuomi. With this configurations: --with-moduledir=/nix/store/fgjwcnzz4ll6jjah8mpzfxpc4asa600q-dovecot-2.3.21/etc/dovecot/modules DESTDIR=/nix/store/fgjwcnzz4ll6jjah8mpzfxpc4asa600q-dovecot-2.3.21 mail_plugin_dir=/nix/store/fgjwcnzz4ll6jjah8mpzfxpc4asa600q-dovecot-2.3.21/etc/dovecot/mo

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-03-30 Thread Lafiel via dovecot
Hi, Aki Tuomi. Is it possible to fix loading of additional modules specified in mail_plugin_dir parameter? -- Best regards, Lafiel mailto:laf...@elven.pw ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@do

Re: For additional modules, the mail_plugin_dir parameter is ignored

2025-05-13 Thread Lafiel via dovecot
Hi, Timo Sirainen. How to change this string: #define CONFIG_MODULE_DIR MODULEDIR"/settings" to read the variable specified in the mail_plugin_dir parameter? For example: #define CONFIG_MODULE_DIR $mail_plugin_dir + "/settings" -- Best regards, Lafiel mailto:laf...@elven.pw __

Change the way folders are displayed via IMAP protocol

2025-05-19 Thread Lafiel via dovecot
Hi. How can I patch the source code so that the server forces the list of all folders to be displayed in quotes? Or add the corresponding parameter to the configuration file? -- Best regards, Lafiel mailto:laf...@elven.pw ___ dovecot mailing list --