Hello list. I am running dovecot v2.2.13 on debian 8.8; I tried to add a "address =" statement for only localhost and one private IP, but then I got a complaint from system: dovecot[20515]: Error: systemd listens on port 143, but it's not configured in Dovecot. Closing. What is the proper way to resolve this? TIA & Regards, Dudi
Dudi Goldenberg wrote:> Hello list. > > I am running dovecot v2.2.13 on debian 8.8; > > I tried to add a "address =" statement for only localhost and one private IP, but then I got a complaint from system: > > dovecot[20515]: Error: systemd listens on port 143, but it's not configured in Dovecot. Closing. > > What is the proper way to resolve this? >I suggest to use iptables for this. -- Mart
On 2017-06-24 17:59, Dudi Goldenberg wrote:> Hello list. > > I am running dovecot v2.2.13 on debian 8.8; > > I tried to add a "address =" statement for only localhost and one > private IP, but then I got a complaint from system: > > dovecot[20515]: Error: systemd listens on port 143, but it's not > configured in Dovecot. Closing. > > What is the proper way to resolve this?$ mkdir -p /etc/systemd/system/dovecot.socket.d $ vim /etc/systemd/system/dovecot.socket.d/ports.conf content: [Socket] # unset all ports defined in the global file ListenStream# add our new ports ListenStream=[1.2.3.4]:143 $ systemctl daemon-reload $ systemctl restart dovecot.socket dovecot.service -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
On 2017-06-25 14:10, Marcus Rueckert wrote:> ListenStream=[1.2.3.4]:143of course the [] are only needed for ipv6 IPs and not also IPv4
Hi,>> What is the proper way to resolve this? > >$ mkdir -p /etc/systemd/system/dovecot.socket.d >$ vim /etc/systemd/system/dovecot.socket.d/ports.conf > >content: > >[Socket] ># unset all ports defined in the global file ListenStream= # add our new ports >ListenStream=[1.2.3.4]:143 > >$ systemctl daemon-reload >$ systemctl restart dovecot.socket dovecot.serviceThanks for the prompt reply! How do I specify more than 1 IP? I'd like 127.0.0.1 and say 192.168.1.100 only. Regards, Dudi
This is why sane admins don't use the *EVIL* systemd Thankfully there are still some modern distros that refuse to touch it. Name sounds cute, the idea sounded OK, but the reality is, its a _REDACTED_ useless pile of REDACTED REDACTED REDACTED On Sun, Jun 25, 2017 at 3:59 AM, Dudi Goldenberg <dudi at kolcore.com> wrote:> Hello list. > > I am running dovecot v2.2.13 on debian 8.8; > > I tried to add a "address =" statement for only localhost and one private > IP, but then I got a complaint from system: > > dovecot[20515]: Error: systemd listens on port 143, but it's not > configured in Dovecot. Closing. > > What is the proper way to resolve this? > > TIA & Regards, > > Dudi >
Hi, I'm confused about FTS. https://wiki.dovecot.org/Tools/Doveadm/Index say's: "Messages can also be added automatically to full text search index using: plugin { ... fts_autoindex = yes }" So I added "fts_autoindex = yes" into dovecot.conf (I'm using single config file). That's it? How to test FTS? Or I still must use some external indexing server? -- Mart
Hi Mart, I think it?s a bit more? you might want to refer to https://wiki.dovecot.org/Plugins/FTS <https://wiki.dovecot.org/Plugins/FTS> You only mentioned the function to automatically start indexing. Nothing about were this should actually happen. We are using Solr? mail_plugins = $mail_plugins fts fts_solr and: plugin { fts = solr fts_solr = url=http://solr.example.org:8983/solr/ } The autoindex does nothing more than automatically sending incoming mails to the FTS index system. Solr is external while Lucene is library based and saved inside the mailbox hierarchy. There even is an implementation for Elasticsearch. For all options? you might want to observe the logs once it has been enabled. Philon> Am 03.07.2017 um 13:34 schrieb Mart Pirita <sysadmin at e-positive.ee>: > > Hi, > > I'm confused about FTS. https://wiki.dovecot.org/Tools/Doveadm/Index say's: > > "Messages can also be added automatically to full text search index using: > > plugin { > ... > fts_autoindex = yes > }" > > > So I added "fts_autoindex = yes" into dovecot.conf (I'm using single > config file). That's it? How to test FTS? Or I still must use some > external indexing server? > > > -- > Mart
Mart Pirita
2018-Nov-03 10:12 UTC
Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
Hi, Noticed with latest v2.3.3 some new warning in logs, for example: dovecot: auth: Warning: Event 0x80a6fc0 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: Event 0x80aa1c8 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: Event 0x80aa718 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: Event 0x80adac0 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: Event 0x80b6c38 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: Event 0x80c0e00 leaked (parent=(nil)): auth-client-connection.c:338: 1 Time(s) dovecot: auth: Warning: auth client 0 disconnected with 1 pending requests: EOF: 12 Time(s) What are they? -- Mart
Aki Tuomi
2018-Nov-03 12:24 UTC
Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 03 November 2018 at 12:12 Mart Pirita < <a href="mailto:sysadmin@e-positive.ee">sysadmin@e-positive.ee</a>> wrote: </div> <div> <br> </div> <div> <br> </div> <div> Hi, </div> <div> <br> </div> <div> <br> </div> <div> Noticed with latest v2.3.3 some new warning in logs, for example: </div> <div> <br> </div> <div> dovecot: auth: Warning: Event 0x80a6fc0 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: Event 0x80aa1c8 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: Event 0x80aa718 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: Event 0x80adac0 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: Event 0x80b6c38 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: Event 0x80c0e00 leaked (parent=(nil)): </div> <div> auth-client-connection.c:338: 1 Time(s) </div> <div> dovecot: auth: Warning: auth client 0 disconnected with 1 pending </div> <div> requests: EOF: 12 Time(s) </div> <div> <br> </div> <div> <br> </div> <div> What are they? </div> <div> <br> </div> <div> <br> </div> <div> -- </div> <div> Mart </div> </blockquote> <div> <br> </div> <div> Hi! It's harmless event leak. This is a known issue to us. </div> <div class="io-ox-signature"> --- <br>Aki Tuomi </div> </body> </html>
Apparently Analagous Threads
- Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
- Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
- Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
- Event 0x2b1a5f270bd0 leaked (parent=(nil)): auth-client-connection.c:338
- Limit IMAP/IMAPS listening IPs