Displaying 20 results from an estimated 800 matches similar to: "imap quota makes the Alarm clock expire"
2015 Oct 26
2
MAPI Properties?
I'm using Dovceot/IMAP on Linux and Outlook clients on WIN7 workstations. Mail
on Linux is stored in Maildir format.
I'm searching for where Outook keeps its information on color categories in
IMAP. According to Diane Poremsky at slipstick.com, "Outlook stores it in the
mapi properties of each message. If you use MFCMAPI to viuw the messages, you'll
see the properties."
2009 Oct 13
3
Dovecot lock problem
Hi,
We have a few users experiencing locking problem. When starting
Thunderbird, there is no new emails in Inbox. Dovecot createa a lock file
/var/spool/mail/<user>.lock. It never completes openning Inbox. If closing
the mail client, the open imap session does not get closed, nor the lock
file get deleted.
Here are the errors in log:
dovecot: Oct 13 11:18:35 Warning: IMAP(user1): Our
2020 May 28
2
director -> POP3s/IMAPs -> mailbox host
Hello again,
I did a lot of trial and error already, but I can't seem to find a way
to encrypt my dovecot director to dovceot mailbox traffic.
Is there a way to configure dovecot director to only use ssl/tls
encrypted connections for specific tagged mailbox clusters? (or all
clusters, in fact does not matter if it could be restricted to tags)
Looks like there is also no documentation
2005 Dec 23
4
sshd blocks SIGALRM
Gidday everbody,
We have just found an interesting issue regarding the sshd daemon on our
SuSE system. For some reasons, the /usr/sbin/sshd process blocks SIGALRM as
shown in the /proc/pid/status:
$ cat /proc/`cat /var/run/sshd.init.pid`/status
Name: sshd
State: S (sleeping)
SleepAVG: 0%
[...]
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
SigBlk: 0000000000002000 <-- SIGALRM is
2005 Sep 08
1
Solaris NSS/winbind problem - large groups
Hello All,
It seems that 'getent group groupname' hangs on large groups for Solaris 8/9
running winbind. Currently running Samba 3.0.20 but also tried 3.0.10.
'ls -l' also hangs if listing a file created by a user who's primary group
is too large(such as Domain Users). Users can still access the files but
netbackups hang.
The problem I am experiencing is found in the
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Hi
I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on
MinGW. However, it stops complaining about that SIGALRM is undeclared:
--------------------------
@ /usr/local/build/llvm/mklib --tag=disable-shared --silent --tag=CXX
--mode=compile g++ -c -I/usr/local/build/llvm/lib/Support
-I/usr/local/src/llvm/lib/Support -I/usr/local/build/llvm/include
2011 Apr 12
1
Signal handling / alarm timeouts
What are the ramifications of setting up user signal handling to allow
the use of e.g. alarm(2) to send a SIGALRM to the R process at some
number of seconds in the future to e.g. interrupt a routine that is
taking too long to complete.
I can't find any R language support for this (e.g. a timeout argument
to tryCatch() would be ideal), so am wondering what kinds of problems
are to be expected
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Ultimately, this is another function that needs to go into lib/System. An
alternate approach is to fork a thread, sleep, and when the thread wakes up,
"ring the alarm".
Reid.
John Criswell wrote:
> Henrik Bach wrote:
>
>> Hi
>>
>> I'm compiling:
>> /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW.
>> However, it stops
2001 Nov 22
2
Add new user -> swat core dump
Hi there,
I have a problem when I try to create a new user with swat. I use binaries of
Samba 2.2.2 coming from www.samba.org, or from www.sunfreeware.com
on Solaris 2.6 and on 8. I compiled the sources and the result is the same.
When I click on "Add New User" (Server Password Management), I receive
a nearly blank page: I can only see the samba gif on top and the user is not
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Henrik Bach wrote:
> Hi
>
> I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp
> on MinGW. However, it stops complaining about that SIGALRM is undeclared:
Is there an alarm() syscall on MinGW? And if so, what signal does it
send (according to the MinGW docs)?
-- John T.
> --------------------------
> @ /usr/local/build/llvm/mklib
2011 May 29
2
nearly-tickless-tinc
Hi,
tinc has a fixed timeout of 1 second for select() in the main
loop. I think this could be improved. Do you think the following
patch goes into the right direction ?
I don't know whether pselect() is standard enough (works under
"current" linux, however I don't know about the other arches). Maybe
a config option is necessary.
It's probably possible
2013 May 08
1
ot: mirroring/archiving to a Mac?
I have Doveot 2.1.1 on Centos, all's well
user mails are kept for 60 days, then, 'aged off' (deleted)
a Mac user with two domains and two dozen users asked me:
can I set a mail server on my home Mac server, and, 'mirror' the real mail
server mailboxes so than I can have an offline mail archive for ever ?
I know very little about Macs, can I setup dovceot on Mac?
any
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
There's simply no equivalent to signals on Windows. There is no way to
asynchronously interrupt a thread's processing to execute some handler.
The only thing you can asynchronously do to a thread is kill it, and
that's generally frowned upon (who knows what critical sections it might
be holding, etc...).
Stuff like alarms is supposed to be done using the "event-driven"
2007 Mar 12
2
imap + unmounted home disk
dovecot 0.99 still (RHEL4), I'm sorry to say.
The config is for mbox's to live on the user's home disk.
If the user tries to make an imap connection when
his home disk is unmounted, various permission denied
messages are logged, as expected, but then the imap
process seems to hang around instead of aborting.
The result is that eventually the imap process
limit is reached, and even
2006 Mar 01
1
sshd blocking SIGALARM turns out to be due to tcpd
Ian Jackson:
> I recently encountered a bug where some ssh login sessions would
> apparently inherit a blocked SIGALRM. A web search showed up two
> relevant threads:
> http://lists.suse.com/archive/suse-linux-e/2005-Dec/2628.html
> http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=113533337923128&w=2
> et seq - but sadly no answers.
>
> Experimentation with
2002 May 01
3
scp 3.1p1 problem on Solaris
I have removed ANDIrand from my Solaris8 system and installed patch
112438-01 which provides native /dev/random and /dev/urandom devices.
Recompiled both openssl-0.9.6c and openssh-3.1p1, restarted sshd.
Now I seem unable to use scp, and connections to the local sshd appear
to be very slow.
$ scp php-4.2.0.tar.gz user at remote:/WWWserv/src
local at bastion's password:
php-4.2.0.tar.gz
2006 Jan 13
2
LoginGraceTime
Hello,
We've found some undesirable behavior with respect to LoginGraceTime. A
minor code change in session.c seems to clear it up, but now I'm asking
for help in better understanding the problem and determining if there
any unexpected side effects of the change.
First, the code change:
$ diff orig_session.c session.c
216c216,218
< alarm(0);
---
>
2018 Feb 19
2
Migration from 3.6.25-0ubuntu0.12.04.10 to 4.x with passdb backend = ldapsam
Migration from 3.6.25-0ubuntu0.12.04.10 to 4.x with passdb backend = ldapsam
Hi.
I tried to migrate my storage(smb) server to more newer version, but faced
with 'segfaults", after(in progress) client authenticating, when samba
tries to start a new smbd instance (as i understand). I saw client
authentication success, which interrupts in following places:
In case with
2018 Feb 20
2
Migration from 3.6.25-0ubuntu0.12.04.10 to 4.x with passdb backend = ldapsam
Sure.
```
[global]
workgroup = EXAMPLE
server string =
dns proxy = no
interfaces = eth0
bind interfaces only = yes
log file = /var/log/samba/log.%m
max log size = 1000
# new options
log level = 5
netbios name = FILES
#panic action = /usr/share/samba/panic-action %d
server role = STANDALONE SERVER
local master = no
security = user
encrypt passwords =
2008 Jan 28
1
Dovecot-auth crash
I wrote mail as different used few minutes ago... Here is better result
from strace.
23:56:00.390607 close(18) = 0
23:56:00.390792 open("/usr/lib/sasl2/libplain.la", O_RDONLY) = 18
23:56:00.390858 close(18) = 0
23:56:00.390904 open("/usr/lib/sasl2/libldapdb.la", O_RDONLY) = 18
23:56:00.390963 fstat64(18, {st_mode=S_IFREG|0644, st_size=848, ...}) =