Displaying 20 results from an estimated 600 matches similar to: "compiling Dovecot CVS version, 1 problem, 1 wish, 3 questions"
2007 Aug 11
8
Sieve Vacation cause deliver to die
When a user enable vacation in sieve deliver die and the mail lost. I am 
using 1.0.3
Thanks
-------------------------------------------------------------------------------------------------------------------------------------------
in syslog
postfix/pipe[16060]: 8E33017D4: to=<vivi at abc.com.hk>, relay=dovecot, 
delay=0.17, delays=0.13/0.01/0/0.03, dsn=5.3.0, status=bounced (Command
2019 Nov 17
4
Building libguestfs from git
Looks like libguestfs build is broken, or not documented properly.
I tried (based on http://libguestfs.org/guestfs-building.1.html):
git clean -dxf
./autogen.sh
autoreconf failes with:
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:38: installing 'build-aux/missing'
configure.ac:221: error: required file
'common/mlcustomize/Makefile.in' not found
2007 Mar 07
1
Wish to improve logging
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I had a problem in my test configuration, therefore I want to suggest to 
improvements for logging:
1) mail_log - add mailbox of operation
dovecot: Mar 07 09:35:16 Info: IMAP(dvtest) [16829]: expunged: uid=886, 
msgid=<xxxxxxxxxxxxxx.xxxxxxxxxxx at xxxxxxxx.xx-xxxx-xxxxx-xxxx.xx>
dovecot: Mar 07 09:35:16 Info: IMAP(dvtest) [16829]:
2007 May 10
0
Managesieve: first steps
Hi,
I'm trying to get managesieve to work but, as usual, I have some issues...
- First of all, the compilation process after applying the patch is a bit 
strange. I've used this way (i'm using centOS 4 for this pre-tests):
$ tar zxvf dovecot-1.0.0.tar.gz
$ cd dovecot-1.0.0
$ gzip -cd ../dovecot-1.0.rc28-MANAGESIEVE-v4.diff.gz | patch -p1
$ autoreconf 
(This ends with an error about
2013 Mar 18
4
Dovecot - Sieve script loaded but filtering doesn't works ?
Hello,
I'm trying to install dovecot as LDA, IMAP server and Sieve functions, 
all of this with a Postfix, Spamassassin and a MySQL Auth.
When I use a Sieve script, it 's loaded but actions are not respect 
with this logs :
Mar 18 10:31:19 localhost dovecot: lda(info at info.xx.com): Debug: sieve: 
using sieve path for user's script: /vmail/sieve/info.xx.com/info.sieve
Mar 18
2009 May 29
1
Maildir compression utility
Does anyone know of a script to compress old mails stored in a maildir
format by carrying out the steps described at
http://wiki.dovecot.org/Plugins/Zlib
thanks,
John
2008 Feb 26
3
multiple ip and ssl
Hello,
is possible in some way use on each ip address different certificate
(for imap, for pop3). There are options like (but that is not enough
for me):
protocol imap {
 listen = *:10143
 ssl_listen = *:10943
 ..
}
protocol pop3 {
 listen = *:10100
  ..
}
I have server for 4 domains (each has own ip address), so i need bind
one ip address to one domain to one certificate(each certificate
2007 Oct 29
3
.dovecot.sieve not being read
Mail seems to be delivered to INBOX without reading what is in
.dovecot.sieve
# cat /home/vmail/user at example.com/.dovecot.sieve
if exists "From" {
  discard;
  stop;
}
# ls -alh /home/vmail/user at example.com/.dovecot.sieve
-rw-r--r--  1 vmail  vmail    41B Oct 29 01:26 .dovecot.sieve
# tail /var/log/dovecot-deliver.log
deliver(user at example.com): Oct 29 01:33:14 Info:
2009 Jan 29
3
mbox to maildir batch conversion
Hello,
I'm upgrading my mail server from UW to Dovecot and I'd like to convert 
from mbox to maildir.  I've successfully convert myself and a few other 
users with the mb2md script.  All is well.
My question is, I have somewhere around 500 users and about 122gb of 
mail folders to convert (this does not include the inbox at /var/mail).
mb2md needs to be run as each user to convert. 
2006 Dec 12
3
dbox support state
hi,
what is the current state of dovecot dbox support? is it stable, fast
and usable? is it have current advantage over maildir or it will only
have when it'll be optimized? is it worth to choose as a default mailbox
format in a new dovecot install?
thanks.
yours.
-- 
  Levente                               "Si vis pacem para bellum!"
2005 Aug 30
2
Dovecot default inbox name?
I'm installing dovecot and migrating from mbox to maildir.  I've read 
several articles concerning this process but I can't seem to find the 
answer to one particular question.  What is the default name of the 
inbox when using maildir format?  I need to create this in advance for 
each user and I don't know what dovecot is expecting for the inbox 
directory name.
-- 
Andy Cravens
2008 Mar 06
0
[ANNOUNCE] xkbcomp 1.0.4
Adam Jackson (2):
      Bug #7645: Fix a conditional that always evaluates to FALSE.
      xkbcomp 1.0.4
Alan Coopersmith (1):
      Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am
Daniel Drake (1):
      Bug #11025: xkbcomp COPYING file
James Cloos (3):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog
2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also had
the same problem on 5.4)
When I run autogen.sh I get the following output:
aclocal:configure.in:13 <http://configure.in:13>: warning: macro
`AM_PROG_LIBTOOL' not found in library
You should update your `aclocal.m4' by running aclocal.
configure.in <http://configure.in>: installing
2017 Oct 27
0
[PATCH v11 1/8] Ignore builder/*.out and *.img files
These ignores are covering test-console-ubuntu-12.04 test data.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 36a193054..54dd5c6d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,12 +87,14 @@ Makefile.in
 /build-aux/test-driver
 /build-aux/ylwrap
 /builder/.depend
+/builder/*.img
 /builder/index-parse.c
 /builder/index-parse.h
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
 - gitignore fully covers potential build artifacts
 - Simplify logic given stated minimum required version of xorg-server 1.8
 - Remove use of deprecated, outdated or no longer required macros
 - Utilize xorg macros where
2007 Sep 03
5
Dovecot + Sieve
Hi guys.
I installed dovecot 1.0.3 with sieve plugin.
It looks like sieve is loaded fine by dovecot [1].
I set up dovecot to use sieve globally:
protocol lda {
    mail_plugins = cmusieve quota
    sieve_global_dir = /usr/local/etc/sieve/Junk
   .....
}
And created a sieve file which is supposed to move all the Spam marked by 
dspam to users's Junk folder (listed as Junk in the subscriptions
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an
eventual release in a few days.
A changelog of what's new may be found at [1].
Meanwhile, what's in SVN is a "Release Candidate" to find out if
anything was broken since version 1.1.1.  Report any (or lack of)
problems you may find, so we'll be able to put out a new version of
vorbis-tools.
-Ivo
[1]
2017 Jul 20
3
Return extra fields from passwd userdb
Hi,
thanks for your helpful reply.
I understand that default_fields is not my solution.
To be more accurate, all users in ldap db need to use mail, but some 
users in /etc/passwd file use mail too.
For this reason I set up "driver=passwd" in userdb section and in 
/etc/nsswitch.conf I set up "passwd:         files ldap".
Now I want to use dovecot per user quota to limit ldap
2007 Jun 05
2
Latest MANAGESIEVE patch -- how to start daemon?
Hello list, 
I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest 
MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all 
hunks succeeded and no compilation problems.
Now this may be stupid question with an obvious answer, but I am at a 
loss at how to start the daemon? What's the binary called that starts 
the sieve server? Is there a special way to
2006 Aug 21
3
sieve-cvs build failing @ 'make'
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi,
i've dovecot-cvs up on osx.  logging in with virtual users is working.
so far so good.
i'm attempting to build sieve support now.
after:
	% cd /usr/ports/dovecot/dovecot-sieve
	% glibtoolize -f -c
	% autoreconf -i -f
		configure.in: installing `./install-sh'
		configure.in: installing `./missing'
		src/Makefile.am: