Re: v2.3.17 quota-dict related sql errors

2022-02-06 Thread Pascal Volk
On 05/02/2022 20.20, Aki Tuomi wrote: > >> On 05/02/2022 21:01 Pascal Volk >> wrote: >> >> Hi there, >> >> I've upgraded Dovecot to v2.3.18 (9dd8408c18). The problem still exists: >> >> ERROR: invalid input syntax for type bigint: &

Re: v2.3.17 quota-dict related sql errors

2022-02-05 Thread Pascal Volk
On 18/12/2021 20.56, Pascal Volk wrote: > On 2021-12-04 22.18, I wrote: >> Hi there, >> >> I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b). >> Right after the update, dovecot begun flooding the mail.log and >> PostgreSQL's log.

Re: v2.3.17 quota-dict related sql errors

2021-12-18 Thread Pascal Volk
On 2021-12-04 22.18, I wrote: > Hi there, > > I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b). > Right after the update, dovecot begun flooding the mail.log and > PostgreSQL's log. > ... just in case someone has missed `doveconf -n` output and SQL related configuration files,

v2.3.17 quota-dict related sql errors

2021-12-04 Thread Pascal Volk
Hi there, I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b). Right after the update, dovecot begun flooding the mail.log and PostgreSQL's log. My dict sql configuration: ,--[ .../dovecot/dovecot-dict-sql.conf.ext ]-- | map { | pattern = priv/quota/storage | table = userquo

Re: Howto get information about quota used

2015-12-29 Thread Pascal Volk
On 2015-12-29 02:06, Макаров Денис wrote: > Hello guys! > > I have Dovecot server (version: 2.2.9) with quota and imap_quota plugins. > > I wanna know how to get information about quota used of current email. > > I can do this with IMAP client like Thunderbird, but how I can do it on > server?

Re: v2.2.19 release candidate 2 released

2015-09-29 Thread Pascal Volk
On 2015-09-29 20:22, Jacques Distler wrote: > Darwin doesn't have an EDEADLOCK error code, so compilation fails on MacOSX: > > file-lock.c:214:16: error: use of undeclared identifier 'EDEADLOCK' > if (errno == EDEADLOCK) > ^ > file-lock.c:262:16: er

Re: Delivering email to Maildir PreINBOX

2015-08-19 Thread Pascal Volk
On 08/19/2015 10:45 PM, Paulo Matos wrote: > > Hi all, > > I have a running dovecot with: > $ dovecot -n > # 2.2.18: /etc/dovecot/dovecot.conf > [...] > I started to filter my email with imapfilter running on the same host as > dovecot. I would therefore like to deliver email to a folder called >

Re: Dovecot - Config file details

2015-07-06 Thread Pascal Volk
On 07/06/2015 02:37 PM, Sachin Kulkarni1 wrote: > Hello All, > > We want to install / configure and test Dovecot. > > We are doing it for the first time. > > After installation we are now looking for configuration file and need to know > significance of below params and what values we should p

Re: dovecot-lmtp

2015-07-01 Thread Pascal Volk
On 07/01/2015 02:28 PM, Steven Hopps wrote: > Hi, I'm trying to use dovecot-lmtp so that I can filter messages with > sieve, however it doesn't appear to be working. > > I followed the instructions on wiki2.dovecot.org. I'm running Debian > Wheezy. I've got runit configured to execute postfix an

Re: Migration from courier-imap to dovecot

2015-06-23 Thread Pascal Volk
On 06/23/2015 02:57 PM, alex wrote: > hello, > > I search a solution to migrate a courier-impa mail accounts in maildir > format to a dovecot mail accounts in sandbox format. > The first server is an ubuntu 10.4 with courier-imap in maildir format, > the accounts are managed by postfix 2.7.0 wit

Re: OT: Central sieve management

2015-05-29 Thread Pascal Volk
On 05/28/2015 08:24 PM, l...@airstreamcomm.net wrote: > A bit off topic, but I was wondering if anyone here has a solution for > centrally managing sieve for multiple users from a custom web application? > We would like to implement pigeonhole sieve on our dovecot cluster, however > we need to

Re: Typo in systemd commit HG 8dc79a437858

2015-05-25 Thread Pascal Volk
On 05/25/2015 03:44 PM, Steve Litt wrote: > Hey guys, please tell me that Dovecot does not depend on systemd! > Nope, Dovecot doesn't depend on systemd. Why should it depend on systemd? But: Dovecot supports systemd. If you want to enable systemd, use: ./configure --with-systemdsystemun

Re: Typo in systemd commit HG 8dc79a437858

2015-05-25 Thread Pascal Volk
On 05/25/2015 06:14 AM, Thomas Leuxner wrote: > The apostrophes need to be removed from the LimitCORE example, otherwise the > parameter will not be recognized: > > $ cat /etc/systemd/system/dovecot.service.d/service.conf > [Service] > #Environment='OPTIONS=-p' > #LimitCORE=8192 > LimitCORE=infi

Re: Xi broken

2015-05-10 Thread Pascal Volk
On 05/10/2015 04:01 PM, Thomas Leuxner wrote: > ... Not sure how it is supposed to interact with the file > /etc/default/dovecot and its ALLOW_COREDUMPS=1 variable, but one needs to > explicitly add LimitCORE=infinity in the 'Service' section (until someone > with more systemd foo fixes it): >

