Displaying 3 results from an estimated 3 matches for "32457".
Did you mean:
324,7
2019 Nov 03
1
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
...not be a problem in qmail-lspawn/qmail-local as their code
has not been changed for years.
So there should have been a breaking change in Dovecot/Pigeonhole.
What follows is some more debugging from me.
The chain of processes that lead to dovecot-lda and sendmail execution look like this:
PID
32457 qmail-lspawn
6923 qmail-local
6924 sh -c vlelivermail
6925 sh -c preline /usr/local/bin/vpop-lda
6926 vpop-lda(perl script) -> deliver -> doveconf -> deliver
6927 grep
6928 pwd
6929 sendmail -> qmail-inject
6930 qmail-queue...
2017 Apr 19
6
CTDB problems
Hi,
This morning our CTDB managed cluster took a nosedive. We had member
machines with hung smbd tasks which causes them to reboot, and the
cluster did not come back up consistently. We eventually got it more or
less stable with two nodes out of the 3, but we're still seeing worrying
messages, eg we've just noticed:
2017/04/19 12:10:31.168891 [ 5417]: Vacuuming child process timed
2019 Nov 02
2
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
Hi,
I got this simple test Sieve config:
#############################################
# Sieve Filter
# Generated by Ingo (http://www.horde.org/apps/ingo/) (11/01/2019, 10:46:06 PM)
# Forwards
if true {
redirect "krustev at krustev.net";
}
# Forward Keep Action
if true {
keep;
stop;
}
#############################################
Which used to work fine with:
# 2.2.27