peracchi
peracchi
As I said, this behavior began only on july ISO... To continue configuration after drop to shell I issue: `root@archiso ~ # clear ; arch-chroot /mnt/archinstall` and then make my...
@patrickjahns how can I install version 58.2 of icu4c with brew? I have made a complete reinstallation of my Macbook and homebrew installs version 59.1 of icu4c.
@patrickjahns thanks for the command to install the previous version of icu4c. I just needed to uninstall 59.1 and then use the command you provided.
**Back to work...** ``` [peracchi@matrix mailserver]$ docker exec -it mailserver /bin/bash root@mail:/# cd /etc/postfix # lists all mails in domain root@mail:/etc/postfix# echo ; postmap -q example.com ldap:/etc/postfix/ldap-domains.cf ; echo [email protected],[email protected],[email protected]...
Tried direct on terminal with telnet just to see if something different happens... Unfortunately, nothing. ``` [peracchi@matrix mailserver]$ clear ; telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character...
I thought I was solved the problem but apparently not. I saw that _/etc/postfix/ldap-senders.cf_ wasn't in _/etc/postfix/main.cf_ **smtpd_sender_login_maps**. So, I added it and also changed /etc/postfix/ldap-senders.cf to: ``` bind =...
If I am member of a group, "mailGroupMember: [email protected]", I receive all mail sent to that address. Why can't I sent mail using group address the same way I can...
> Hello, do you try with LDAP_QUERY_FILTER_SENDERS ? > > This filter will allow you if you sasl login full dn is returned by the filter Hi! Yes, I tried...
Hi everybody! I made some improvements to the LDAP structure that allows better utilization by several other programs besides Docker-MailServer. I separeted _"pure groups"_ from _"mail groups"_ (distribution list). This...
> Apologies for the delay. No problem! > Can you configure AdGuard Home to collect logs by setting `verbose` to `true` and inspect them for `dhcp` errors? Sure, will do...