Re: Prebuilt Binaries xi.rename-it.nl down ?

2015-05-07 Thread Pascal Volk
On 05/07/2015 07:04 PM, Nathan Schultheiss wrote: > Hello, > > Since several days the repo (xi.rename-it.nl (217.119.238.14)) is no longer > accessible. > I'd found here for Debian/Ubuntu => http://wiki2.dovecot.org/PrebuiltBinaries > > Is it off, or temporarily down ? "Xi is broken at the mome

Re: FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh

2015-05-04 Thread Pascal Volk
On 04/24/2015 07:00 PM, Michael Grimm wrote: > ... > 2) I don't have a python binary installed, only a python2 link to the > python27 binary (FBSD, and python27 from ports). >Thus, update-version.sh will fail to evaluate hg's changeset. As a quick > fix I needed to create a link: python -> p

Re: Auth-worker, Unknown User

2015-04-24 Thread Pascal Volk
On 04/24/2015 03:55 PM, Stephen R Guglielmo wrote: > Hi list, > > I'm running Debian Jessie (8). I have Postfix and Dovecot working > successfully. I attempted to setup LMTP in order to enable sieve > support, but it seems I was not successful. Dovecot version 2.2.13. > > Postfix accepts an incom

Quota configuration issue [was: doveadm problem]

2015-04-23 Thread Pascal Volk
On 04/23/2015 10:16 PM, T.Tributh wrote: > Hi, > since several versions i have the following problem: > Actually i am using: > > dovecot --version > 2.2.16 (de2023e630cb) > > When i try to use doveadm i see the following error: > > doveadm pw -t > {SSHA512}cywDi7p60qc1K0mK4zAC2NrnK86hntGgbQcAh3

Re: core not dumped

2015-03-19 Thread Pascal Volk
On 03/19/2015 02:53 PM, James wrote: >>> ... >>> service imap-login { >>> chroot = >>> drop_priv_before_exec = yes >>> user = dovecot >>> } >>> >>> How can I make imap-login to produce a core file? > ... > I can create core dumps but not from imap-login, so it's not a general > system

Re: doveconf -a Segmentation Fault

2015-03-12 Thread Pascal Volk
On 03/12/2015 02:07 PM, Dan LaSota wrote: > Getting "Segmentation Fault" When I run doveconf -a Have a look at http://dovecot.org/bugreport.html and try again. Regards, Pascal -- The trapper recommends today: f007ba11.1507...@localdomain.org

Re: multiple ldap userdb and passdb

2015-02-17 Thread Pascal Volk
On 02/17/2015 04:03 PM, lejeczek wrote: > hi everybody. > > I wonder if such a scenario is possible. > if yes would I configure multiple passdb using ldap driver > or within one clause set up multiple args? How would this work? Did you read http://wiki2.dovecot.org/Authentication/MultipleDatabas

Re: [SERVERBUG] failed to send mail with SA and antispam plugin

2015-01-14 Thread Pascal Volk
On 01/14/2015 03:05 PM, ML mail wrote: > Hello, > > I am using the antispam plugin of Dovecot with SpamAssassin and in some cases > when users move back mails from the Spam folder to their INBOX (false > positive) they get the following error message: > > [SERVERBUG] failed to send mail > > Do

Re: Disabling compressed storage for one public namespace - is it possible?

2015-01-02 Thread Pascal Volk
On 01/02/2015 08:09 AM, Marc Stürmer wrote: > Greetings, > > I've got Dovecot 2.2.X running with gzip compressed storage enabled by > default. > > My question though is: is it possible to disable this compressed > storage for one specific, public namespace only? I haven't found quite > much

Re: Sieve permissions issue following update

2014-12-09 Thread Pascal Volk
On 12/09/2014 07:50 PM, David Gessel wrote: > It has been running flawlessly for quite some time until the update. > > Global scripts were compiled: > > /usr/local/etc/dovecot/sieve # ls > 10-move-spam.sieve 10-move-spam.svbin > > However, I ran sievec again and tried saving a modified sc

Re: Required SSL with exceptions

2014-12-09 Thread Pascal Volk
On 12/09/2014 06:02 PM, dove...@outputservices.com wrote: > > What is the syntax for login_trusted_networks? The docs and WIKI do not show > it. grep -rn login_trusted_networks . ./example-config/dovecot.conf:48:#login_trusted_networks = … # Space separated list of trusted network ranges. Conne

Re: Sieve permissions issue following update

