similar to: dovecot-1.2 changeset: 9238:1eb00fd62d1c causes a compiler warning

Displaying 20 results from an estimated 900 matches similar to: "dovecot-1.2 changeset: 9238:1eb00fd62d1c causes a compiler warning"

2016 Jul 02
5
kqueue crash on FreeBSD with 2.2.25
> On 1 Jul, 2016, at 10:52, Timo Sirainen <tss at iki.fi> wrote: > > On 01 Jul 2016, at 19:39, Adam Weinberger <adamw at adamw.org> wrote: >> >> Hi, >> >> 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago. >> >> I
2009 Jun 13
1
Dovecot v1.2.rc5 dbox file permissions
Hi Timo, I've just setup Dovecot v1.2.rc5 and switched the mailbox format of one account to dbox. Therefor I've created an empty directory, called dbox, with access mode 0700, like the user's home directory. After the IMAP login with Thunderbird some dboxes was created. All permissions were set fine (0700 / 0600), except the permissions for the files: *
2009 Jul 12
1
How to create managesieve core dumps
I've found this in my dovecot.log: ,--[ /path/to/dovecot.log ]-- | Jul 11 01:44:29 dovecot: Info: Dovecot v1.2.1 starting up | ... | Jul 11 01:50:21 auth(default): Info: client in: AUTH 1 PLAIN service=sieve lip=192.168.111.222 rip=192.168.111.122 lport=12000 rport=35084 resp=<hidden> | Jul 11 01:50:21 auth(default): Info: sql(j.doe at
2016 Jul 27
2
Dovecot v2.2.25 crashed on startup in Mac OSX
I built from dovecot-2.2.25.tar.gz on Mac OSX 10.11.15 (El Capitan) the usual way: CFLAGS=-I/usr/local/ssl/include LDFLAGS=-L/usr/local/ssl/lib ./configure make sudo make install sudo /usr/local/sbin/dovecot It consistently crash on startup with the following entries in /var/log/mail.log (edited backtrace): Jul 27 07:39:26 macbook-pro dovecot[70234]: master: Dovecot v2.2.25
2009 Sep 08
2
[PATCH node] Add support for automatic remote logging on PXE ovirt-node
From: root <root at chappy.(none)> Use ovirt-config-logging in /etc/init.d/ovirt --- scripts/ovirt | 19 ++++--------------- scripts/ovirt-config-logging | 2 +- scripts/ovirt-functions | 4 ++++ 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/scripts/ovirt b/scripts/ovirt index 4ff03f2..0c5e3be 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@
2016 Jul 04
3
kqueue crash on FreeBSD with 2.2.25
On 16-07-03 03:30:36, Timo Sirainen wrote: > On 02 Jul 2016, at 03:30, Adam Weinberger <adamw at adamw.org> wrote: > > > >>> Jul 1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor > >>> > >>> It's not dumping core, and I get the message even with "protocols =" > >>> >
2009 Jun 13
0
dovecot-1.2-managesieve sieve_dir permissions
Hi Stephan, I've compiled the latest managesieve code from Sun May 17th 2009. ManageSieve had created the sieve directory with 0770 permissions, but the user's home directory has only 0700 permissions. With dovecot-1.{0,1}-managesieve the permissions was set properly. Regards, Pascal -- The trapper recommends today: cafebabe.0916419 at localdomain.org
2010 Mar 18
1
RTFM: Manual pages for Dovecot v2.0
Hello Dovecot admins. I've started writing manual pages for Dovecot v2.0. I'm sure they are not perfect yet. I'd like to ask you all to read the manual pages. It would be nice to get some ideas/suggestions/improvements. So that that the Dovecot v2.0.0 release could be distributed with /fine manuals/. The manual pages are available at: http://wiki2.dovecot.org/ManPages This is also
2015 May 10
0
Xi broken
On 05/10/2015 04:01 PM, Thomas Leuxner wrote: > ... Not sure how it is supposed to interact with the file /etc/default/dovecot and its ALLOW_COREDUMPS=1 variable, but one needs to explicitly add LimitCORE=infinity in the 'Service' section (until someone with more systemd foo fixes it): > The attached patch could solve the problem. Regards, Pascal -- The trapper recommends today:
2018 Dec 04
3
Dovecot 2.3.4 crash
A full example with dovecot debug symbols activated (note since I have activate valgrind, no more segfault it?s normal I presume ): Dec 4 12:09:40 dovecot: auth-worker: Error: ==3071== Invalid read of size 8 Dec 4 12:09:40 dovecot: auth-worker: Error: ==3053== Invalid read of size 8 Dec 4 12:09:40 dovecot: auth-worker: Error: ==3057== Invalid read of size 8 Dec 4 12:09:40 dovecot:
2018 Dec 03
3
Dovecot 2.3.4 crash
On 2 Dec 2018, at 22.22, Guillaume via dovecot <dovecot at dovecot.org> wrote: > > I also have this kind of segfault since the update : > > Dec 2 21:12:11 xxxxxxx dovecot: auth-worker: Error: *** Error in `dovecot/auth': double free or corruption (fasttop): 0x000055573bb99f70 Is this easy to reproduce? Can you try with valgrind? It will slow down the logins a bit though.
2009 Jul 25
1
configure performs checks for not needed sasl headers
Hi, I'm always surprised when I see output from configure like checking for really_not_needed.h... no The configure script is always 'checking sasl.h usability' even when the --without-ldap option was specified. The attached patch checks the presence of sasl.h / sasl/sasl.h only when using the --with-ldap option && all required LDAP headers and libs are available. Regards,
2016 Jul 01
2
kqueue crash on FreeBSD with 2.2.25
Hi, 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago. I get: Jul 1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor It's not dumping core, and I get the message even with "protocols =" Downgrading back to 2.2.24
2009 Jun 14
1
v1.2.rc5 imap ignores configuration reloads
Hi Timo, after changing the mail_executable in the imap {?} section I have to restart Dovecot v1.2.rc5, otherwise the changes are not accepted. With Dovecot v1.1.x (tested with v1.1.11 and v1.1.16) it's enough to send a SIGHUP to the dovecot process. Regards, Pascal -- The trapper recommends today: c01dcofe.0916521 at localdomain.org
2006 Aug 30
0
[long message] problem with imap authentication process
Hi guys, this is my first message in list. i've installed dovecot 1 RC 7 from sources and set it up with postfix as a pop3 mail server: all worked perfectly. Now i would like to set up a local web mail interface; most web mails (eg horde,squirrelMail) use imap to get mail; so i've to set up dovecot imap server. I've set up imap settings in config file and added imap to protocols (i
2009 Jun 04
1
[PATCH node] Hostname is now properly persisted between reboots. rhbz#504166
The o-c-hostname script now checks to see if local storage has been configured. If it has not then the script exits with an error. Otherwise, after the user enters a hostname, the /etc/script/network file is persisted. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-hostname | 13 ++++++++++--- scripts/ovirt-functions | 11 ++++++++++- 2 files
2003 Jul 16
2
Dovecot on Linux 2.6.0-test1-ac1
Hi all For various reasons I was looking into 2.6, so I installed a copy on my desktop. Everything works fine, except for dovecot - errors such as this appeared in the syslog: Jul 15 14:41:09 typhaon dovecot: Dovecot starting up Jul 15 14:41:12 typhaon imap-login: setuid(113) failed: Resource temporarily unavailable Jul 15 14:41:12 typhaon dovecot: Login process died too early - shutting down I
2020 Oct 15
2
how to set smtp-client -> submission_relay_host for IPv4 only?
On 10/15/20 2:02 PM, jeremy ardley wrote: >> how/where do I configure (just) the dovecot smtp-client -> submission_relay_host to only connect IPv4? > > It appears your host has A and AAAA records in your DNS. The clients will try IPV6 first if they see an AAAA record. > > If you don't need IPV6 for your host remove the AAAA record. All connections will then only use
2012 Aug 13
2
[PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting
Sharing an installed copy of dovecot between several users each running a daemon within their own account (or using the same binaries for a system daemon and a user daemon) is difficult because the compile-time directory PKG_STATEDIR (typically /var/lib/dovecot) is hard-coded as the location of things like the ssl-parameters.dat file and the replicator database. Replace all these uses of
2009 Mar 24
2
Dbox Upgrade Problem With MAILBOXDIR
Hi. Trying to upgrade from Dovecot 1.1.11 to 1.1.13 but having a problem with imap process segfaulting. Backtrace is below. I presume it's related to these MAILBOXDIR changes but the only documentation is the single line in the news for changing to ":MAILBOXDIR=mailboxes" when using dbox. Current configuration is "mail_location = dbox:~/Mail" so what exactly should be