Displaying 20 results from an estimated 400 matches similar to: "syslog with PID"
2003 Sep 16
3
Compilation of 3.7p1 failed on IRIX (missing file)
Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file
openbsd-compat/inet_ntoa.h
is missing. It is possible to compile successfully using this file out of
version 3.6.1p2.
Heiko
Heiko Schlichting | Freie Universit?t Berlin
heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstra?e 32
Telefax +49 30
2008 Jul 23
1
\HasNoChildren versus \Noinferiors in ACL plugin and no CREATE permission
Hi,
using ACL plugin with dovecot 1.1.1 I expected that a Maildir was listed as
* LIST (\NoInferiors) "/" "Foldername"
if "create" (k) permission is not set in ACLs and there doesn't exists any
subfolders. But to my surprise, dovecot gives the following output:
* LIST (\HasNoChildren) "/" "Foldername"
Therefore the client (here:
2018 Jun 29
9
v2.3.2 released
https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig
v2.3.2 is mainly a bugfix release. It contains all the changes in v2.2.36, as well as a bunch of other fixes (mainly for v2.3-only bugs). Binary packages are already in https://repo.dovecot.org/
* old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while
opening
2018 Jun 29
9
v2.3.2 released
https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig
v2.3.2 is mainly a bugfix release. It contains all the changes in v2.2.36, as well as a bunch of other fixes (mainly for v2.3-only bugs). Binary packages are already in https://repo.dovecot.org/
* old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while
opening
2010 May 19
3
mail location filesystem noatime, nodiratime?
Will Dovecot be negatively impacted if I change my XFS mount options to
noatime,nodiratime?
Thanks.
--
Stan
2008 Oct 01
1
"dovecot: Maximum number of mail processes exceeded"
At noon, I often get "dovecot: Maximum number of mail processes
exceeded"
I'm at my wits end, which parameter needs to be increased further?
# 1.1.3: /usr/local/etc/dovecot.conf
protocols: imap imaps pop3s
ssl_cert_file: /etc/ssl/certs/postamt.pem
ssl_key_file: /etc/ssl/private/postamt.key
disable_plaintext_auth: no
version_ignore: yes
login_dir: /usr/local/var/run/dovecot/login
2008 Oct 03
3
Feature wish: "Virtual" POP3 folder with IMAP
Hallo,
is it possible to implement a "flat folder view" for POP3 users?
The problem is that POP3 only knows one folder: INBOX. Now, if a user logs
in via POP3, he won't see messages that live outside the INBOX folder - this
could be e.g. a *SPAM*-flagged message moved to another folder via
Sieve/LDA/other mechanism.
What about adding a feature `pop3_remap_folders` to virtually
2014 Jul 31
0
[PATCH 1/3] __progname is provided by libc
From: Thorsten Glaser <tg at mirbsd.de>
Rename local variable to tftpd_progname to avoid a clash with glibc
global symbols and work around Debian bug #519006 (Closes: #564052).
Signed-off-by: Ron Lee <ron at debian.org>
---
tftpd/tftpd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 88d2812..91f5ae1 100644
---
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org>
Hi,
I've just taken over maintaining the packages for this in Debian,
and we've been carrying a couple of patches for a while now that
really should have been forwarded since they're clearly not distro
specific. I added a third one to that yesterday to fix another
autoconf build 'race' seen when doing parallel builds.
Cheers,
Ron
2009 Oct 19
23
testing needed
Can someone find an OS where the attached program doesn't work? It
should print "success". So far tested for success: Linux 2.6, Solaris
10, FreeBSD 7.2, OpenBSD 4.2.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 1100 bytes
Desc: not available
URL:
2008 Feb 17
1
--disable-ipv6 does not work
Hi,
configure option "--disable-ipv6" does not work for me in version
1.1.beta16 (and earlier versions). The following patch fixed this problem
for me.
Heiko
============================================================
--- configure.in.org 2008-02-16 15:35:53.000000000 +0100
+++ configure.in 2008-02-17 01:30:21.675931789 +0100
@@ -23,8 +23,8 @@
AC_ARG_ENABLE(ipv6,
[ --enable-ipv6
2008 Jul 23
1
cosmetic: "userdb" checkpassword
Hi,
$ dovecot --build-options
Build options: ioloop=epoll notify=inotify
Mail storages: maildir
SQL drivers:
Passdb: checkpassword
Userdb: checkpassword prefetch
Isn't "checkpassword" misplaced in the userdb list?
For me it seems that USERDB_CHECKPASSWORD is only used in configure and for
printing the build-options. Additionally checkpassword protocol does
2010 Jan 22
1
Compilation error
Hi,
the latest revision of dovecot 1.1 tree (576020ceda60) produces errors
during compilation on Debian Lenny:
[...]
Making all in quota
make[4]: Entering directory `/scratch/heiko/dovecot/dovecot-1-1-576020ceda60/src/plugins/quota'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib-dict -I../../../src/lib-index
2008 Aug 13
1
RfE: use HOSTNAME environment variable in hostpid_init()
Hi,
All parts of dovecot except deliver uses the result of hostpid_init() in
src/lib/hostpid.c as a hostname which only asks gethostname().
deliver honours environment variable HOSTNAME in src/deliver/deliver.c:
getenv("HOSTNAME");
and uses the hostname of hostpid_init() as a fallback.
Wouldn't it be consequent to evaluate the environment variable HOSTNAME in
hostpid_init()
2008 Sep 06
1
ACL plugin: k permission and sub-subfolders
Hi,
I'm trying to disallow the creating of subfolders for some special folder
for all users. Using ACL plugin for this seems to work at first glance but
is not a full solution or is buggy as it allows the creation of
sub-subfolders.
I'm using the following ACL and namespace separator is "/":
$ cat folder
owner lrwstie
Note: no "k" permission
("k" =
2013 Mar 11
1
2.2rc2 core dump
Hi,
using dovecot 2.2rc2 I got core dumps during IMAP subscription change if
the CONTROL directory (specified in mail_location) does not exists.
userdb_mail: mbox:~/Test:INBOX=~/Test/heiko:INDEX=~/.imap/index:CONTROL=~/.imap/control
If ~/.imap/control does not exists, dovecot crashes. See below for log msg,
full backtrace and configuration.
Heiko
Heiko Schlichting Freie
2004 Oct 21
0
define more syslog flags
Define more syslog flags that are still ignored:
diff -uNr klibc-0.188/include/syslog.h udev-040/klibc-0.188/include/syslog.h
--- klibc-0.188/include/syslog.h 2003-11-23 14:46:23.000000000 -0700
+++ udev-040/klibc-0.188/include/syslog.h 2004-10-21 15:35:22.411495112 -0600
@@ -47,6 +47,14 @@
#define LOG_FACMASK 01770
#define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK
2018 Jul 04
0
v2.3.2 released
> v2.3.2 is mainly a bugfix release.
Please push a tag into the git repository.
Thanks,
Heiko
Heiko Schlichting Freie Universit?t Berlin
heiko.schlichting at fu-berlin.de Zentraleinrichtung f?r Datenverarbeitung
Telefon +49 30 838-54327 Fabeckstra?e 32
Telefax +49 30 838454327 14195 Berlin
-------------- next part --------------
A non-text attachment was
2016 Mar 28
2
Is it possible to extend log message?
Hello folks,
Is it possible to extend log message as large as PATH_MAX?
Current length of message format including file path is small against linux PATH_MAX, 4096.
diff --git a/log.c b/log.c
index ad12930..95df4a9 100644
--- a/log.c
+++ b/log.c
@@ -359,7 +359,7 @@ log_redirect_stderr_to(const char *logfile)
log_stderr_fd = fd;
}
-#define MSGBUFSIZ 1024
+#define MSGBUFSIZ 5192
void
2008 Feb 17
0
--without-linux-quota
Hi,
compiling dovecot 1.1.beta16 with configure option "--without-linux-quota"
failed in line 444 of quota-fs.c as _LINUX_QUOTA_VERSION is an unquoted
"no". Additionally using "--without-linux-quota" does not remove the quota
code from dovecot as I expected. This is not a problem to me but it would
be more clear if configure failed if