2014-12-09 Thread Pascal Volk
On 12/09/2014 05:35 PM, David Gessel wrote: > I recently updated dovecot and my sieve filters stopped working. Checking > the logs I see: > > Dec 9 00:09:59 mailhost dovecot: lda(ges...@domain.com): Error: sieve: > binary save: failed to create temporary file: > open(/usr/local/etc/dovecot/si

Re: doveadm -A operations failing due to broken mdbox

2014-12-09 Thread Pascal Volk
On 12/09/2014 11:23 AM, Ralf Hildebrandt wrote: > I'm using "/usr/bin/doveadm purge -A" to purge the mdboxes of my users. > > Unfortunately this command terminates prematurely once it reaches a > defective mdbox! > > Is there a workaround for this? > > Like using doveadm to get a list of valid u

Re: Unknown scheme SSHA256.HEX.b64

2014-12-02 Thread Pascal Volk
On 11/29/2014 04:04 AM, grundy wrote: > I'm getting a very strange error and I'm completely mystified by it. Thank > you so much for taking a look! > > I recently migrated some users from another dovecot server to my own, and > the previous admin had the passwords in their database using the SSHA2

Re: Help with last_login plugin

2014-11-11 Thread Pascal Volk
On 11/11/2014 08:55 PM, Jorge Bastos wrote: > Hi, > > > > I want to have a datetime column in my users table, to have the value > updated every time my users login via POP3/IMAP. > > Last_login is new but I don't see any query example, or field names or so. > > > > Does anyone can give an

Re: Postlogin script in v1

2014-11-03 Thread Pascal Volk
On 11/03/2014 08:06 PM, List wrote: > Does dovecot-1.0.7-7.el5 support postlogin scripting? Hi List, there is the Post-login documentation for your outdated/unsupported installation: http://wiki1.dovecot.org/PostLoginScripting Regards, Pascal -- The trapper recommends today: fabaceae.1430...@l

Re: Released Pigeonhole v0.4.5 for Dovecot v2.2.15.

2014-10-30 Thread Pascal Volk
On 10/30/2014 10:42 PM, Stephan Bosch wrote: > … > The release is available as follows: > > http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.5.tar.gz > http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.5.tar.gz.sig > > Refer to http://pigeonhole.dovecot.or

Re: smtp lastlogin

2014-10-29 Thread Pascal Volk
On 10/29/2014 05:54 PM, Eduardo Ramos wrote: > Hey guys! > > I've been googling without success. Do anyone know if there is a way to > track last login of a smtp authentication? > > I've tried without success using: > > service auth { >executable = auth lastlogin >unix_listener auth-use

Re: doveadm-move(1)

2014-10-19 Thread Pascal Volk
On 10/16/2014 09:01 AM, Joseph Tam wrote: > > It's Solaris10 nroff, and GNU groff 1.19.1. Ancient stuff so I wouldn't > spend too much time looking at it. It's weird that two independent > software implementations would do the same thing. Maybe ancient, but supported until January 2021. I've re

Re: doveadm-move(1)

2014-10-15 Thread Pascal Volk
On 10/15/2014 11:16 PM, Joseph Tam wrote: > Pascal Volk writes: >> Where did you find this example? > > Cut&pasted off the terminal man page output. Looking into > man1/doveadm-move.1, I see > > .B doveadm move \-u jane Archive/2011/09 mailbox INBOX BEFORE \(rs

doveadm-move(1) [was: Re: delete/archive old mail]

2014-10-15 Thread Pascal Volk
On 10/15/2014 12:09 AM, Joseph Tam wrote: > ... > > EXAMPLE >Move janes messages - received in September 2011 - from her >INBOX into her archive. > >doveadm move -u jane Archive/2011/09 mailbox >2011-10-01 SINCE 01-Sep-2011 > > [

Re: Compile dovecot with sieve/managesieve support

2014-10-13 Thread Pascal Volk
On 10/13/2014 07:10 PM, Jorge Bastos wrote: > Hi guys, > > > > I'd like to have dovecot with sieve support, but can't find any information > on how to enable the sieve/managesieve support. > > Does anyone can light me up on this? http://wiki2.dovecot.org/Pigeonhole should provide all the info

Re: "doveadm backup/sync" are badly documented (SOLVED AND BUG REPORT!)

2014-09-29 Thread Pascal Volk
On 09/29/2014 12:15 AM, Jesus Cea wrote: > … >> $ doveadm backup -h >> backup: invalid option -- 'h' >> doveadm backup [-u |-A] [-S ] [-dfR] [-l ] [-r >> ] [-m ] [-n | -N] [-x ] [-s >> ] >> >> I can't find any explanation at all about the different parameters of >> "doveadm backup". > > Please,

Re: Tarballs for dovecot 1.2.17 and pigenhole where to find it?

2014-08-30 Thread Pascal Volk
On 08/30/2014 09:28 PM, Benny Pedersen wrote: > Just like to have in case i need to rebuild from source on gentoo, since i > change mysql from 5.1 to 5.5 slot i think dovecot need rebuilding > You will find them on the project's download sites: Download v1.2.17 http://dovecot.org/downlo

Re: centos 6.x/7.x repos ?

2014-08-25 Thread Pascal Volk
On 08/25/2014 12:00 PM, Spyros Tsiolis wrote: > Hello all, > > I believe someone has rpms for centos v6.x/7.x ? > I remember a link to a site somewhere ? > Are packages available for both i386 and 64-bit os's ?? As mentioned at http://wiki2.dovecot.org/PrebuiltBinaries ATrpms exits and can be use

Re: postfix-dovecot Auth USER lookup failed

2014-08-09 Thread Pascal Volk
On 08/09/2014 11:30 AM, Timothy Murphy wrote: > I'm running postfix + dovecot on my CentOS-7 home server. > When I send myself a message I get this error message in /var/log/maillog: > Aug 9 12:59:57 alfred postfix/lmtp[31336]: B0D02220748: > to=, orig_to=, > relay=alfred.gayleard.eu[pri

Re: identify MUA connecting?

2014-07-28 Thread Pascal Volk
On 07/28/2014 06:38 PM, Pascal Volk wrote: > In the Dovecot v2.0 tree there was the following commit: > > changeset: 9123:edcafb3efbbf > branch: HEAD > user:Timo Sirainen > date:Thu Apr 16 19:14:23 2009 -0400 >

Re: identify MUA connecting?

2014-07-28 Thread Pascal Volk
On 07/28/2014 05:58 PM, Juan Pablo wrote: > Hello I am using dovecot 1.2.15 on ubuntu. UPGRADE! Dovecot < 2.x is no longer supported. > Is it possible to somehow log the MUA information that is connecting to > Dovecot? In the Dovecot v2.0 tree there was the following commit: changeset

Re: Dovecot pigeonhole help sought

2014-07-27 Thread Pascal Volk
On 07/27/2014 05:08 PM, Timothy Murphy wrote: > I'm running postfix + dovecot + dovecot-pigeonhole > on my CentOS-7 home server. > I would like spam to finish up in ~/Maildir/.Spam/ . > Spam is being marked, but is not separated - > it ends up with all the other email in ~/Maildir/cur/ . > Evidentl

Re: ATrpms repo

2014-07-15 Thread Pascal Volk
On 07/15/2014 03:42 AM Will Yardley wrote: > Tried mailing the maintainer, but didn't get a response -- anyone know > what's happened to the ATrpms repo? dunno :) > Not only is > http://atrpms.net/name/dovecot/ > empty, but: > http://packages.atrpms.net/dist/el6/ > seems to return a 404. Some

Re: [Dovecot] imap-login killed with signal 11 in Dovecot 2.2.13 (feea8645c4d7)

2014-06-07 Thread Pascal Volk
On 06/07/2014 10:15 AM Thomas Leuxner wrote: > Latest 2.2.13 HG feea8645c4d7 seems to unexpectedly kill imap-login sessions: > > Jun 7 11:56:10 nihlus dovecot: imap(t...@leuxner.net): Disconnected: Logged > out in=2203 out=851225 > Jun 7 11:56:10 nihlus dovecot: imap(t...@leuxner.net): Disconne

Re: [Dovecot] dovecot: lda(foo): Error: User foo doesn't have home dir set, disabling duplicate database

2014-05-31 Thread Pascal Volk
On 05/31/2014 05:35 PM Christian Hoffmann wrote: > Hello Pascal, > > but I didn't configure a userdb with driver=ldap. There is only one > userdb with driver=static and I assumed, that every user gets the same > uid, gid and a valid home directory. > > Are there some circumstances, that differe

Re: [Dovecot] dovecot: lda(foo): Error: User foo doesn't have home dir set, disabling duplicate database

2014-05-31 Thread Pascal Volk
On 05/31/2014 03:04 PM Christian Hoffmann wrote: > Hello everyone, > > I have a small problem with dovecot installed on ubuntu-13.10. I use > dovcot as LDA with a LDAP-passdb and a pam-passdb. The userdb is static. > A mail to LDAP-user 'foo' is delivered with the error-message > > dovecot: lda

Re: [Dovecot] Pigeonhole Sieve Extprograms dovecot path?

2014-03-10 Thread Pascal Volk
On 03/10/2014 09:49 AM voy...@sbt.net.au wrote: > … > # ./configure --with-dovecot=/usr/local/lib/dovecot > ... > checking whether to build static libraries... yes > checking for dovecot-config in "/usr/local/lib/dovecot"... not found > configure: > configure: Use --with-dovecot=DIR to provide the

Re: [Dovecot] v2.2.11 released

2014-02-12 Thread Pascal Volk
On 02/12/2014 02:27 PM Avinash Sultanpur wrote: > On Wed, Feb 12, 2014 at 08:41:19AM +0900, Timo Sirainen wrote: >> … >> mailbox patterns. See http://wiki2.dovecot.org/ACL for details. > > The page is empty. Wow, that looks like the result of a horrible sync error. But you can also use

Re: [Dovecot] passphrases

2014-01-24 Thread Pascal Volk
On 01/24/2014 05:02 PM Benjamin Connelly wrote: > Is there any way to configure the dovecot-sql.conf.ext "connect =" line to > use a password= string that contains spaces? > > (I've tried single quotes, double quotes, escaping the space with > backslash. . .) > The wiki

Re: [Dovecot] SSL/TLS handshake stays forever without timeout

2014-01-14 Thread Pascal Volk
On 01/14/2014 04:42 PM morrison wrote: > Hi, > > I am a system admin and I am evaluating using dovecot as our email server. In > my test, I found that if I telneted to 993 port and did not do anything or I > telneted to 143 port, sent starttls command and then did not do anything, the > connect

Re: [Dovecot] Couldn't drop privileges

2014-01-13 Thread Pascal Volk
On 01/13/2014 11:22 AM CM Reddy wrote: > … > 2. Failed to Login command with an error. > … > Lenovo-G500s:~$ doveconf -n > # 2.2.10: /usr/local/etc/dovecot/dovecot.conf > # OS: Linux 3.8.0-29-generic x86_64 Ubuntu 12.04.3 LTS > … > passdb { > args = scheme=CRYPT username_format=%u /etc/dovecot/

Re: [Dovecot] disable_plaintext_auth = yes not showing in doveconf -n output?

2014-01-03 Thread Pascal Volk
On 01/03/2014 08:58 PM Charles Marcus wrote: > On 2014-01-03 3:54 PM, Larry Rosenman wrote: >> IIRC doveconf -n shows NON-DEFAULT settings :) > > This I know, but doveconf -n was inspired by postfix's postconf -n > feature, and with postfix, if I explicitly set something that is set > the same

Re: [Dovecot] Ubuntu packages and broken link in docs

2013-12-04 Thread Pascal Volk
On 12/04/2013 02:35 PM Alan McGinlay - SICS wrote: > Hi, > > Two things: > > 1. Does anyone know of a good PPA with updated packages of Dovecot for > Ubuntu? "For the latest Dovecot for latest Ubuntu LTS see Xiaoka APT > Repository. (Outdated. Could someone provide a ppa for latest stable > Do

Re: [Dovecot] Gettings mails recently moved to a folder

2013-12-03 Thread Pascal Volk
On 12/03/2013 10:40 AM Florian Lindner wrote: > Actually there isn't a protocol imap {} section. Or am I missing something? > > Thanks, > Florian > > # doveconf -n > # 2.1.7: /etc/dovecot/dovecot.conf > # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2 > auth_mechanisms = plain login digest-md5 cram-m

Re: [Dovecot] Calling dovecot-lda from maildrop/shell

2013-11-19 Thread Pascal Volk
On 11/18/2013 05:14 PM Florian Lindner wrote: > # doveconf -n > # 2.1.7: /etc/dovecot/dovecot.conf > # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2 > auth_mechanisms = plain login digest-md5 cram-md5 ntlm > … > passdb { >args = /etc/dovecot/dovecot-sql.conf.ext >driver = sql > } > protocols

Re: [Dovecot] Calling dovecot-lda from maildrop/shell

2013-11-18 Thread Pascal Volk
On 11/18/2013 11:08 AM Florian Lindner wrote: > … > First try was to call dovecot-lda from command line: > > /usr/lib/dovecot/dovecot-lda -d s...@xgm.de < testmail > > which gave return code 75 (EX_TEMPFAIL) and logged: > > dovecot: auth-worker(3533): mysql(localhost): Connected to database > s

Re: [Dovecot] Dovecot login slow

2013-11-13 Thread Pascal Volk
On 11/13/2013 11:17 PM Marc Perkel wrote: > More information > > When i telnet to localhost on 143 it takes 10-15 seconds to log in. > > but > > When I telnet to the host name of the server it logs in instantly. > > Why would it be slow on localhost by fast on the server's IP address?

Re: [Dovecot] Dovecot login slow

2013-11-13 Thread Pascal Volk
On 11/13/2013 11:01 PM Muzaffer Tolga Ozses wrote: > ssl_ca = ssl_cert = ssl_key = > These lines look weird to me. Why do they have a < ? Because Marc uses Dovecot >= v2.0.0 Regards, Pascal -- The trapper recommends today: c01dcofe.1331...@localdomain.org

Re: [Dovecot] how to display dovecot.index.cache

2013-11-06 Thread Pascal Volk
On 11/06/2013 07:23 AM ldaamandy wrote: > hello dovecot@dovecot.org: > > I want to see the contents of dovecot.index.cache . Is there any command > can make it become visible character displayed ? strings(1); for example: strings mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache

Re: [Dovecot] Configuring SPECIAL-USE Dovecot 2.0.9

2013-11-01 Thread Pascal Volk
On 10/30/2013 06:35 PM Keith Mountifield wrote: > Hi All, > > I'm trying to configure Dovecot 2.0.9 to support Outlook 2013. > > As I understand it, I need to configure XLIST. I have added > > imap_capability = +XLIST > > to 20-imap.conf > > When I try to query the IMAP folders I get an error

Re: [Dovecot] init script as provided http://wiki2.dovecot.org/DovecotInit

2013-11-01 Thread Pascal Volk
On 10/31/2013 11:19 AM Jess Portnoy wrote: > Hello list, > > I would add: > # dovecotStartup script for the dovecot server > # > # chkconfig: - > # processname: dovecot > # config: /path/to/config > # pidfile: /path/to/pid > > So that it supports the chkconfig used by RHEL and clones too

Re: [Dovecot] Building the Antispam plugin fails

2013-10-29 Thread Pascal Volk
On 10/29/2013 03:48 PM Michael Neurohr wrote: > … > I'm running Dovecot 2.2.5 on a CentOS 6.4 server from the ATRPMs > repository. … > … > configure: Use --with-dovecot=DIR to provide the path to the dovecot-config > file. > configure: error: dovecot-config not found ^^^

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Pascal Volk
On 09/12/2013 03:19 AM Mohsen Pahlevanzadeh wrote: > Dear all, > > I installed "dovecot dovecoot-mysql postfix and postfix-mysql" from > debian repository 7. > > I start them with "/etc/init.d/postfix start" and "/etc/init.d/dovecot > start" > > but When i use nmap localhost I see the following

Re: [Dovecot] Default mail folders.

2013-09-11 Thread Pascal Volk
On 09/09/2013 11:56 PM Bruce Markey wrote: > Just want to make sure before I set this up. > > I read that the autocreate plugin is deprecated and to use "Mailbox > settings" as listed here http://wiki2.dovecot.org/MailboxSettings. > > If that is correct then do I just add those mailbox blocks i

Re: [Dovecot] Dovecot LDA

2013-08-23 Thread Pascal Volk
On 08/24/2013 02:12 AM LuKreme wrote: > OK, I did read but it doesn't answer the > question I have since it doesn't tell me what I can do with -o, exactly. -o is used to override settings, as documented in dovecot-lda(1)/http://wiki2.dovecot.org/Tools/DovecotLDA >

Re: [Dovecot] Please HELP: how to delete all messages older than X days from the server?

2013-08-06 Thread Pascal Volk
On 08/06/2013 06:31 PM Răzvan Sandu wrote: > … > Implementing filesystem quotas is not an option because a. presently, > all virtual users share same UID/GID on the server and b. administrative > reasons (the "full quota" situation may occur unexpectedly and this is > not tolerable in corporate

Re: [Dovecot] lmtp: Disable Delivered-To header

2013-07-02 Thread Pascal Volk
On 07/02/2013 04:14 PM Micha Krause wrote: > Hi, > > using LMTP, is it possible to disable the addition of the Delivered-To > header to messages? Maybe by reverting parts of this changeset: http://hg.dovecot.org/dovecot-2.2/rev/61c3124bba93 There is no configuration setting to accomplish that.

Re: [Dovecot] Pound Sign # in password

2013-06-21 Thread Pascal Volk
On 06/19/2013 04:11 AM Jackie Lowery wrote: > Is there any way to use a pound sign # in my postfix user password in the > dovecot sql configuration file. ,--[ http://wiki2.dovecot.org/AuthDatabase/SQL#MySQL ]-- | Use "host= ... pass=foo#bar" if your password has '#' character `-- Regards, Pascal

Re: [Dovecot] dovecot not logging after upgrade to 2.1.7 on debian

2013-05-09 Thread Pascal Volk
On 05/09/2013 02:02 PM Steinar Bang wrote: > After upgrading my IMAP server to the new debian stable, and upgrading > dovecot from 1.x to 2.1.7 in the process, dovecot no longer logs > anything to /var/log/mail.*. The last entries there are from before the > upgrade, and no starts or error message

[Dovecot] imap Panic: file istream-seekable.c: line 253 (i_stream_seekable_read): assertion failed: (stream->istream.v_offset + stream->pos <= sstream->write_peak)

2013-04-23 Thread Pascal Volk
Hi Timo, just another crash - using 2.2.1 (c95cea6e1389). Regards, Pascal Reading symbols from /usr/local/libexec/dovecot/imap...done. [New LWP 15198] warning: Can't read pathname for load map: Input/output error. [Thread debugging using libthread_db enabled] Using host libthread_db library "/l

Re: [Dovecot] imap Fatal: bzlib.read(~/mdbox/storage/m.317): Out of memory

2013-04-20 Thread Pascal Volk
On 04/17/2013 11:58 AM Pascal Volk wrote: > Apr 17 10:41:44 imap(u...@example.com): Fatal: > bzlib.read(/srv/mail/x/70004/70038/mdbox/storage/m.317): Out of memory Yeah, http://hg.dovecot.org/dovecot-2.2/rev/994488139eca fixed it. Regards, Pascal -- The trapper recommends today: deface

[Dovecot] imap Fatal: bzlib.read(~/mdbox/storage/m.317): Out of memory

2013-04-17 Thread Pascal Volk
Hi Timo, today I found a raw backtrace after the bzlib.read() out of memory message. Regards, Pascal Apr 17 10:41:44 imap(u...@example.com): Fatal: bzlib.read(/srv/mail/x/70004/70038/mdbox/storage/m.317): Out of memory Apr 17 10:41:44 imap(u...@example.com): Error: Raw backtrace: /usr/local/li

Re: [Dovecot] imap Panic: file index-attachment.c: line 231 (index_attachment_save_finish): assertion failed: (attach->input->eof)

2013-04-16 Thread Pascal Volk
On 04/15/2013 11:33 PM Pascal Volk wrote: > OK, applied that patch. Lets see what will happen. > Looks good. No crash in the last 20 hours. Regards, Pascal -- The trapper recommends today: cafefeed.1310...@localdomain.org

Re: [Dovecot] imap Panic: file index-attachment.c: line 231 (index_attachment_save_finish): assertion failed: (attach->input->eof)

2013-04-15 Thread Pascal Volk
On 04/15/2013 06:55 PM Timo Sirainen wrote: > On Mon, 2013-04-15 at 19:53 +0300, Timo Sirainen wrote: >> Uh, wrong directory. This patch. :) > > Once more, with some error checks :) OK, applied that patch. Lets see what will happen. Regards, Pascal -- The trapper recommends today: defaced.1310

Re: [Dovecot] imap Panic: file index-attachment.c: line 231 (index_attachment_save_finish): assertion failed: (attach->input->eof)

2013-04-15 Thread Pascal Volk
On 04/15/2013 04:51 PM, Timo Sirainen wrote: > Can you reproduce it? What client was that with? I wonder if it was > using CATENATE extension. Three users where able to crash their imap service. All three users are using Thunderbird 17.0.5@Windows. I'm not sure what they've done exactly. Nobody c

[Dovecot] imap Panic: file index-attachment.c: line 231 (index_attachment_save_finish): assertion failed: (attach->input->eof)

2013-04-15 Thread Pascal Volk
Hi Timo, some imap processes seems to have some problems. Regards, Pascal Core was generated by `dovecot/imap'. Program terminated with signal 6, Aborted. #0 0x7fbf87b25475 in raise () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt full #0 0x7fbf87b25475 in raise () from /lib/x86_64-lin

Re: [Dovecot] Implementing Single instance attachment storage (SIS) with sdbox

2013-03-27 Thread Pascal Volk
On 03/27/2013 12:30 PM mego...@inboxalias.com wrote: > Hi there, > > as I want to implement data dedupliction on my dovecot system (eg. a users > sends the same attchment to 5 different users on my system so I only have to > store the attachment one time and set pointers to the file) , I found o

Re: [Dovecot] doveadm password check

2013-03-11 Thread Pascal Volk
On 03/11/2013 08:20 PM Thomas Pries wrote: > Hi, > > I want to write some php code that users can change there dovecot > password via a roundcube plugin. I'm using php function crypt(...) to > generate the hashes and everything works well so far. > > > I'm using doveadm pw to generate testhash

[Dovecot] tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11

2013-03-03 Thread Pascal Volk
Hi Timo, today I've started Dovecot v2.2.rc2 (976bf9e69367) for the first time. /var/log/mail.log: Mar 3 14:28:33 mail dovecot: master: Dovecot v2.2.rc2 (976bf9e69367) starting up Mar 3 14:28:38 mail dovecot: master: Error: service(tcpwrap): command startup failed, throttling for 2 secs Mar

Re: [Dovecot] dsync: Invalid server handshake

2013-02-07 Thread Pascal Volk
On 02/05/2013 07:36 PM Dusan Zivadinovic wrote: > … > and I get this error: > > dsync-local(dz): Error: Invalid server handshake: dsync-server 2 > dsync-remote(dz): Error: Invalid client handshake: dsync-client 1 > > # lokal machine: dovecot 2.0.19apple1 running on Mac OS X 10.8.2 Server

Re: [Dovecot] password schemes in dovecot

2013-01-27 Thread Pascal Volk
On 01/27/2013 11:21 PM Daniel Parthey wrote: > Does the doveadm pw tool provide a way to check a plaintext password > against a user's hash from the passdb? … Check `doveadm pw -h` output. If it prints "[-t hash]", you can do something like: doveadm pw -t '{SHA256-CRYPT}$5$rounds=1000$0123456789

Re: [Dovecot] password schemes in dovecot

2013-01-27 Thread Pascal Volk
On 01/26/2013 01:04 AM Public wrote: > Hey there, > > I'm using the latest dovecot 2.1.13 > > In the wiki http://wiki2.dovecot.org/Authentication/PasswordSchemes BLF-CRYPT > is listed, but i can't use it. "doveadm pw -l" doesn't show it. And i'm > unsure about how I am supposed to use the diffe

Re: [Dovecot] BLF-CRYPT

2013-01-07 Thread Pascal Volk
On 01/07/2013 05:00 PM Kristof Bajnok wrote: > Hi, > > I get "Unknown scheme: BLF-CRYPT" messages if I try to use > Blowfish-encrypted passwords, even though it is supposed to be supported. It's supported on *BSD. AFAIK SUSE is the only Linux distribution with blowfish support in their libc. Use

Re: [Dovecot] doveadm-lda - segfault

2012-12-11 Thread Pascal Volk
On 12/11/2012 11:18 AM Kamil Jońca wrote: > When I try to > > dovecot-lda < message.txt > > (for sieve refiltering) I got segmentation fault. > Does it is bug in lda, or message does not keep standards? > KJ I've saved your example message and delivered it twice (Dovecot 2.1.11 and 2.0.21). I'

Re: [Dovecot] Message Flag definitions

2012-12-06 Thread Pascal Volk
On 12/06/2012 11:27 PM Chris Dutton wrote: > Hello, > > I am in charge of migrating our mail system from dovecot to another server, > and I am having to write a script to do this as tools like imapsync are too > slow. > > What I am trying to find is the definitions of the flags that dovecot add

Re: [Dovecot] Redelivery of mdbox messages to pass through sieve

2012-11-30 Thread Pascal Volk
On 11/30/2012 11:34 PM Hugh Davenport wrote: > Hey, > > I've been slack and haven't updated my sieve script for yonks, and > finally got round to it. > What I was wondering is whether there was a way to basically take all > the messages from a > folder and pass it through sieve again. I've found

Re: [Dovecot] sieve + dkim

2012-11-26 Thread Pascal Volk
On 11/26/2012 07:58 PM Николай Клименко wrote: > message sent from the sieve-vacation does not contain dkim signature > > how to configure sieve to send messages via smtp transport with signing? Configure a submission host: http://hg.dovecot.org/dovecot-2.1/file/e95479f439aa/doc/example-config/c

Re: [Dovecot] Need help for configure sieve

2012-11-20 Thread Pascal Volk
On 11/20/2012 11:53 PM Mathieu R. wrote: > > and got this error now : > … lda: Error: user math...@400iso.net: Error reading configuration: Invalid > settings: > postmaster_address setting not given … You have to configure a valid postmaster_address in conf.d/15-lda.conf Regards, Pascal -- T

Re: [Dovecot] Need help for configure sieve

2012-11-20 Thread Pascal Volk
On 11/20/2012 11:08 PM Mathieu R. wrote: > Le 20/11/2012 21:10, Pascal Volk a écrit : >> On 11/20/2012 09:01 PM Mathieu R. wrote: >>> i added >>> >>> dovecot unix - n n - - pipe >>>flags=DRhu user=vmail:vmail >&

Re: [Dovecot] Need help for configure sieve

2012-11-20 Thread Pascal Volk
On 11/20/2012 09:01 PM Mathieu R. wrote: > i added > > dovecot unix - n n - - pipe >flags=DRhu user=vmail:vmail > argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient} > > in master.cf in order to use LDA, is that enough ? > don't forget:

Re: [Dovecot] Need help for configure sieve

2012-11-20 Thread Pascal Volk
On 11/20/2012 08:10 PM Mathieu R. wrote: > … > Now i'm trying to configure dovecot to get sieve working, and i > probably missing something, cause i can not get it to fall in work... > > Thanks in advance, if you can help me a bit... > > here is my dovecot (2.1.10) conf : > > > 20:07 root@curz

Re: [Dovecot] Unsuscribe

2012-11-19 Thread Pascal Volk
On 11/19/2012 04:49 PM Hendrik wrote: > Please unsubscribe me The header of your message contains: List-Unsubscribe: , Regards, Pascal -- The trapper recommends today: defaced.

Re: [Dovecot] whoson plugin for 2.0

2012-11-16 Thread Pascal Volk
On 11/16/2012 11:21 PM Chuck Cochems wrote: > … > I need to return both the IP and the email address as a string to drop > it into the old code. > … You could check the code of the `doveadm who` command . It shows both, the user name and the IP address.

Re: [Dovecot] whoson plugin for 2.0

2012-11-16 Thread Pascal Volk
On 11/16/2012 04:27 AM Chuck Cochems wrote: > … > this is, of course, because getenv() no longer functions lie it used to > in plugins. > > so i need a replacement for getenv("IP") and getenv("USER") to make this > work. AFAIR: getenv was replaced by mail_user_plugin_getenv ,--[ lib-storage/ma

Re: [Dovecot] Dovecot newbie (migrating from qmail)

2012-11-13 Thread Pascal Volk
On 11/13/2012 05:28 PM Ajai Khattri wrote: > > Does Dovecot provide a utility to create maildirs? http://wiki2.dovecot.org/Tools/Doveadm/Mailbox#command_mailbox_create doveadm will be your friend. Regards, Pascal -- The trapper recommends today: deadbe

Re: [Dovecot] sessionid in logout line

2012-11-02 Thread Pascal Volk
On 11/03/2012 12:51 AM Aleksandar Lazic wrote: > Dear listmembers. > > I have the following > > login_log_format_elements = service=%s user=<%u> session=%{session} > method=%m rip=%r lip=%l mpid=%e %c %k > > Maybe I have overseen the config option to add the %{session} also to > the logout lin

Re: [Dovecot] Segmentation fault in doveadm with lib01_acl_plugin.so

2012-10-15 Thread Pascal Volk
On 10/14/2012 05:58 PM Alessio Cecchi wrote: > Thanks, my dovecot installation is build from source. Dovecot start > fine with core dumps enabled but doveadm don't return "Core dumped" when > crash. In your terminal emulator enter the following commands: ulimit -c unlimited dove

Re: [Dovecot] Error: User doesn't have home dir set, disabling duplicate database

2012-09-16 Thread Pascal Volk
On 09/16/2012 12:48 PM Carsten Laun-De Lellis wrote: > Hi all > > I receive the following error in my mail.log. > > Does anybody know how to configure dovecot to get rid of this ? > […] Fix your setup. ,--[ http://wiki2.dovecot.org/UserDatabase ]-- | The user database lookup returns these field

Re: [Dovecot] How Converting/Using courier-userdb Files ?

2012-08-31 Thread Pascal Volk
On 08/31/2012 03:51 PM Dirk Caspari wrote: > Hello, > > how can i convert/use the Original userdb-Files from courier Installation ? > The files are looking like a "Special"-DB-Format and are not readable. > - > #file /etc/courier/userdb.dat > /etc/courier/userdb.dat: GNU dbm 1.x or

  1   2   3   4   5   6   >