Displaying 20 results from an estimated 1000 matches similar to: "compiling issue 1.2.6 - Solaris"
2012 Mar 06
3
bug uni_utf8_str_is_valid(vname)
Heya,
We are expiriencing issues with dovecot 2.1.1 on Linux with weird filenames in home directory of username. We are using mbox IMAP folders, with no special changes (mail_location = mbox:~/:INBOX=%h/.mailbox).
Mar 6 13:37:17 machine dovecot: imap(username): Panic: file mail-storage.c: line 628 (mailbox_alloc): assertion failed: (uni_utf8_str_is_valid(vname))
Mar 6 13:37:17 machine dovecot:
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
hi,
i can't compile managesieve-0.11.11 on Solaris 10 against Sieve 0.1.17
and Dovecot 1.2.13:
[...]
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/sfw/include -o managesieve-login client.o
client-authenticate.o managesieve-capability.o managesieve-proxy.o
cmd-noop.o
2014 Feb 19
1
ID command and dovecot
Heya,
we are seeing some strange issues with IMAP ID command using latest
Roundcube builds on dovecot 2.2.10 responding "Input buffer full, aborting".
Roundcube webmail connects to IMAP server and issues ID command first
with some long arguments to ID command, however shorter than 1024
octets, which are specified in RFC2971 for ID IMAP extension.
The situation is easily
2010 Mar 26
2
corrupted mbox
Heya,
we have two IMAP (UW-imap and dovecot) servers accessing the same mbox files for our users (don't ask why) and sometimes the UW-imap corrupts the mbox file. The mbox looks just like normal mbox except it does not have the proper 'From ' beginning of the file (usually there are some random tidbits in the begining of the file, which can be easily stripped to recover the working
2010 Sep 19
1
linking problems of dovecot 2.0.3
Hello,
I'm currently packaging dovecot 2.0.3 under Mandriva Linux. It has
been using LDFLAGS="-Wl,--as-needed -Wl,--no-undefined" for shared
libraries for over two years[1]. And I've found there are lots of
linking problems with dovecot 2.0.3.
After some investigation, I've made small patch regarding dovecot
2.0.3, posted here:
2009 Dec 21
1
qpopper to dovecot migration
Heya,
We are in the process of migrating from qpopper to dovecot as POP3 server (and IMAP as well) and we hit the UIDL issue with dovecot. Qpopper uses its own algorithm to create UIDL values and if you set it up to write them down in the mbox file as X-UIDL, then dovecot can use them (pop_uidl_reuse = yes).
But if you don't use that feature from qpopper, than X-UIDLs are missing and there
2006 Oct 12
1
proxy mode
Hello,
I've searched the documentation for IMAP/POP3 server with proxy feature,
but wiki says that this is not fully implemented yet, but wiki page
hasnt been updated for a while.
So is there any change since then?
Because we are looking for a solution to replace the perdition POP3/IMAP
proxy in front of the current UW-IMAP servers and we would really
appreciate this feature, since the
2009 Apr 17
1
UW-IMAP migration to namespaces
Hello,
I am trying to migrate existing UW-IMAP installation to dovecot 1.1.14
and I am having troubles with namespaces.
As you know UW-IMAP allows full system access to home directory of a
user and you can set up dovecot to do that as well, but I would like to
use namespaces.
If I set my namespaces like this:
namespace private {
separator = /
prefix =
inbox = yes
location =
2009 Jul 28
1
namespaces / list=no crash
Hey everyone,
I am trying to migrate old UW-IMAP setup to dovecot 1.2.2 using
namespaces as recommended for UW-IMAP backwards compatibility:
http://wiki.dovecot.org/Namespaces
I am trying to use these settings:
mail_location = mbox:~/:INBOX=~/.mailbox
# default namespace
namespace private {
separator = /
prefix =
inbox = yes
}
# for backwards compatibility:
namespace private {
2009 Apr 09
1
failed dovecot 1.2rc2 build Solaris 8, gcc 2.95.3
Hello,
I trying to build dovecot 1.2rc2 on ancient Solaris 8 with gcc 2.95.3
and it fails with:
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib
-I../../src/lib-settings -DSYSCONFDIR=\""/opt/dovecot/etc"\"
-DPKG_RUNDIR=\""/opt/dovecot/var/run/dovecot"\"
-DPKG_STATEDIR=\""/opt/dovecot/var/lib/dovecot"\"
2011 Apr 30
1
linking problems of dovecot 2.0.3
On Mon, 2010-09-20 at 16:10 +0100, Timo Sirainen wrote:
> > ./.libs/liblogin.a(client-common.o): In function `get_var_expand_table':
> > /tmp/dovecot/BUILD/dovecot-2.0.3/src/login-common/client-common.c:372:
> > undefined reference to `login_binary'
>
> The binary is expected to provide this symbol. This can't be fixed
> without a large API change. Maybe
2011 Mar 31
1
POP3 connection issue & SASL not compiled in
After I've configured dovecot for SSL according to the info given
in the link below:
? ?https://access.redhat.com/kb/docs/DOC-6671
(tried both POP3 & secure POP3 & got the same result)
I tested POP3 access from my unblocked (no firewall rule for outgoing)
broadband PC's Outlook to connect to the postfix/dovecot server & got
the following :
Tasks ? ? ? ? ? ? ? ?
2009 Aug 26
3
saslauthd
Hello,
I'm having trouble to get saslauthd running on a centos-5.3. I can't
autheticate via testsaslauthd. Here's what I do using a fresh /etc/sasldb2:
1) start saslauthd in debug mode: saslauthd -d -a shadow -O
/usr/lib64/sasl2/smtpd.conf -r -l
2) saslpasswd2 -c -a mail -u mail testuser
3) testsaslauthd -u testomat -p <mypassword> -s smtp -r mail
shell output of
2000 May 15
1
AIX authenticate patches
Here are some patches to re-enable support for AIX's authenticate
routines. With them, ssh will honor locked & unlocked accounts, record
successful and unsuccessful logins, and deny accounts that are
prohibited to log in via the network. Tested with AIX 4.3.
It also includes a fix for handling SIGCHLD that may be needed for
other platforms (HP-UX 10.20, for example).
If I get the time
2000 Jan 19
1
New liblogin release
Hi,
I've just put a new version of liblogin[1] on my website. This version
is fully tested on Linux RH6, OpenBSD, HPUX10.20 and Solaris 2.6. It may
well work on other systems now, as it supports login(), [uw]tmp,
[uw]tmpx, and lastlog (filemode only.)
If you're feeling adventurous, please check out the web page and try it
out.
By 'tested', I mean that the library is known to
2011 Jun 20
1
Error
I tested POP3 access from my laptop's Outlook which is on the same
subnet as the dovecot/postfix server (so there's no firewall in between
them & was able to get the emails in Outlook with following statuses
shown when "Test Connection" is clicked:
> Tasks Status
> ===================== ========
2004 Jun 22
0
Update: Compile error
Offending lines in src/login-common/ssl-proxy-gnutls.c
519 ret = gnutls_certificate_set_dh_params(x509_cred, dh_params);
520 if (ret < 0)
521 i_fatal("Can't set DH parameters: %s", gnutls_strerror(ret));
522 ret = gnutls_certificate_set_rsa_params(x509_cred, rsa_params);
523 if (ret < 0)
524 i_fatal("Can't set RSA parameters: %s",
2009 Jul 07
4
Problems with Expire Plugin
Dear Sirs,
I try to configure expire plugin to delete emails older than 7 days from the Papelera
folder, but I do not see any information recorded in the expires table,
although there are emails that were copied before and after configuring
the plugin.
dovecot -n
# 1.1.16: /usr/local/etc/dovecot.conf
Warning: There is no way to login to this server: disable_plaintext_auth=yes, ssl-disable=yes,
2012 Feb 24
3
Dovecot 2.1 with custom OpenSSL fails to build
Hello Dovecot users!
There seems to be a new dependency in some modules (eg, lib-storage,
libdovecot-lda, libdovecot-ssl) on OpenSSL. In Dovecot 2.0, those
modules didn't require OpenSSL, but 2.1 does.
For the linking process the path to the OpenSSL library isn't
specified properly (SSL_LIBS). Dovecot fails to build if OpenSSL
is in a non-standard path. (Haven't checked if SSL_CFLAGS
2000 Jan 31
0
New liblogin 0.3alpha
FYI a new version of liblogin, 0.3alpha, is up on my website at
http://dspace.dial.pipex.com/andre.lucas/liblogin.html
This version fixes a few bugs and has implementations for the full API,
including 'get last login time' support, even for systems without
lastlog.
New OpenSSH patches against 1.2.2 are also available, to enable the last
login time features. Again, the function (in