Re: [exim] Connection timed out errors

2023-02-01 Thread Jeremy Harris via Exim-users
On 01/02/2023 22:53, MRob via Exim-users wrote: Sorry, maybe I wrote it wrong: question is more to inquire if Exim checking any internal flags or status that make it different from use "telnet [host] 25" on command line. I dont understand why I could telnet-by-hand with immediate successful

Re: [exim] Connection timed out errors

2023-02-01 Thread MRob via Exim-users
On 2023-02-01 22:32, Jeremy Harris via Exim-users wrote: On 01/02/2023 22:02, MRob via Exim-users wrote: How to find why exim thinks it is timing out? Exim thinks the connection timed out because it sets an alarm before calling the syscall "connect" - and that timer went off. Also, maybe

Re: [exim] Connection timed out errors

2023-02-01 Thread MRob via Exim-users
On 2023-02-01 22:32, Jeremy Harris via Exim-users wrote: On 01/02/2023 22:02, MRob via Exim-users wrote: How to find why exim thinks it is timing out? Exim thinks the connection timed out because it sets an alarm before calling the syscall "connect" - and that timer went off. Sorry, maybe I

Re: [exim] Connection timed out errors

2023-02-01 Thread Jeremy Harris via Exim-users
On 01/02/2023 22:02, MRob via Exim-users wrote: How to find why exim thinks it is timing out? Exim thinks the connection timed out because it sets an alarm before calling the syscall "connect" - and that timer went off. -- Cheers, Jeremy -- ## List details at

[exim] Connection timed out errors

2023-02-01 Thread MRob via Exim-users
Can anyone suggest a tips how to diagnose suddenly getting some percentage of connections to other servers "timed out" but the network is ok 1) tail exim main log for something like: H=mail.example.net [1.2.3.4]:25 Connection timed out 2) manual telnet to 1.2.3.4 port 25 and see connection is

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Andreas Metzler via Exim-users
On 2023-02-01 Gary Stainburn via Exim-users wrote: > Hi folks. > I'm setting up Dovecot and local user accounts on an existing Centos 7 + > EXIM install. [...] > However, when I try authenticate as a user, the following errors get logged: > 2023-02-01 12:50:11 dovecot_login authenticator failed

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Odhiambo Washington via Exim-users
On Wed, Feb 1, 2023 at 7:12 PM Slavko via Exim-users wrote: > Dňa 1. februára 2023 13:39:26 UTC používateľ nb via Exim-users < > exim-users@exim.org> napísal: > > >I think it should be: > >srw-rw dovecot > > being the group that exim user runs under. > > Or simple 666 rights, if one

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Slavko via Exim-users
Dňa 1. februára 2023 13:39:26 UTC používateľ nb via Exim-users napísal: >I think it should be: >srw-rw dovecot > being the group that exim user runs under. Or simple 666 rights, if one need access (auth) from multiple daemons. It depends, of course, on particular environment...

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread nb via Exim-users
Le 2023-02-01 13:02, Gary Stainburn via Exim-users a écrit : > > [root@vps2 exim]# ll /var/run/dovecot/auth-client > srw---. 1 dovecot root 0 Feb  1 11:47 /var/run/dovecot/auth-client I think it should be: srw-rw dovecot being the group that exim user runs under. -- ## List

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Heiko Schlittermann via Exim-users
Hi, I may be totally wrong, but… Gary Stainburn via Exim-users (Mi 01 Feb 2023 14:02:06 CET): >   driver = dovecot >   public_name = LOGIN >   server_socket = /var/run/dovecot/auth-client >   server_set_id = $auth1 > > dovecot_plain: >   driver = dovecot >   public_name = PLAIN >  

Re: [exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Jeremy Harris via Exim-users
On 01/02/2023 13:26, Heiko Schlittermann via Exim-users wrote: Sure about $auth1? Isn'tit $auth2 in case of the PLAIN driver? Not for the dovecot driver (only for the plaintext driver). $auth1 is correct, here, -- Cheers, Jeremy -- ## List details at

[exim] New install EXIM + Dovecot - auth permission error

2023-02-01 Thread Gary Stainburn via Exim-users
Hi folks. I'm setting up Dovecot and local user accounts on an existing Centos 7 + EXIM install. I've added authentication for the local users as: dovecot_login:   driver = dovecot   public_name = LOGIN   server_socket = /var/run/dovecot/auth-client   server_set_id = $auth1 dovecot_plain:  

Re: [exim] FreeBSD: Moving from BDB5 to BDB18

2023-02-01 Thread Odhiambo Washington via Exim-users
On Tue, Jan 31, 2023 at 6:20 PM Jeremy Harris via Exim-users < exim-users@exim.org> wrote: > On 31/01/2023 14:38, Odhiambo Washington via Exim-users wrote: > > What changes do I need to make in Local/Makefile to achieve this? > > For TDB: > > USE_TDB = y > DBMLIB = -ltdb > > For gdbm: > >