Displaying 20 results from an estimated 7000 matches similar to: "Port variable in LMTP userdb lookups?"
2008 Sep 10
4
Panic: IMAP: Trying to allocate 2273345672 bytes
Hi, we're running dovecot 1.1.2 (centos5 32-bit rpm from atrpms) havn't
had any real issues with it, but today it looks like an index has become
badly corrupted. We're seeing this in the logs every time we log in to a
particular account:
2008-09-10T11:56:07+01:00 mail8 dovecot: Panic: IMAP(xxx): Trying to
allocate 2273345672 bytes
2008-09-10T11:56:07+01:00 mail8 dovecot: IMAP(xxx):
2008 Jul 03
2
assertion failed: (seq >= t->first_new_seq && seq <= t->last_new_seq)
Hi guys,
Anyone know what this error with deliver is (v1.1.1)?
2008-07-03T09:45:19+01:00 mail4 deliver(alexander): Panic: file
mail-index-transaction.c: line 642 (mail_index_transaction_lookup):
assertion failed: (seq >= t->first_new_seq && seq <= t->last_new_seq)
Seen a few of these this morning.
Mark
--
Mark Zealey -- Shared Hosting Team Leader
Product Development *
2008 Jun 30
5
Poor pop3 over nfs performance
Hi,
About a week ago I upgraded our reasonably heavily loaded mail servers
from a pretty recent courier version to dovecot-1.1rc10. IMAP
performance on dovecot is amazing, however POP3 performance is worse
than courier :-( I have uploaded some munin graphs taken today to
http://linweb.atlas.pipex.net/dovecot/; the dovecot server is handling
about 2000 pop logins/sec and 300 imap sessions (but
2009 Feb 06
1
help: "dovecot: pipe() failed: Too many open files"
Dear All,
I'm having an intermittent problem, with dovecot slowing to a crawl.
Restarting dovecot fixes the problem.
Looking at the maillog, I see loads of these errors....
dovecot: pipe() failed: Too many open files
dovecot: Temporary failure in creating login processes, slowing down for now
dovecot: Created login processes successfully, unstalling
looking at the processes, I can see
2008 Sep 01
1
usernames with/without domain - my solution
My existing pop3/imap environment is courier imap + vpopmail + qmail with MySQL backend. I'm looking at migrating this to Dovecot.
Currently I have multiple instances of Courier bound to different loopback IPs (the IPs correspond with the virtual IPs on a server load balancer). When a user authenticates they don't have to specify a domain - if they don't, Courier will use a
2012 Jan 26
2
auth-worker temporary failures causing lmtp 500 rejection
Hi there,
I'm using dovecot 2.0.16 with a mysql user database. From time to time
when we have a big influx of messages (perhaps more than 30 concurrent
rcpt to:<> sessions at the same time so no auth-workers free?) or when
we have a transient issue connecting to the database server, we see the
message:
Jan 25 16:38:23 mailbox dovecot: auth-worker: sql(foo at bar.com,1.2.3.4):
2008 Nov 10
1
nfs_flush_fcntl failed: No locks available
Hi there,
I've been seeing this error in our logs quite frequently on our nfs
storage (v3):
2008-11-10T13:24:26+00:00 mail8 dovecot: IMAP(XXX at YYY.com):
nfs_flush_fcntl: fcntl(/var/spool/mail/XXX/Maildir/dovecot.index.cache,
F_RDLCK) failed: No locks available
Which is because we don't run lockd on our servers. Why is dovecot
trying to use fcntl() ? I explicitly set it to use dotlocks
2011 Dec 07
2
sql dict: commit failed: MySQL server has gone away
Following on from this thread:
http://www.dovecot.org/list/dovecot/2010-September/052704.html
<https://owa2010.webfusion.com/owa/redir.aspx?C=a447887e3d204944a8c766142df41453&URL=http%3a%2f%2fwww.dovecot.org%2flist%2fdovecot%2f2010-September%2f052704.html>
in 2.0.16 I am seeing the same issues. I believe this would be related
to some timeouts set on our mysql servers which are pretty
2008 Nov 11
2
Unbreakable NFS locking issues...
Hello All,
We are struggling to find a solution to a problem we are encountering
with a load-balanced email setup. Currently, we have a Coyote loadbalancer,
and 3 Postfix/Dovecot nodes that then get their information from a mysql
database. The problem is that after a couple weeks, we start seeing NFS
locking issues occur, which then takes email completely down, requiring a
site visit to
2023 Apr 01
1
[PATCH net-next v4 0/3] Add support for sockmap to vsock.
Bobby Eshleman wrote:
> We're testing usage of vsock as a way to redirect guest-local UDS
> requests to the host and this patch series greatly improves the
> performance of such a setup.
>
> Compared to copying packets via userspace, this improves throughput by
> 121% in basic testing.
>
> Tested as follows.
>
> Setup: guest unix dgram sender -> guest vsock
2008 Nov 20
1
%d in deliver
Hi there,
I run a system that has a lot of virtual users. We invoke deliver from
exim and pass the directory to deliver into using the HOME environment
variable, so deliver doesn't do any database lookups during the delivery
process. The exim pipe environment is described at
http://exim.org/exim-html-current/doc/html/spec_html/index.html#toc0239,
but basically I'd like to know the domain
2023 Aug 21
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On Mon, Aug 21, 2023 at 03:19:59PM +0200, Ralph Boehme wrote:
>On 8/21/23 11:53, Jones Syue ??? via samba wrote:
>>>OH - that's *really* interesting ! I wonder how it is
>>>changing the SMB3+ redirector to do this ?
>>
>>It looks like applications could do something and give a hint to SMB3+
>>redirector, so far not quite sure how to make it,
>>per
2023 Aug 21
2
Increase data length for SMB2 write and read requests for Windows 10 clients
Hello Jeremy,
> OH - that's *really* interesting ! I wonder how it is
> changing the SMB3+ redirector to do this ?
It looks like applications could do something and give a hint to SMB3+
redirector, so far not quite sure how to make it,
per process monitor (procmon) could show that write I/O size seems
could be pass from the application layers,
2023 Aug 22
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On 8/21/23 22:55, Jeremy Allison wrote:
> On Mon, Aug 21, 2023 at 03:19:59PM +0200, Ralph Boehme wrote:
>> On 8/21/23 11:53, Jones Syue ??? via samba wrote:
>>>> OH - that's *really* interesting ! I wonder how it is
>>>> changing the SMB3+ redirector to do this ?
>>>
>>> It looks like applications could do something and give a hint to SMB3+
2009 Aug 06
1
Dovecot deliver uidlist issues
Hi all,
Lets say I have a maildir which doesn't contain any dovecot files but
has some emails lying around in it. If I add a message to this mailbox
using deliver, dovecot creates the uidlist file with a single entry (the
message that was just delivered). When I then log in to the mailbox, all
the other messages are added into the uidlist file in the normal order
(directory list order I
2008 Dec 23
2
1.1.6 -> 1.1.7 regression: dovecot: pipe() failed: Too many open files
Hi all,
We updated to 1.1.7 a week or two back from 1.1.6 (both standard atrpms
builds). Since doing so, twice now I've seen the imap services accept
connections but they hang before the banner is printed (pop seems to be
unaffected). I see this in the logs:
Dec 23 14:02:15 mail9 dovecot: pipe() failed: Too many open files
Dec 23 14:02:15 mail9 dovecot: Temporary failure in creating login
2023 Aug 21
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On 8/21/23 11:53, Jones Syue ??? via samba wrote:
>> OH - that's *really* interesting ! I wonder how it is
>> changing the SMB3+ redirector to do this ?
>
> It looks like applications could do something and give a hint to SMB3+
> redirector, so far not quite sure how to make it,
> per process monitor (procmon) could show that write I/O size seems
> could be pass
2017 Oct 09
2
Linux vs. Windows SMB buffering
> The Linux client is asking for SMB1 and using 1MB write sizes.
>
> The Windows client is using SMB2 and *NOT ASKING FOR LEASES*.
>
> This is why the performance is terrible. Because the file
> as no lease, the Windows redirector must pass every single
> WriteFile() system call onto the wire, no matter how small
> the size.
>
> If you can get the Windows SMB2 client
2023 Aug 18
1
Increase data length for SMB2 write and read requests for Windows 10 clients
On Fri, Aug 18, 2023 at 04:25:28PM +0000, Jones Syue ??? wrote:
>Hello Ivan,
>
>'FastCopy' has an option to revise max I/O size and works for SMB :)
>it is a tool for file transferring and could be installed to win10,
>download here: https://fastcopy.jp/
>
>This is an example for writing, a job would write a file named '1GB.img'
>from a local disk
2017 Oct 06
2
Linux vs. Windows SMB buffering
>
>
> Does the wireshark trace show the Windows client asking for and
> getting a RWH lease under SMB2 ? If so, then there's no reason
> it can't be caching the entire file locally. Seems strange
> behaviour from the Windows redirector here.
>
I have uploaded the Linux packet capture here (14MB):
https://drive.google.com/open?id=0B6UHr3GQEkQwWXJ1NjVwMkJXOEU
Also,