Displaying 20 results from an estimated 800 matches similar to: "Compilation of 3.7p1 failed on IRIX (missing file)"
2008 Jul 31
4
syslog with PID
Hi,
LOG_NDELAY is the only option for openlog() in dovecot 1.1.2.
Wouldn't be
LOG_NDELAY|LOG_PID as option parameter much more useful?
Without logging
the pid, it is impossible to match 'Disconnected' log entries and the
corresponding session start/login. Therefore I suggest to use
LOG_NDELAY|LOG_PID
in the options of i_set_failure_syslog() at all 6 occurrences which passes
it
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:
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
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 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
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 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" =
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()
2003 Sep 16
4
openbsd-compat/inet_ntoa.h missing from 3.7p1?
On IRIX 6.5:
cc -Wl,-woff,84 -Wl,-woff,85 -woff 1429 -O2
-I/opt/TWWfsw/tcpwrap/include -I. -I.. -I. -I./..
-I/opt/TWWfsw/libopenssl097s/include -I/opt/TWWfsw/zlib11s/include
-DHAVE_CONFIG_H -c inet_ntoa.c
cc-1035 cc: WARNING File = /usr/include/stdint.h, Line = 5
#error directive: This header file is to be used only for c99 mode
compilations
#error This header file is to be used
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
2009 Jan 09
1
[R 2.8.1 on AIX 5.3] WARNING: tiffio.h: present but cannot be (PR#13440)
Dear r-bugs,
With
AIX 5.3
and
OBJECT_MODE=64
CC="xlc -q64"
CXX="g++ -maix64"
and
./configure --without-iconv --enable-R-shlib
the following warning occurs:
configure: WARNING: tiffio.h: present but cannot be compiled
configure: WARNING: tiffio.h: check for missing prerequisite
headers?
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
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
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635
Summary: openssh-SNAP-20030903: configure does not work well with
heimdal(krb5)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
2003 Sep 16
1
Problems with 3.7p1 on IRIX 6.5
$ uname -R
6.5 6.5.19m
$ cc -v
MIPSpro Compilers: Version 7.4
$ sshd -p 8022
[client]$ ssh -p 8022 -v [host]
$ par -s -SS -i -p [pid]
...
12mS sshd(3664039): fork()
12mS sshd(3664039): END-fork() = 3639808
12mS sshd(3639808): END-fork() = 0
13mS sshd(3639808): close(5) OK
13mS sshd(3639808): getuid() = 0, euid=0
14mS