similar to: failed: Stream is smaller than expected (0 < 5098)

Displaying 20 results from an estimated 7000 matches similar to: "failed: Stream is smaller than expected (0 < 5098)"

2018 Jun 15
0
failed: Stream is smaller than expected (0 < 5098)
On 15.06.2018 13:50, Vladimir Tiukhtin wrote: > Hi > > Looks like I have got in a situation with missing or corrupted > attachments. I am getting from time to time > > > lmtp(17147, user1 at example.com): Error: > read(attachments-connector(zlib(/var/spool/mail/example.com/user2/mail/storage/m.203))) > failed: >
2018 Mar 26
2
BUG: Unknown command in userdb socket: CPID?2625
Hi And why it is not working with that name? Do you have any document describing "special" names? Thanks Vladimir On 26/03/18 13:02, Aki Tuomi wrote: > > Dovecot has some special socket names, auth-userdb is one of those. > > Aki > > > On 26.03.2018 14:47, Vladimir Tiukhtin wrote: >> >> Hi >> >> What you have suggested works. >>
2018 Mar 26
2
BUG: Unknown command in userdb socket: CPID?2625
Hi What you have suggested works. service auth { ?? unix_listener /var/spool/postfix/private/auth { ???????? user = postfix ???????? group = postfix ???????? mode = 0600 ? } } This works as well: service auth { ?? unix_listener /var/run/dovecot/auth { ???????? owner = postfix ???????? group = postfix ???????? mode = 0600 ? } } And this works as well: service auth { ??
2018 Mar 26
3
BUG: Unknown command in userdb socket: CPID?2625
Hello Yes, please find my postfix config: smtpd_sasl_type = dovecot #smtpd_sasl_path = /var/run/dovecot/auth smtpd_sasl_path = /var/run/dovecot/auth-userdb smtpd_sasl_auth_enable = yes smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination As I mentioned if I remove minus from socket name everything works perfect. Thanks Vladimir On 26/03/18
2018 Mar 30
1
Replication fails with dsync-server(admin@asergis.com): Error: Couldn't create lock /home/admin/.dovecot-sync.lock: No such file or directory
Hello I have configured replication using dsync. It fails with a message Error: Couldn't create lock /home/admin/.dovecot-sync.lock: No such file or directory This directory predictably does not exist - all my users are supposed to be virtual.? I can not find an option to switch this off. At the same time if I try manual replication I get segfault error Mar 30 17:17:24
2018 Mar 25
2
BUG: Unknown command in userdb socket: CPID?2625
Hi guys. I am getting strange error: BUG: Unknown command in userdb socket: CPID?2625 I am using service auth? to authenticate users on postfix. *My OS*: # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31"
2018 Jun 08
2
outlook hangs using TLS
I have tested just now on outlook 2016 - same issue. TLS makes it hanged On 08/06/18 18:17, Jerry wrote: > On Fri, 8 Jun 2018 17:54:28 +0100, Vladimir Tiukhtin stated: > >> I am using dovecot 2.2.10 on CentOS 7 >> >> Any Outlook versions (2007, 2010, 2013...) hang if I tried to use TLS, >> it works if I switch in client TLS to SSL. Thunderbird works perfect >>
2018 Jun 08
2
outlook hangs using TLS
A vide se postovi i kategorije... to sam propustio... obrisacu... pa javljam.... Sent from my Samsung Galaxy smartphone. -------- Original message --------From: Jerry <jerry at seibercom.net> Date: 6/8/18 20:59 (GMT+01:00) To: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: outlook hangs using TLS On Fri, 8 Jun 2018 18:19:14 +0100, Vladimir Tiukhtin stated: >On
2018 Jun 08
2
outlook hangs using TLS
Hello I am using dovecot 2.2.10 on CentOS 7 Any Outlook versions (2007, 2010, 2013...) hang if I tried to use TLS, it works if I switch in client TLS to SSL. Thunderbird works perfect both scenarios Please find debug log mail dovecot[24287]: imap-login: Debug: SSL: where=0x10, ret=1: before/accept initialization [X.X.X.X] mail dovecot[24287]: imap-login: Debug: SSL: where=0x2001, ret=1:
2018 Jun 20
1
doveadm backup -A does not create user dirs
Hello doveadm backup -A mdbox:/tmp/test does not create per user folders, instead it tries to override same catalog again and again doveadm backup -A mdbox:/tmp/test/%u does not work as well Is there a solution for local backups? Thanks Vladimir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Mar 26
0
BUG: Unknown command in userdb socket: CPID?2625
Dovecot has some special socket names, auth-userdb is one of those. Aki On 26.03.2018 14:47, Vladimir Tiukhtin wrote: > > Hi > > What you have suggested works. > > service auth { > ?? unix_listener /var/spool/postfix/private/auth { > ???????? user = postfix > ???????? group = postfix > ???????? mode = 0600 > ? } > } > > This works as well: > >
2018 Mar 26
0
BUG: Unknown command in userdb socket: CPID?2625
Ah i see. try this: dovecot.conf: service auth { ?? unix_listener /var/spool/postfix/private/auth { ???????? owner = postfix ???????? group = postfix ???????? mode = 0600 ? } } postfix.conf: smtpd_sasl_path = private/auth Aki On 26.03.2018 11:25, Vladimir Tiukhtin wrote: > > Hello > > Yes, please find my postfix config: > > smtpd_sasl_type = dovecot > #smtpd_sasl_path =
2003 Mar 16
1
single rsync of large directory structure versus several smaller rsync's
Hello, I am working on a backup script using rsync and have a question. Rather than doing a single rsync of /home/ I have set my script up to loop over /etc/passwd and do a seperate rsync of each user home dir (/home/user1, /home/user2) etc. In the end, I should have the exact same backup either way. However I feel safest doing it as multiple rsyncs (one for each user). I am doing this
2018 Mar 26
0
BUG: Unknown command in userdb socket: CPID?2625
Did you tell postfix it's talking to dovecot? Aki On 25.03.2018 20:29, Vladimir Tiukhtin wrote: > > Hi guys. > > I am getting strange error: > > > BUG: Unknown command in userdb socket: CPID?2625 > > > I am using service auth? to authenticate users on postfix. > > *My OS*: > > # cat /etc/os-release > NAME="CentOS Linux" >
2005 Sep 30
1
recycle not working as I expected
I have the following in my configuration file and recycle is working for the share but - versions is working as I expected - touch does not seem to be changing the time on the files to show me when they were deleted - keeptree does not work when there are multiple users within a share and prevents the recycle from working in some cases. ---- if user1 deletes a file everything works fine. If
2012 Jul 31
2
zlib plugin maildir broken ?/ Cached message size smaller than expected
Hi Timo, by having errors like Cached message size smaller than expected and Maildir filename has wrong S value and Corrupted index cache file in dove 2.1.8 i can reproduce the problem with tb 14 with 2 nat machines connected to the same server the problem relates with create new folder then copy some uncompressed and compressed mail to it, the i.e open it by other client sometime this
2020 Jan 21
0
Cached message size smaller than expected
Hi, what dovecot version is this? This looks a lot like bug that was fixed in 2.2.25.5 Sami > On 21 Jan 2020, at 17.59, Asai <asai at globalchangemusic.org> wrote: > > Greetings, > > Can anyone help me to solve this problem? > > When doveadm sync is running nightly, we have a certain user's mailbox that will not properly sync and the logs give me this error
2020 Jan 21
2
Cached message size smaller than expected
Greetings, Can anyone help me to solve this problem? When doveadm sync is running nightly, we have a certain user's mailbox that will not properly sync and the logs give me this error (user private info redacted): Error: Mailbox USER/MAILBOX: UID=79: read(/vmail/domain.org/user/.MAILBOX/cur/1575914253.M611834P7822.triata4,S=41893,W=42718:2,Sc) failed: Cached message size smaller than
2015 Jan 07
0
Cached message size smaller than expected
Hi Since i upgraded to Dovecot 2.2.15 i start experiencing "Cached message size smaller than expected" errors that render a whole imap folder unusable as dovecot panics. I used Timo Sirainen maildir-size-fix.pl v1.1 script to try to fix the sizes but it does not seem to work trying to access the maildir produces this log in dovecot: Jan 07 19:34:13 imap(forumed at forumed.biz):
2015 Jun 13
3
idmap & migration to rfc2307
On 13/06/15 16:33, Jonathan Hunter wrote: > Hi buhorojo, > > I *think* I have a stable system for the moment... so thank you :-) > > On 13 June 2015 at 12:50, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> I now set in smb.conf: >>> >>> server services = -dns +winbind -winbindd >>> >>> I stopped samba, then removed