Displaying 20 results from an estimated 1000 matches similar to: "doveadm import is always verbose"
2013 Apr 09
1
failed compiling dovecot 2.1.16 under solaris
Hello,
compiling doevoct-2.1.16 with sun-compiler under solaris 10 gave me the
following error
source='quota-status.c' object='quota-status.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-master -I../../../src/lib-dict
-I../../../src/lib-index
2012 Jan 02
1
error bad file number with compressed mbox files
Hello,
can dsync convert from compressed mbox to compressed mdbox format?
When I use compressed mbox files, either with gzip or with bzip2, I can
read the mails as usual, but I find the following errors in dovecots log
file:
imap(userxy): Error: nfs_flush_fcntl:
fcntl(/home/hrz/userxy/Mail/mymbox.gz, F_RDLCK) failed: Bad file number
imap(userxy): Error: nfs_flush_fcntl:
2012 Jan 25
1
problem compiling imaptest under solaris
Hallo,
today I tried to compile imaptest under solaris 10 with studio 11
compiler and got the following error:
gmake[2]: Entering directory
`/net/fileserv/export/sunsrc/src/imaptest-20111119/src'
source='client.c' object='client.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/dovecot
2011 Nov 22
1
Problem compiling dovecot 2.1 Beta1 under Solaris 10 on SPARC
Hello,
compiling dovecot 2.1 Beta1 under Solaris 10 on SPARC with Sun Studio
11 stops with the following error:
Making all in lib-imap-client
gmake[3]: Entering directory
`/net/fileserv/export/sunsrc/src/dovecot-2.1.beta1/src/lib-imap-client'
source='imapc-client.c' object='imapc-client.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
2011 Dec 15
1
dsync panic
Hello,
when I try to convert from mbox to mdbox with dsync with one user it
always panics:
# /opt/local/bin/dsync -v -u userxy backup ssh root at minerva1
/opt/local/bin/dsync -v -u userxy
dsync-local(userxy): Info: Papierkorb: uidnext changed: 161 != 1
dsync-local(userxy): Info: INBOX: uidnext changed: 9139 != 9105
dsync-local(userxy): Info: Trash: uidnext changed: 3924 != 3915
2011 Dec 13
1
dsync error Mailbox has children, delete them first
Hi,
I use dsync to backup mailboxes from mbox format to mdbox on a remote
system. The first run for a user with dsync is OK, but during the
second there are lots of the following errors:
dsync-remote(user): Error: Can't delete mailbox directory Example:
Mailbox has children, delete them first
I see no way how I could influence the order dsync deletes mailboxes.
This happens with
2012 Jan 10
1
Panic: file mbox-sync.c: line 1348: assertion failed
Hallo,
I have the following problem with doveadm:
# gdb --args /opt/local/bin/doveadm -v mailbox status -u userxy/g029
'messages' "Software-alle/AK-Software-Tagung"
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
2018 Dec 05
3
BUG: sieve does not set seen-Flag
What really strange is:
There is a seen message
1544001025.M268344P5000.mymail,S=2804,W=2861:2,S
Shown in Thunderbird as seen. Then i move this message to INBOX, and the
logs say:
Dec 05 10:22:23 mymail dovecot[24019]: imap(user.name)<5276><+eYG4kJ85DMuffon>: Debug: Mailbox INBOX: Mailbox opened because: UID move
Dec 05 10:22:23 mymail dovecot[24019]:
2010 Sep 15
1
Can solaris sendmail use dovecot lda
Hello,
on a Solaris 9 system with dovecot 1.2.14 installed I want to replace the sendmail local delivery agent 'mail.local' with the dovcot LDA. The wiki page http://wiki.dovecot.org/LDA/Sendmail did not really help me, because there are only linux specific tipps I am not able to apply to solaris sendmail.cf. So how can I tell solaris sendmail to use dovecots LDA instead of mail.local?
2011 Sep 22
2
doveadm mailbox list shows file system directories as mailboxes
Hello.
In our dovecvot we use mbox format with the default filesystem layout.
Therefore it is not possible to have mailboxes which are subfolders of
other mailboxes containing messages.
The command "doveadm mailbox list" includes the file system
directories, that contain only subfolders, as normal mailboxes in the
output:
archiv
archiv/daemon
archiv/dovecot
Did I miss something
2018 Dec 05
2
BUG: sieve does not set seen-Flag
We've all shown the way it should work, and what DOES work for us.
There appears to be <something> different about your setup.
I've showed you my spam sieve filter that does set \Seen.
I deliver my mail via dovecot LMTP to mbox formatted files.
What's different in your setup?
Those \Seen flags are visible in ALL the clients I use (Outlook, Outlook
Android, Gmail Android,
2011 Sep 14
2
LDA panics without sieve script
The dovecot lda panics with "Trying to sync mailbox INBOX with open
transactions" if a user has no sieve script defined. Debugging shows:
Sep 14 19:49:26 server dovecot: [ID 583609 local0.debug] lda(userxx):
Debug: sieve: user's script path /home/grp/userxx/.dovecot.sieve
doesn't exist (using global script path in stead)
Sep 14 19:49:26 server dovecot: [ID 583609
2011 Apr 27
1
Segmentation Fault in doveadm move under Solaris 10
Quoting Timo Sirainen <tss at iki.fi>:
> On 27.4.2011, at 17.03, J?rgen Obermann wrote:
>
>> # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all
>> Segmentation Fault
>
> Can you get gdb backtrace?
>
> gdb --args doveadm -v ...
> run
> bt full
>
> Or if that doesn't produce valid output:
>
> ulimit -c unlimited
> doveadm -v
2011 Apr 27
2
Segmentation Fault in doveadm move under Solaris 10
Hi all
I want to move mails from folder test-ein to another folder test-aus
with the new "doveadm move" command in dovecot 2.0.12. When I try the
following I get a "Segmentation Fault" after the mail was copied to
the new folder:
# doveadm -v -f flow search -u g033 mailbox test-ein all
56779e33a911b84db22900005451a966 1
# doveadm -v -f flow search -u g033 mailbox
2010 Nov 03
2
Anvil client_limit reached
Hello,
we have the following problem:
Nov 3 09:43:33 minerva dovecot: [ID 583609 local0.warning] master: Warning: service(anvil): client_limit reached, client connections are being dropped
Nov 3 09:51:33 minerva dovecot: [ID 583609 local0.error] imap-login: Error: net_connect_unix(anvil) failed: Connection refused
Nov 3 09:51:33 minerva dovecot: [ID 583609 local0.crit] imap-login: Fatal:
2011 Jun 10
3
limiting number of login attempts from same ip
Hello,
is it possible to limit the number of pop3 (or imap) login attempts
from one IP with dovecot to stop attackers? We recently had an attack
from one IP-address lasting 50 minutes that tried 50000 pop3-logins
with guessed users and passwords. I know about Fail2Ban but really
would prefer an easy to configure solution inside of dovecot. Dovecot
has this anvil daemon, can it be used
2007 Jun 11
1
dspam plugin
When I drag n drop spam mail to SPAM folder, I get this error:
Jun 11 17:58:46 sparrow dspam[28452]: Unable to open file for
reading: /var/spool/dspam/data/local/mymail/mymail.sig/466d652f315451306914567.sig:
No such file or directory
mymail is user that runs dovecot transport (postfix config). The .sig
file exist
in
2010 Jun 14
1
v2.0.beta6 compilation problem under Solaris 9
Hello,
compiling dovecot-2.0.beta6 under Solaris 9 runs into an error.
I use the following setup:
CC=cc
export CC
CPPFLAGS='-I/usr/local/include'
export CPPFLAGS
CFLAGS='-fast -xarch=v8plusa'
export CFLAGS
LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
export LDFLAGS
./configure --help
./configure --prefix=/opt/local
./gmake
......
Making all in lib-imap
gmake[3]: Entering
2010 Aug 06
1
Problem creating sockets after Solaris Live Upgrade
Hello,
I use Solaris Live Upgrade to install solaris patches in an alternate boot environment. Unfortunately the dovecot sockets /opt/local/var/run/dovecot/dict-server and /opt/local/var/run/dovecot/login/default are created as normal files in the ABE. After switching to the ABE dovecot will not start because of the existence of these two files. After removing these files dovecot starts
2015 Apr 08
2
dovecot-2.2.16 compilation problems under Solaris Studio 11
Hello
here are two problems I get when I compile dovecot 2.2.16 under
Solaris 10 with Studio 11 Compiler:
gmake[4]: Entering directory
`/net/fileserv/export/sunsrc/src/dovecot-2.2.16/src/lib'
source='test-array.c' object='test_lib-test-array.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-test