Displaying 20 results from an estimated 5000 matches similar to: "error while compiling dovecot 2.2.9"
2016 Nov 03
1
"make install" fails
I want to install dovecot 2.2.25 on my opensuse 12.3 (yes, I know that this is an old distro).
"./configure, make" run with no problems but "make install" fails with:
[...]
libtool: warning: 'libstats_auth.la' has not been installed in '/usr/local/lib/dovecot/stats'
libtool: install: /usr/bin/install -c .libs/auth /usr/local/lib/dovecot/auth
libtool: install:
2012 May 12
2
Quota, message is never send?
I think i have quota setup correctly, but finally time arrived to check
that ;)
opensuse:/etc/dovecot # doveadm quota get -u luuk
Quota name Type Value Limit %
User quota STORAGE 571973 716800 79
User quota MESSAGE 45555 - 0
It seems i am at 79% of my quota
so, i added a line to conf.d/90-quota.conf, to get a wraning when quota
exceeds 10%:
....
plugin {
quota_warning = storage=95%%
2016 Dec 22
3
permissions and doveadm
I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
fails.
I went from an self-compiled source, to 'repsitory'-version
(from version 2.1.6, to 2.2.13)
luuk at opensuse:~/bin> id
uid=1000(luuk) gid=100(users)
groups=100(users),7(lp),33(video),118(vboxusers)
luuk at opensuse:~/bin> doveadm quota recalc
luuk at opensuse:~/bin> doveadm quota recalc -u luuk
2016 Dec 25
1
permissions and doveadm
> On 22-12-16 20:46, dovecot wrote:
> > I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
> > fails.
> >
> > I went from an self-compiled source, to 'repsitory'-version
> >
> > (from version 2.1.6, to 2.2.13)
> >
> > luuk at opensuse:~/bin> id
> > uid=1000(luuk) gid=100(users)
> >
2008 Jan 09
3
Per user mailbox quota
Hi,
How do I setup per user mailbox quota? I am using /etc/passwd database.
Thanks
BAT
2016 Dec 31
3
expunging all mailboxes
> Huh, it certainly did for me, although I used "all" instead of
> "savedbefore 30d" since I just wanted to empty the trash. What
> version of Dovecot? Mine is 2.2.27.
Well, not for me.
doveadm search -u user at domain ALL savedbefore 2d
-- returns some messages
doveadm expunge -u user at domain mailbox '*' savedbefore 2d
-- nothing shown, but no error
doveadm
2015 Sep 14
1
Dovecot does not accept new connection with error "imap-login: Error: read(anvil) failed: EOF"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
First of all, thank you for the work the contributors are doing with
Dovecot ! Dovecot is doing a great job !
I am encountering a problem with a configuration and, despite my
search on the web, I do not find any solution for this problem.
Dovecot seems to stop accepting new connection. The users :
- - can not save sent messages to
2016 Dec 31
0
expunging all mailboxes
On 31-12-16 07:53, Michael Fox wrote:
>> Huh, it certainly did for me, although I used "all" instead of
>> "savedbefore 30d" since I just wanted to empty the trash. What
>> version of Dovecot? Mine is 2.2.27.
>
> Well, not for me.
> doveadm search -u user at domain ALL savedbefore 2d
> -- returns some messages
> doveadm expunge -u user at domain
2014 Feb 11
2
lmtp_rcpt_check_quota not working
Hi,
Dovecot 2.2.9 (Debian package from backports) does not seem to respect
lmtp_rcpt_check_quota
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.4
deliver_log_format = from=<%e>, size=%p, message-id=<%m>, status=%$
disable_plaintext_auth = no
lmtp_rcpt_check_quota = yes
mail_debug = yes
mail_gid = mstore
mail_location =
2008 Oct 05
2
zlib plugin
hi,
Could anyone give some info on this plugin?
When i read the wiki (http://wiki.dovecot.org/Plugins/Zlib) i'm still
left with some questions...
I use Maildir to store my mails, if i enable this zlib-plugin,
should i 'manually' compress all messages?
or wil the uncompressed messages still be accessible by dovecot?
wil new messages be compressed automagically?
how should the
2016 Dec 30
3
expunging all mailboxes
> doveadm expunge -u <user> mailbox '*' savedbefore 30d
That doesn't work for me either. The command is accepted, but the messages
are not expunged.
I guess my search/fetch will just have to return the mailbox name, in
addition to other fields, and then I'll need to loop through the mailbox
names and perform multiple expunges for each user. I understand the desire
to
2013 Apr 19
3
Make install error
Hi, I'm recompiling dovecot 2.2.0/2.2.1 with error below during make
install:
test -z "/usr/local/dovecot/lib/dovecot/auth" || /usr/bin/mkdir -p
"/usr/local/dovecot/lib/dovecot/auth"
/usr/bin/mkdir: cannot create directory
?/usr/local/dovecot/lib/dovecot/auth?: File exists
make[3]: *** [install-auth_moduleLTLIBRARIES] Error 1
make[3]: Leaving directory
2007 Nov 07
3
Postfix dying
Hello list,
Postfix is dying on one of my servers almost nightly. This system is
running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service postfix
stop` and I get a failed start. Running `ps ax | grep postfix` I can
see one process still running for postfix. After killing this, I am
able to run `service postfix start`.
I see a lot of this in my
2016 Apr 07
3
Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me
for every delivery:
Apr 07 13:38:33 lmtp(4434): Error:
net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil
srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
--
Tom
2016 Dec 24
0
permissions and doveadm
@Christian: thanks!
OK, config problem, i need to look into that problem first, so i can
receveive answers send to the list too ... :-[:-[:-\
this time i found the answer here:
http://dovecot.org/list/dovecot/2016-December/106552.html
On 22-12-16 20:46, dovecot wrote:
> I did an upgrade from OpenSUSE 13.1 to 13.2 (finally), and now doveadm
> fails.
>
> I went from an
2016 Jan 17
4
Running without anvil?
Hi,
I'm using dovecot as a local mail store on my laptop using preauth
tunneling. It turns out I almost don't even need to start dovecot at
all; the only reason it needs to be running is so that FTS indexing can
be invoked. And because I don't want it to run any services, I can run
it as an unprivileged user, so long as I turn them all off:
# We don't want to serve any
2011 Jan 08
1
Unable to build dovecot 2.0.8 on Ubuntu Server 9.10
I'm trying to build dovecot version 2.0.8, but I always end-up with this error:
libtool: link: i486-linux-gnu-gcc -std=gnu99 -O3 -mtune=prescott
-march=prescott -fomit-frame-pointer -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -o .libs/anvil main.o
anvil-connection.o anvil-settings.o connect-limit.o
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:
2012 Oct 26
1
Dovecot stops to work - anvil problem
Hi all,
we have a problem about anvil, it seems that when we have a high load the
dovecot stops to work. Sometimes it is sufficient to make a dovecot
reload, but sometimes we have to restart it.
These are the lines related to anvil in the dovecot.log:
[root at secchia ~]# grep anvil /var/log/dovecot.log | more
Oct 26 11:13:55 anvil: Error: net_accept() failed: Too many open files
Oct 26
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
Dovecot version: 2.2.15
Tinycdb: 0.78
I'm attempting to compile dovecot --with-cdb, but keep getting into a
problem with cdb:
========================
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2
-Wl,--as-needed -o .libs/anvil main.o