Displaying 20 results from an estimated 500 matches similar to: "building 1.0beta8 with gcc 2.95"
2007 Mar 28
2
Multiple IP(or Host) listen in dovecot.conf.
Hi.
Does someone make update for `Multiple IP(or Host) listen in
dovecot.conf'?
I made trivial patch so.
But this patch doesn't solve `Support listening in multiple sockets'
in TODO. It appends only the capability as multiple listen in
dovecot.conf. So, `login_processes_count' becomes ambiguous.
In CASE1, login_processes_count = 2, forked imap-login processes are
8.
--
samples
2006 May 12
2
1.0beta8 won't start: Fatal: Protocol imaps given more than once
Greetings -
I've just built Dovecot 1.0beta8 and find it refuses to start. This under
Solaris 10 on an Intel-based Sun system. The error message Dovecot
displays (on standard error) in response to
/usr/local/sbin/dovecot
is
Fatal: Protocol imaps given more than once
I've checked through my configuration file and the only mention of "imaps"
is here:
# Protocols
2006 Jun 29
1
Problems getting past authentication using functional tests
Hi,
I''m having a problem getting past the authentication mechanism in rails
using my controller functional tests.
my functional tests look like this
def test_4
$stdout.puts ''TEST 4: cookies is '' + cookies.to_s
# :user => {:id => users(:testuser).id}
cookies[:user_id] = ''2222''
$stdout.puts ''1. cookies is ''
2006 Jan 27
1
gcc 2.95 compile errors
Timo,
This is what I get when I compile 1.0-beta2 with gcc 2.95.
It looks like I can then open my problem mbox even without your
mbox-sync patch.
It turns out I'd been using gcc 3.2.2 inadvertently, probably via some
sort of shell bug - I'd accidentally set an environment variable called
"PATH=/opt/RDGgcc3/bin:/usr/bin ..." and I guess some script had
mistaken it for the real
2006 Sep 20
1
DSpam mysql-plugin (was DSpam plugin)
After wrestling with Johannes's original plugin, I had a go at the mysql
plugin that Tim wrote, as described here:
http://members.plug.org.au/~linuxalien/dokuwiki/projects:dovecot-mysql-dspam-plugin
I kept getting "Error: imap dump-capability process killed with signal
11" when attempting to start dovecot with this plugin. I traced the
error to line 656 of master-settings.c in
2006 May 18
1
Building 1.0beta8 on Solaris
The following patch is needed on Solaris, because <sys/stat.h> has a
specific macro definition for struct stat. Without this patch the
prototype for nfs_safe_stat() changes between the inclusion of
nfs-workarounds.h and the definition of the function.
--
Matthieu Herrb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot_lib_nfs-workarounds_c.diff
2011 Apr 29
3
questions about cookies when bridging together two rails apps
Hey all,
I am looking through this example Rails app where a user session is
stored in cookie so user signs up in one rails app and navigates to
another while still being signed in as unique user. I come across this
line of code where I don''t understand where some of these methods are
coming from:
@session = Session.create!(:user => @user)
cookies[:session_token] = {:value
2019 Feb 19
0
freebsd log process problem
After version 2.2.32 we have an issue that occures randomly a couple
times per day, log process gets stuck at 100% CPU usage with message
dovecot: log(56027): Warning: Log connection fd 20 listen_fd 20 prefix
'imap: ' is sending input faster than we can write
It happens with several Dovecot version after 2.2.32 on FreeBSD 10.4 and
11.2-RELEASE. We tried 2.2.34, 2.3.2, 2.3.4
On the
2013 Jun 09
1
v2.2.2 (266101990d63) Core Dump
==> /var/log/dovecot/dovecot.log <==
Jun 9 09:58:26 spectre dovecot: lmtp: Fatal: master: service(lmtp): child 12635 killed with signal 11 (core dumped)
This is another segmentation fault introduced in the current code. Please also look into fixing the other Core Dump I reported:
http://www.dovecot.org/list/dovecot/2013-June/090795.html
(gdb) bt full
#0 0x00007f305d3df646 in
2003 Apr 15
1
PATCH allow_zero_gid option
Hey,
Well, that was easy :-) Patch against CVS follows:
Summary:
Created a boolean option allow_zero_gid, when set to yes it will allow
logins from users whose group id is zero. Tested with KMail 3.1.1 on
FreeBSD 4.8. I'm not sure if my method for passing the boolean via the
environment is correct, it looks a little on the ugly side.
Index: src/lib/restrict-access.c
2020 May 17
3
Problems with userdb and mail deliveribility
I briefly got some mails delivered, but not anymore.
Attached are dovecot-info.log, dovecot-debug.log,
dovecot.log, maillog, /etc/mail/passwd
smtpd.conf, vaddr, vusers, vdomains
Thanks for any help.
Chris Bennett
-------------- next part --------------
May 15 12:54:25 master: Error: service(config): pipe() failed: Too many open files
May 15 12:54:25 master: Error: service(auth): pipe() failed:
2007 Jul 25
2
Allowing tilde at start of mailbox names
In lib-storage/index/maildir/maildir-storage.c
maildir_is_valid_create_name() and maildir_is_valid_existing_name() the
following sequence of tests appear but I don't really understand why
if ((storage->flags & MAIL_STORAGE_FLAG_FULL_FS_ACCESS) != 0)
return TRUE;
if (*name == '~' || strchr(name, '/') != NULL)
return FALSE;
If MAIL_STORAGE_FLAG_FULL_FS_ACCESS is
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
Right,
Changes made to dovecot-2.0.5/src/lib-master/master-service.c
conn.listen_fd = l->fd;
conn.fd = net_accept(l->fd, &conn.remote_ip, &conn.remote_port);
i_error("conn.fd: %d",conn.fd);
i_error("l->fd: %d",l->fd);
i_error("&conn.remote_ip:
2006 May 12
1
About RH patches and 1.0beta8
Hi,
I just started building dovecot 1.0beta8 on RHEL4.3 based on atrpm.net
.spec file.
I noted that 3 patches are included in the .src.rpm and wanted to
discuss them.
I'm interested in knowing if those patches are relevant to all dovecot
users and
if they can be applied to dovecot.
From:
http://dl.atrpms.net/all/dovecot-1.0-0_10.99.beta7.el4.at.src.rpm
patch:
2006 May 16
4
WARNING[4033]: Avoided initial deadlock for 'Zap/63-1', 10 retries! ... + Kernel Panic!
Hi!
We have an Asterisk Bussines Edition ABE-A.1-6 on a PowerEdge 2850 with 4Gb
RAM. It was working 24/7 without any for a month, but for not related causes I
rebooted it a week ago. Yesterday the machine suddenly stop working, with a
kernel panic. We was watching logs, and found in /var/log/asterisk just
before the machine hung the messages posted avobe(is the first time we see
it).
Anyone
2006 May 13
1
--enable-debug in 1.0beta8
It looks like there is an error in calling check_nuls for DEBUG
In src/lib/ mempool-alloconly.c on line 85 you have
check_nuls(block->prev, 0), which I think it should be
check_nuls(block->prev);
Can some developer confirm that?
Thank you
[root]#./configure --prefix=/opt/dovecot --enable-debug
Install prefix ...................... : /opt/dovecot
File offsets
2006 May 15
1
more unexpected results from 0.99.13 -> 1.0beta8 upgrade
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Just to give some more information about this:
Apparently some of our POP3 users are saying that when they checked for
new mail this morning that all the mail that was saved on the server was
downloaded again as unread mail.
I followed the guidelines in the wiki [1] with regards to upgrading
from 0.99 to 1.0, made sure the .subscriptions and
2006 May 31
1
Dovecot 1.0beta8 dovecot-auth consumes 100% CPU time on Solaris 10 amd64
Hello. I hope someone out there can help with this. It is getting pretty urgent.
I am running a Solaris 10 server on Opteron (amd64) hardware and have compiled
Dovecot 1.0beta8 from source. It has openssl compiled in (after much mucking
around with various environment variables and modifying the Makefile), and was
built with:
$ ./configure --with-ldap --with-ssl-dir=/etc/ssl
$ make
# make
2012 Feb 16
1
CentOS on HP dm1-4033
JohnPage would like to create and maintain a page on installing linux on
the HP dm1-4033.
Others may have succeeded in installing linux on other models of the dm1,
this one has a different wireless card etc.
I propose to maintain a french version too.
Proposed locations:
http://wiki.centos.org/HowTos/Laptops/HP/Pavilion-dm1-4033
2009 Nov 10
2
v1.2.7 released
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz.sig
* IMAP: IDLE now sends "Still here" notifications to same user's
connections at the same time. This hopefully reduces power usage
of some mobile clients that use multiple IDLEing connections.
* IMAP: If imap_capability is set, show it in the login banner.
+ IMAP: