Displaying 20 results from an estimated 110 matches similar to: "Maildir or Mdbox and expunge messages."
2014 Jul 16
0
Resource Temporarily Unavailable on replicator-doveadm
We're running 2.2.13 on two servers with replication. Still trying to get
my replication tweaked correctly and I?m noticing a bunch of these errors
for the same users over and over again:
dsync-server(user at host.com): Error:
write(/var/run/dovecot/replicator-doveadm) failed: Resource temporarily
unavailable
The 5-7 that I see all have quite a number of individual mailboxes (20+),
I?m
2014 Oct 27
1
doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65
Running 2.2.15 on FreeBSD 10.0.
Forcing replication with: doveadm replicator replicate -f user at host.com
on one user that I've seen some syslogs show up to see what's going on.
Other users are fine.
When I run the above command on the one user it produces a core dump. See
below for syslog output and full backtrace:
syslog output:
Oct 26 22:44:09 d3cstorage dovecot: dsync-server(user
2013 Apr 02
1
LDAP: error with iterate_query
Hello.
Used 2.2.rc3.
Try LDAP search:
# ldapsearch -LLL -D "uid=dovecot,ou=Services,o=m" -b "ou=C,o=m" -w 1 -s
subtree "(objectClass=mailUser)" mail
dn: uid=test,dc=m.u,ou=C,o=m
mail: test at m.u
dn: uid=basov,dc=m.u,ou=C,o=m
mail: basov at m.u
mail: wow at m.u
dn: uid=postmaster,dc=m.u,ou=C,o=m
mail: postmaster at m.u
dn: uid=ogo,dc=rest.com,ou=C,o=m
mail: ogo
2009 Jan 19
0
Reject message if user is over quota. 2/3 solution for Postfix w/ PostgreSQL
Hi,
according to the both discussions in the last few days I've tried to
find a solution for Postfix with a PostgreSQL back-end.
Its working nice for regular recipient addresses like user at example.com
and addresses with an extension like user+foo at example.com.
Alias addresses are currently ignored.
* An alias may expand into multiple destinations. If one of this
destinations is
2009 Jan 21
1
How to interpret quota log entries?
Hi,
I've configured a global quota rule, with low limits for testing
purpose: quota_rule = *:storage=10M:messages=10
Why is the percentage value always 0?
What does 'enforcing' mean in this context? Is it not only relevant if
one uses fs-quota?
Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): Quota root: name=user backend=dict args=:proxy::quotadict
Jan 21 17:54:44 vh3 dovecot:
2013 Jan 16
1
dovecot-2.2.beta1: do not removes e-mail with enabled replication
Hello.
I'm created two installations of dovecot-2.2.beta1 with identical
config. Without replication each server works good. With replication
enabled every changes are replicated between these ones.
When I probe remove or move some email in another folder it is
disappears and reappears again and again in source folder and appears in
destination folder. Thus increasing number of letters like
2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
Hi Timo,
today I've started Dovecot v2.2.rc2 (976bf9e69367) for the first time.
/var/log/mail.log:
Mar 3 14:28:33 mail dovecot: master: Dovecot v2.2.rc2 (976bf9e69367) starting up
Mar 3 14:28:38 mail dovecot: master: Error: service(tcpwrap): command startup failed, throttling for 2 secs
Mar 3 14:28:38 mail dovecot: tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal
2009 Jan 15
3
1.1.9 release candidate
http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz
There are a couple of a bit larger changes, so would be nice if a few
people tested this on different setups before I released the final
v1.1.9.
Changes since v1.1.8:
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login
2016 Jan 18
0
Samba Hylafax PAM
Hai,
I dont have hylafax running atm, but can you check for the following.
/etc/pam.d/common-account/password/session .. etc. and pam_ldap
Look for any : minimum_uid=1000 if you see that, remove "minimum_uid=1000"
And whats the UID for user : hylafax
After the changes,
stop nslcd.
Restart samba
Restart hylafax
If needed reboot the server.
And check again.
This is the
2016 Jan 18
3
Samba Hylafax PAM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
I posted this also on hylafax list - maybe here is someone with a hint.
System: Debian Jessie, Hylafax-Server 6.0.6, pam 1.1.8, libpam-ldapd
0.9.4, nslcd 0.9.4 (all actual debian packets from stable),
sernet-samba-*-4.2.7-8
After a switch from OpenLDAP to a Samba 4.2 based LDAP Server, I cannot
auth users anymore in Hylafax, everything else
2016 Jan 26
2
Samba Hylafax PAM
O, try the following.
Test this first.
ldd /usr/sbin/hfaxd
if you getting libpam.so.. something, then hylafax is compiled with pam support.
Next,
apt-get install libpam-ldap ( just to be sure, i do believe you have installed it already )
create the file :
/etc/pam.d/hylafax
Add :
auth required pam_ldap.so
account required pam_ldap.so
2013 Mar 05
2
Ice Cast Limited to 1019 connections
Hi All,
I've got a strange problem with Centos 5.9 64bit running Ice Cast, soon as the server hit 1019 connections it dies. Set the fs-file-max to 65535 and added in hard & soft no files to 655535 yet still not joy. (Ice Cast listeners are set to over 5K connections)
Has anyone come across this problem?
Kind Regards,
Mike
2023 Jun 13
0
Upssched 100% CPU after updating Debian 12
So... determining that FD is to be reaped proved hard. Internet lore
suggests fcntl() and poll() on the FD, but it just seems valid to them. The
errno is also usually not raised (once I saw a "111: Connection refused"
though).
So the best dumb idea so far is to bail out if we spent the whole loop (128
attempts) and only got zero-sized read replies and no errors.
2023 Jun 13
0
Upssched 100% CPU after updating Debian 12
So... determining that FD is to be reaped proved hard. Internet lore
suggests fcntl() and poll() on the FD, but it just seems valid to them. The
errno is also usually not raised (once I saw a "111: Connection refused"
though).
So the best dumb idea so far is to bail out if we spent the whole loop (128
attempts) and only got zero-sized read replies and no errors.
2011 Mar 26
1
Help with Aiptek PowerWalker VFI 1000 LCD and Konig CMP1200
Hello,
I have just installed nut_2.6.0 from Debian testing, do anyone know the
correct driver for this ups? The blazer_usb don't report
battery-charge, the bundled software report charge and runtime.
root at pluto<~>upsc powerwalker
battery.voltage: 40.86
battery.voltage.nominal: 36.0
beeper.status: enabled
device.mfr:
device.model: HV 1K
device.type: ups
driver.name: blazer_usb
2005 Dec 01
3
Saving files with MS Word to samba3 server is very slow!
Hi!
I'm currently hunting a strange problem and looking for help!
I have a samba3 fileserver (currently samba-3.0.20b, but problem can
be reproduced with samba-3.0.7, but _not_ with samba2 like 2.2.8a),
and I see performance problems when writing files with MS word 2002 SP3
from a NT4.0 (SP6a) workstation. Saving even the smallest file takes more
than 10 seconds! Copying files with Windows
2010 Jul 07
2
Bug#588310: Xen enabled kernel cannot find the / partition
Package: xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64
Version: 3.4.3-1 and 2.6.32-15
Hello all,
GRUB-PC does not automatically populate Xen related parameters in
/boot/grub/grub.cfg so I added them manually (see below). All the
packages involved on my Dell PowerEdge R710 running Debian GNU/Linux
Squeeze AMD64 are from the Squeeze repository. There are four (4) 1TB
SATA HDD
2023 Jun 13
3
Upssched 100% CPU after updating Debian 12
After launching the command several times, with debug (posted by new code
in a new branch for the investigation) confirming that the same daemon
handles operations from the new client instances, its strace now has
numerous FDs to report after select() - so I guess it is a problem of
detecting an exit of the counterpart.
0.000000 [D2] parse_at: is 'heartbeat at localhost' in AT
2023 Jun 13
3
Upssched 100% CPU after updating Debian 12
After launching the command several times, with debug (posted by new code
in a new branch for the investigation) confirming that the same daemon
handles operations from the new client instances, its strace now has
numerous FDs to report after select() - so I guess it is a problem of
detecting an exit of the counterpart.
0.000000 [D2] parse_at: is 'heartbeat at localhost' in AT
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
Hi,
Great work Jim! I?m glad you could reproduce the problem and found a potential culprit.
Just for my own interest I restored upsshed from my backups (version 2.7.4-13) and it seems to running ok, so no big runtime changes regarding that with Debian 12. It is not hogging CPU. From the daemon log the heartbeat seems to be working ok. Only difference between the old logs (pre Debian 12 update)