Cyrus LMTP Delivery Error

2020-05-27 Thread Infraestructura TIC - UNNOBA

Hello!


After last upgrade of Cyrus (3.2.0-5 on Debian Bullseye), I started to 
see errors in Exim4 mainlog:


2020-05-27 00:34:27 1jdmpm-000vHV-4S == te...@charne.net R=cyrus_user 
T=cyrus_delivery defer (-1): *LMTP connection closed after end of data*


Mail is delivered, but still remains in queue.


And, in cyrus log:

cyrus/master[164861]: process type:SERVICE name:lmtpunix 
path:/usr/lib/cyrus/bin/lmtpd age:11025.520s pid:217212 *signaled to 
death by signal 6 (Aborted)**

*


And, in Cyrus status there's a error when try to access sieve, because 
path are duplicated:


cyrus/lmtpunix[3132]: IOERROR: *unable to open 
/var/spool/sieve/t/tecno//var/spool/sieve/t/tecno/ingo.script *for 
reading: No such file or directory



Can anyone help me, please?



ii  cyrus-admin 3.2.0-5    amd64    Cyrus mail 
system - administration tools
ii  cyrus-clients 3.2.0-5    amd64    Cyrus mail 
system - test clients
ii  cyrus-common 3.2.0-5    amd64    Cyrus mail 
system - common files
ii  cyrus-doc 3.2.0-5    all  Cyrus mail 
system - documentation files
ii  cyrus-imapd 3.2.0-5    amd64    Cyrus mail 
system - IMAP support
ii  cyrus-murder 3.2.0-5    amd64    Cyrus mail 
system - proxies and aggregator
ii  cyrus-pop3d 3.2.0-5    amd64    Cyrus mail 
system - POP3 support
ii  cyrus-replication 3.2.0-5    amd64    Cyrus 
mail system - replication
ii  libcyrus-imap-perl:amd64 3.2.0-5    amd64    
Interface to Cyrus imap client imclient library



Thanks in advance!


Javier.-

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Cyrus LMTP Delivery Error

2020-05-28 Thread David Faller
Dear all, we’re running into the same issue after upgrade cyrus to 
3.2.0-5~bpo10+1

We had try to downgrade cyrus but after this we got kernel issues which prevent 
thunderbird connections.

May 28 15:43:26 CGSG cyrus/master[2136]: process type:SERVICE name:lmtpchroot 
path:/usr/lib/cyrus/bin/lmtpd age:0.057s pid:2694 signaled to death by signal 6 
(Aborted)
May 28 15:43:26 CGSG postfix/lmtp[2693]: 446EEDE17EF: 
to=, 
relay=groupware.uc-central.net[/local/socket/lmtp], delay=4.2, 
delays=4.1/0.01/0.02/0.04, dsn=4.4.2, status=deferred (lost connection with 
groupware.uc-central.net[/local/socket/lmtp] while sending end of data -- 
message may be sent more than once)

Best Regards

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Cyrus LMTP Delivery Error

2020-05-28 Thread David Faller
Thanks for your solution, could you provide detailed which line did you change?

under imap/lmptd.c or lmtpd.h which line did you adjust?

Best Regards,
David Faller

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Cyrus LMTP Delivery Error

2020-05-28 Thread David Faller
Thanks for your answer, but with self build lmtpd I got this error by trying to 
receive mails:

May 28 19:28:23 CGSG postfix/lmtp[1514]: AAC857E0037: 
to=mailto:j...@company-group.net>>, 
relay=groupware.uc-central.net[/local/socket/lmtp], delay=3.2, 
delays=3.1/0.01/0.05/0, dsn=4.4.2, status=deferred (lost connection with 
groupware.uc-central.net[/local/socket/lmtp] while receiving the initial server 
greeting)

☹


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Cyrus LMTP Delivery Error

2020-05-28 Thread Infraestructura TIC - UNNOBA

Finally, I downloaded source from

https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.0/cyrus-imapd-3.2.0.tar.gz

untar into /usr/src
installed dependencies  (pkg-config, libsasl2-dev, libicu-dev, 
libjansson-dev, libssl-dev, bison, flex...)


edit /usr/src/cyrus-imapd-3.2.0/imap/lmtpd
and change the first line for

ec LMTP_OK,
   "250 2.1.5 Ok SESSIONID=<*%s*>"

./configure
./make

and

mv /usr/lib/cyrus/bin/lmtpd /usr/lib/cyrus/bin/lmtpd.old
ln -s /usr/src/cyrus-imapd-3.2.0/imap/lmtpd /usr/lib/cyrus/bin/lmtpd


And now, it's working until upgraded Debian package 3.2.1 is delivered.


Thanks!



El 28/5/20 a las 10:58, David Faller escribió:


Dear all, we’re running into the same issue after upgrade cyrus to 
3.2.0-5~bpo10+1


We had try to downgrade cyrus but after this we got kernel issues 
which prevent thunderbird connections.


May 28 15:43:26 CGSG cyrus/master[2136]: process type:SERVICE 
name:lmtpchroot path:/usr/lib/cyrus/bin/lmtpd age:0.057s pid:2694 
signaled to death by signal 6 (Aborted)


May 28 15:43:26 CGSG postfix/lmtp[2693]: 446EEDE17EF: 
to=, 
relay=groupware.uc-central.net[/local/socket/lmtp], delay=4.2, 
delays=4.1/0.01/0.02/0.04, dsn=4.4.2, status=deferred (lost connection 
with groupware.uc-central.net[/local/socket/lmtp] while sending end of 
data -- message may be sent more than once)


Best Regards



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus




Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Cyrus LMTP Delivery Error

2020-05-28 Thread Infraestructura TIC - UNNOBA
Hello, David.
The code is in imap/lmtp_err..et, according to this bug report:

https://github.com/cyrusimap/cyrus-imapd/issues/3035

Good luck!

Javier.-



El 28/5/20 a las 13:20, David Faller escribió:
>
> Thanks for your solution, could you provide detailed which line did
> you change?
>
> under imap/lmptd.c or lmtpd.h which line did you adjust?
>
>  
>
> Best Regards,
>
> David Faller
>


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus