Displaying 20 results from an estimated 7000 matches similar to: "pop/imap login logging only username part of full email address"
2007 Mar 16
1
corrupted transaction log error resulting in multiple deliveries
I'm finally picking my dovecot project back up now, and after upgrading
rc19 to rc27, I sent a test message to an existing account which
resulted in log entries like these:
Mar 16 08:45:37 node7 deliver(user at example.com): Corrupted transaction
log file /var/indexes/example/com/u/us/user/.INBOX/dovecot.index.log:
Append with UID 3, but next_uid = 15368
Mar 16 08:45:37 node7
2007 Jan 24
1
too many open files error when using quota plugin
With the quota plugin loaded (even with a quota value of 0), I get
errors like the following:
open(/var/mailstore/01/1a/301620/Maildir/cur/1169654988.P22440Q0M696852.<hostname
stripped>,S=4437552:2,Sbc) failed: Too many open files
To do this, I have a folder with about 700 messages and I tell
Thunderbird to run junkmail controls on it (fetches all messages).
Watching an strace on the
2002 Oct 19
3
SSH Documentation
Hello,
I'm trying to find very indepth documentation of OpenSSH, so far I have
found nothing of much use, if anyone could direct me to some advance texts
on openssh it would be greatly appreciated.
2005 Dec 09
0
RE: nodebytes and leafwords
hi kuhlen,
what you said is correct. i am talking about how
you are going to arrange these codewords into an
array, i.e. in the function _make_decode_table.
there he uses node bytes and leaf words for memory
management. i got a 24 bit platform. so if i assume
that max. codeword length that could be possible as
24 bits can i allocate a memory of (2 * used entries - 2),
to arrange the whole tree in
2010 Feb 01
0
[LLVMdev] Crash in PBQP register allocator
On Sun, 2010-01-31 at 13:28 +1100, Lang Hames wrote:
> Hi Sebastian,
>
> It boils down to this: The previous heuristic solver could return
> infinite cost solutions in some rare cases (despite finite-cost
> solutions existing). The new solver is still heuristic, but it should
> always return a finite cost solution if one exists. It does this by
> avoiding early reduction of
2010 Jan 31
2
[LLVMdev] Crash in PBQP register allocator
Hi Sebastian,
It boils down to this: The previous heuristic solver could return
infinite cost solutions in some rare cases (despite finite-cost
solutions existing). The new solver is still heuristic, but it should
always return a finite cost solution if one exists. It does this by
avoiding early reduction of infinite spill cost nodes via R1 or R2.
To illustrate why the early reductions can be a
2007 Apr 19
2
deliver failing to execute sendmail (sieve)
I have apparently done something to mess up my test installation, as
deliver's attempts to send messages now fail with the following error:
deliver(user at example.com): execv() failed: No such file or directory
In these cases, I have sieve rules trying to send messages. It had been
working though, and I've tried going through all the changes I made
yesterday (related to dictionary
2012 Sep 29
1
quota severe performace issue help
Dear gluster experts,
We have encountered a severe performance issue related to quota feature of
gluster.
My underlying fs is lvm with xfs format.
The problem is if quota is enabled the io performance is about 26MB/s but
with quota disabled the io performance is 216MB/s.
Any one known what's the problem? BTW I have reproduce it several times and
it is related to quota indeed.
Here's the
2007 Apr 16
2
keeping indexes in tmpfs
While doing some testing with converting accounts while simulating
incoming mail load (no other pop/imap processes going but 4 processes
converting users), we found that we were maxing out the local disk in
the server with the index activity. To find out that it was the index
activity, I mounted a tmpfs for dovecot to keep indexes on, and the
system load dropped from 70 to 3 :)
Anyway, Timo
2009 Apr 20
2
Echo Can Tail Length
Hi,
I've been trying to understand the documentation on the Speex echo
canceller, and unless I'm confused, I think there's a mistake
somewhere. The documentation on http://speex.org/docs/manual/speex-manual/node7.html#SECTION00740000000000000000
says, " The recommended tail length is approximately the third of
the room reverberation time". However, the Octave script
2004 Sep 16
2
Question about granulepos in packets
I've got a question about the granulepos in speex packets.
>From the speex manual (http://www.speex.org/manual2/node7.html#SECTION00073000000000000000):
>The third and subsequent packets each contain one or more (number found in header) Speex frames. These are identified with packetno starting from 2 and the granulepos is the number of the last sample encoded in that packet.
In
2008 Oct 22
3
logging IMAP username rather than UNIX username
Hi there
I'd like to change my setup to log the _actual_ IMAP user's login,
rather than the UNIX username. My system uses a virtual uid setup with
qmail, where the mailboxes are owned by the 'vmail' user and
authentication is via checkpassword using user%domain (ie email, just
with % instead of @). So dovecot is recording _all_ logins as:
imap-login: Login:
2007 Mar 16
1
BUG: Unexpected input from auth master:
deliver logs the error in the subject whenever the userdb lookup fails.
I had a query discrepancy between postfix and dovecot, so messages were
accepted that shouldn't have been, but I figured deliver should probably
handle that a bit more gracefully :)
2007 Apr 12
1
convert plugin created maildirfolder file in root maildir directory
I've noticed that if a user's maildir gets created by deliver or
pop/imap without the convert plugin running, the maildir structure is
fine (no maildirfolder file). But, if a user gets converted, there is a
maildirfolder file in the user's base maildir directory. As far as I can
tell, that doesn't cause any problems, but I just wanted to mention it.
I've looked at the code
2007 Jan 25
1
dict quota not being updated for all users when receiving a multi-recipient message
I've set up a mysql quota dictionary using the proxy setup as described
in the wiki (using Dovecot lda). When I send a single message to
multiple users, only the first recipient is getting their usage updated.
This behavior occurs if I manually send to more than one user via the
To: line, or via aliases set up in postfix. I do have
dovecot_destination_recipient_limit set to 1.
I
2007 May 30
1
frequent index rebuilds versus disabled indexes
Ok, here's the short and sweet version of my dilemma. I have a group of
servers mounting a shared NFS device to hold mail data for many
different domains. Is it worth the load balancing management nightmare
of setting up dedicating smtp, pop, and imap to one server (failing over
to another in the group if the server goes down) to keep indexes on
local disk? It's very tempting to just
2013 Sep 27
1
proxy: can I use the password returned from passdb to log in to the back-end?
I am hoping to support encrypted passwords, which I know is generally not
allowed in a proxy setup. However, I can return the password in clear-text
out of the password database, so I was hoping for something similar to the
destuser field.
I have successfully used the master password functionality to support
encrypted passwords (users impersonating themselves), as long as the
back-end server
2013 Apr 30
1
[PATCH] ssh: fix setting the username part
Right now, we'd always be setting a NULL username.
---
src/drives.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drives.c b/src/drives.c
index a13dd03..0e62ca8 100644
--- a/src/drives.c
+++ b/src/drives.c
@@ -1105,7 +1105,7 @@ guestfs___drive_source_qemu_param (guestfs_h *g, const struct drive_source *src)
CLEANUP_FREE char *username = NULL, *port = NULL;
2004 Dec 13
0
Looking for Full or Part time asterisk techs
We are currently looking for knowledgeable Asterisk system
technicians in the NJ area. Candidates MUST be competent,
qualified, and reliable. Must have deployed a few systems
and be very familiar with all aspects of installing and
configuring asterisk. The technician must be able to follow
instructions as well as, work independently on service
calls, installations, or as a member of a project
2014 Oct 04
1
how2 mount ntfs partition that is part of a full HD image file
I have a full disk image file (courtesy of ddrescue), and need to mount
one of its partitions. I suppose I should have just extracted the single
partition when I was using ddrescue, but right now I have the whole disk
instead, and no disk space left to re-do the extraction (in fact I won't
be able to use the system where I did it for several weeks, so I'd love
to be able to mount just the