FIXED Re: RFC 2971: Cannot find Client ID in LOG

2025-02-05 Thread Patrick Ben Koetter via dovecot
* Aki Tuomi via dovecot : > > > On 05/02/2025 12:25 EET Patrick Ben Koetter via dovecot > > wrote: > > > > > > Greetings, > > > > I'm trying to get dovecot (2.3.21.1 (d492236fa0)) to note a client's ID > > (see: > > RF

RFC 2971: Cannot find Client ID in LOG

2025-02-05 Thread Patrick Ben Koetter via dovecot
17:13 v22016013320531498 dovecot[319998]: imap-login: Login: user=, method=PLAIN, rip=::1, lip=::1, mpid=320008, id=... secured Am I doing it wrong? TIA, p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München,

Re: Dovecot with Postfix "no SASL authentication mechanisms"

2023-09-04 Thread Patrick Ben Koetter via dovecot
fig http://paste.debian.net/1290864/ Please verify and show that /var/spool/postfix/private/auth has been created with correct permissions. p@rick -- Patrick Ben Koetter p...@state-of-mind.de ___ dovecot mailing list -- dovecot@dovecot.org To unsubscri

Re: Aw: Re: Re: mail-crypt long-term support? How to backup?

2023-08-05 Thread Ben Burk via dovecot
tly if run more frequently. I wrote all this before hearing about maildirlock. I may read about that and incorporate that as part of my solution possibly. -- Ben Burk BURK.TECH System Administrator Aug 5, 2023 6:53:34 AM eaerhaerhaehae aehraerhaeha : > But the files could always change aga

Re: Aw: Re: mail-crypt long-term support? How to backup?

2023-08-04 Thread Ben Burk via dovecot
pen sometimes, and send an external alert, not log it internally *Gesendet:* Montag, 31. Juli 2023 um 00:37 Uhr *Von:* "Ben Burk via dovecot" *An:* dovecot@dovecot.org *Betreff:* Re: mail-crypt long-term support? How to backup? I have a similar setup to you. Mail_crypt enabled, user-keys.

Re: mail-crypt long-term support? How to backup?

2023-07-30 Thread Ben Burk via dovecot
I have a similar setup to you. Mail_crypt enabled, user-keys. Like Aki says, its best to use tar for this. I wrote a script a year or so back to incrementally backup my mailboxes. Curious what others think. https://gitlab.com/ben.burk/burk.tech_personal/-/raw/master/maildirincbackup.sh On 7/3

Re: Flags/tags lost when moving e-mails to another folder

2023-03-06 Thread Alexis Ben Miloud--Josselin
e intact now. > > > Am 22.02.23 um 11:20 schrieb Alexis Ben Miloud--Josselin: > > I have an issue with e-mail tags/flags. The IMAP user is using > > Thunderbird or Roundcube with Thunderbird tags. > > > > When the user (with an IMAP client) moves an e-mail from a

Flags/tags lost when moving e-mails to another folder

2023-02-22 Thread Alexis Ben Miloud--Josselin
;/home/test/Maildir/cur/1672326270.M619318P11927.,S=2498,W=2551:2,Sa") = 0 Setting mbox_lazy_writes to yes and/or unsetting mail_cache_fields doesn't change anything. Any idea of what I am missing? Could this be a bug in Dovecot? Thanks in advance, -- Alexis Ben Miloud--Josselin Evolix

Re: Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?

2023-02-21 Thread Ben Burk
I would definitely get mail-crypt working on your system before worrying about encrypting existing emails. Iirc dovecot should support both types of files (encrypted, and non-encrypted) concurrently. So BEFORE you try anything, make sure via logs, etc that mail is being written to the fs as an

Re: Doveadm backup...

2022-02-28 Thread Ben Burk
So, a simple backup should be done by dsync finally ? Do you recommend finally NOT to do a backup ( Doveadm backup ) but a replication process ? ( https://wiki.dovecot.org/Replication ) ? On 2/28/22 06:24, Ben Burk wrote: Did you try running dsync? On 2/27/22 23:15, Stephane Magnier wrote: HI

Re: Doveadm backup...

2022-02-27 Thread Ben Burk
Did you try running dsync? On 2/27/22 23:15, Stephane Magnier wrote: HI, Any idea ? Any clue ? On 2/25/22 21:50, Stephane Magnier wrote: Hi I've recently tried to use the Dovecadm backup to backup the emails..  with the following syntax doveadm -Dv backup -u userx maildir:/mnt/nfs-backu

Dovecot, Solr (FTS) and iOS body search

2021-12-13 Thread Ben Howard
I had a question about full text search with Dovecot, Solr with iOS as a client (the built in default mail client). Does anyone happen to know if it's possible to get the iOS mail client to search bodies of email via IMAP with Dovecot and Solr on the server? I've looked at the IMAP queries bei

Re: SSL errors after certificate renewal

2021-09-07 Thread Ben Burk
s and Regards, Amol I assume you tried restarting dovecot, but just in case... -- Ben Burk BURK.TECH System Administrator

Re: Doveadm encrypt/decrypt files manually with per-user folder keys

2021-07-20 Thread Ben Burk
To anyone sifting through this mailing list in the future, I was able to accomplish manual encryption by moving mail or folders. This can be done in the client or through doveadm move. On 7/14/21 11:00 AM, Aki Tuomi wrote: On 14/07/2021 18:31 Ben Burk wrote: One more question and I think

Re: Doveadm encrypt/decrypt files manually with per-user folder keys

2021-07-14 Thread Ben Burk
ilbox cryptokey export -u user -U I've tried with On 7/12/21 1:25 AM, Aki Tuomi wrote: Try sudo -u vmail doveadm -o plugin/mail_crypt_private_password="${pass}" mailbox cryptokey export -u user '*' (note the '*') Aki -- Ben Burk BURK.TECH System Administrator -- Ben Burk BURK.TECH System Administrator

Re: Doveadm encrypt/decrypt files manually with per-user folder keys

2021-06-30 Thread Ben Burk
ettings: mail_attribute_dict = file:%h/Maildir/dovecot-attributes mail_plugins = $mail_plugins mail_crypt plugin {   mail_crypt_curve = secp521r1   mail_crypt_save_version = 2   mail_crypt_require_encrypted_user_key = yes } On 6/29/21 1:11 AM, Aki Tuomi wrote: On 29/06/2021 06:05 Ben Burk wrote: There is

Doveadm encrypt/decrypt files manually with per-user folder keys

2021-06-28 Thread Ben Burk
=foo:public_key_path=foo2:posix:prefix=/path/to/files/root path/to/file Is there a way to accomplish this using per-user folder keys? Is there some way of making sense of the information in the dovecot-attributes file to accomplish this? -- Ben Burk BURK.TECH System Administrator

Backing up per user keys for mailcrypt

2021-06-17 Thread Ben Burk
in this dovecot-attributes file? Is there any established procedure for restoring keys? Is it as simple as placing the dovecot-attributes file, if that is infact what needs to be backed up beforehand to perform a restore. -- Ben Burk BURK.TECH System Administrator

Issue with dovecot v2.3.4.1 and mail_crypt plugin. Email received, but not encrypted on disk until moved out of root Maildir folder. IMAP child crashes when mail is read from folder message was moved

2021-05-22 Thread Ben Burk
a client's retrieval of messages from the folder where mail was moved to, the log spits out the following: May 22 19:18:15 smtp dovecot: imap-login: Login: user=, method=PLAIN, rip=XXX.XXX.XXX.XXX, lip=YYY.YYY.YYY.YYY, mpid=31682, TLS, session=<7oASZPPCkN9EdIVp> May 22 19:18:15 smtp

doveadm REST API: Delete home

2021-03-24 Thread Patrick Ben Koetter
h kind of makes sense. Should I be using https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-fs-delete instead? TIA, p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263

Re: [EXT] doveadm backup from gmail with imapc

2020-04-11 Thread Ben Mulvihill
On Fri, 2020-04-10 at 15:13 +0300, Sami Ketola wrote: > > > > > On 10 Apr 2020, at 14.07, Ben Mulvihill > > wrote: > > > > > last answer from gmail: > > > > > 1586513176.126970 1944 OK Success > > last commands send

Re: doveadm backup from gmail with imapc

2020-04-10 Thread Ben Mulvihill
On Thu, 2020-04-09 at 13:48 +0300, Sami Ketola wrote: > > > > > On 31 Mar 2020, at 23.18, Ben Mulvihill > > wrote: > > > > Hello again, > > > > I am still stuck I'm afraid. > > > > I now have doveadm backup working perfectl

Re: doveadm backup from gmail with imapc

2020-04-08 Thread Ben Mulvihill
On Mon, 2020-04-06 at 23:25 +0530, Durga Prasad Malyala wrote: > On Wed, 1 Apr 2020 at 10:32, Ben Mulvihill > wrote: > > > >  > Hi,  Wouldn't a software like imapsync be a better tool here? > Rgds/DP Thanks for the suggestion. I think my next step will be to investi

Re: doveadm backup from gmail with imapc

2020-03-31 Thread Ben Mulvihill
ere a way to split it up? Command output and configuration are at the end of this message. Dovecot version is 2.3.10. Thanks in advance for any help. Ben ---- ben@expectation:~$ doveadm backup -D -R -u ben imapc: dsync(ben): Info: imapc(imap.gmail.com:993): Connected to 74.125.13

Re: doveadm backup from gmail with imapc

2020-03-31 Thread Ben Mulvihill
On Tue, 2020-03-31 at 09:06 +0300, Aki Tuomi wrote: > > > > On 30/03/2020 22:11 Ben Mulvihill wrote: > > > >   > > I am trying to backup a gmail account (not the one I am writing > > from) > > to dovecot, using doveadm-backup and imapc, but am having

doveadm backup from gmail with imapc

2020-03-30 Thread Ben Mulvihill
debug this I'd be grateful. Many thanks,  Ben root@expectation:/etc/dovecot# doveconf -N # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.15.0-91-generic x86_64 Ubuntu 18.04.4 LTS  auth_mechanisms = plain imapc_features = rfc822.size gmail-

doveadm rebuild: Failed to add attachment keywords

2020-03-26 Thread Patrick Ben Koetter
mer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein

Understanding doveadm rebuild

2020-03-26 Thread Patrick Ben Koetter
46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein

Re: doveconf complains No matches on !include conf.d/* line but still writes out contents in conf.d

2019-06-09 Thread Ben Ma via dovecot
n 2019/6/6 3:15, Ben Ma wrote: I'm on dovecot 2.3.3 (dcead646b). Output of `dovecot -n`: # 2.3.3 (dcead646b): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.3 (f018bbab) doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 98: No matches doveconf: Error: man

performance issue with UID SEARCH

2019-02-26 Thread Ben Burke via dovecot
m" I mean iostat -xmt 1 /dev/diskdevice shows 100% utilization for long periods and in some cases io service times are taking many seconds... which causes thunderbird to timeout when doing things like appending messages to user "Sent" mailboxes. Any ideas? Thanks, Ben Burke

Re: Calendar function ?

2018-10-21 Thread Patrick Ben Koetter
re of ACLs and logic and it also accesses the data backend, i.e. the SQL database. > - If yes, are these folders hidden? There aren't any. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein

Re: doveadm: problem listing shared mailboxes using a wildcard

2018-06-25 Thread Patrick Ben Koetter
service imap { executable = imap post-login } service post-login { executable = script-login /usr/local/bin/postlogin user = vmail } ssl = required ssl_cert = > > ---Aki TuomiDovecot oy > Original message ----From: Patrick Ben Koetter > Date: 25/06/2018 17:21 (GMT+02:00) T

Re: doveadm: problem listing shared mailboxes using a wildcard

2018-06-25 Thread Patrick Ben Koetter
ilbox list -s -u fd...@spike.test 'shared*' # /bin/doveadm mailbox list -s -u fd...@spike.test "shared\*" # /bin/doveadm mailbox list -s -u fd...@spike.test 'shared\*' p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München

doveadm: problem listing shared mailboxes using a wildcard

2018-06-25 Thread Patrick Ben Koetter
en Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein

Decryption method for Maildir messages stored by mail_crypt plugin

2018-05-17 Thread Ben Harrison
urce but figure it's worth seeing if there's some existing methodology I can employ here. Appreciate any feedback. Thanks, -- -- -- *Ben Harrison* *BHarrison.IT*843.492.4870

Re: FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-17 Thread Ben Woods
On 12 February 2018 at 23:34, Ben Woods wrote: > Hi everyone, > > I have a repeatable core dump when running dovecot on FreeBSD in the > specific scenario described below. > > Dovecot is linked against MIT kerberos in /usr/local/lib/, whilst PAM is > linked against Heimd

Re: FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-12 Thread Ben Woods
w" process that this all occurred during the pam_authenticate step in src/auth/passdb-pam.c (as per my DIAGNOSIS section in the previous email): https://github.com/dovecot/core/blob/2.2.33.2/src/auth/passdb-pam.c#L158 Regards, Ben -- From: Benjamin Woods woods...@gmail.com On 13 February 2018

FreeBSD Core dump: PAM authentication with Kerberos credentials (GSSAPI_MIT)

2018-02-12 Thread Ben Woods
build, so I have attached the build log to the FreeBSD bug report. Thanks in advance, Ben SCENARIO: - Build mail/dovecot with option GSSAPI_MIT (link against MIT kerberos from ports rather than Heimdal in base) - Configure dovecot for PAM authentication, using PAM service "imap": $ cat

Re: Securing postfix to dovecot (SASL) auth

2017-09-29 Thread Patrick Ben Koetter
es not honor an SSL encrypted layer for SASL auth. > You could use stunnel on the other end. That's what we usually do. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein

Re: sieve_imapsieve centos 7

2017-02-25 Thread Ben
On 25/02/2017 11:46, Aki Tuomi wrote: imapsieve needs much newer dovecot and sieve. In which case the OP would probably need to install from source, because that's the version in the CentOS 7 repo.

Re: sieve_imapsieve centos 7

2017-02-25 Thread Ben
i am using CentOS 7 centos-release-7-3.1611.el7.centos.x86_64 with dovecot dovecot-2.2.10-7.el7.x86_64. i am trying to set up AntiSpam with IMAPSieve but the package seems to be lacking sieve_imapsieve. is there anything i can do? i am not really interested in compiling from source because i l

doveadm "-v" optoin doesn't do anything ?

2017-02-24 Thread Ben
Hi, On 2.2.10, running the following doveadm -v -o mail_fsync=never backup -R -u m...@example.com imapc: There is zero output ? Running -D instead of -v it spews out debug messages. Any ideas ? Ben

Re: Sieve not filtering

2017-02-20 Thread Ben
Thank you for this. Actually, after many hours of head-bashing, I discovered the problem. sieve doesn't work when you're just using telnet port 25 ! I was doing : ehlo test mail from:sen...@example.com rcpt to:re...@example.com data Subject: hello world Hello World ! . With the above, sieve

Re: doveadm: Fatal: All your namespaces have a location setting

2017-02-20 Thread Ben
Hi! Can you post doveconf -n Aki # 2.2.10: /etc/dovecot/dovecot.conf # OS: Linux 3.10.0-514.6.1.el7.x86_64 x86_64 CentOS Linux release 7.3.1611 (Core) auth_mechanisms = plain login auth_verbose = yes auth_verbose_passwords = sha1 first_valid_uid = 1000 mail_location = maildir:~/Maildir man

doveadm: Fatal: All your namespaces have a location setting

2017-02-18 Thread Ben
Hi, I am trying to migrate mail from an old server and am receiving the following error : doveadm(u...@example.com): Fatal: All your namespaces have a location setting. Only namespaces with empty location settings are converted. (One namespace should default to mail_location setting) I fou

Re: Sieve not filtering

2017-02-18 Thread Ben
What I did when encountering a similar issue was to take one of the messages from INBOX that should have been moved elsewhere and use sieve-test on it: sieve-test -Tlevel=matching That generates a lot of output as it goes through every line of the sieve file and shows the actual values tha

Sieve not filtering

2017-02-17 Thread Ben
Hi, I have copied accross a known-good sieve file from a working server and its not filtering. Everything just gets chucked into INBOX. doveconf-n at the bottom of this mail Feb 17 16:05:20 server postfix/smtpd[51562]: 7FA5E12CBBC: client=unknown[192.168.167.57] Feb 17 16:05:23 server post

Re: sieve file backend: invalid option `active=~/.dovecot.sieve'

2017-02-14 Thread Ben
On 14/02/2017 14:44, Stephan Bosch wrote: Op 13-2-2017 om 18:15 schreef Ben: Hi, I am seeing the followin error in my logs (doveconf -n at the bottom of this mail): Feb 13 16:59:59 mxf dovecot: lmtp(45560, b...@example.com): Error: cs3NOQ7moVj4sQX: sieve: sieve file backend: invalid

Re: sieve file backend: invalid option `active=~/.dovecot.sieve'

2017-02-14 Thread Ben
On 14/02/2017 14:44, Stephan Bosch wrote: Don't specify the "sieve_dir" setting when you're using the new location syntax for the "sieve" setting. That setting is deprecated and causes the "sieve" setting to be interpreted differently for backwards compatibility. Thanks for the pointer, alt

sieve file backend: invalid option `active=~/.dovecot.sieve'

2017-02-13 Thread Ben
Hi, I am seeing the followin error in my logs (doveconf -n at the bottom of this mail): Feb 13 16:59:59 mxf dovecot: lmtp(45560, b...@example.com): Error: cs3NOQ7moVj4sQX: sieve: sieve file backend: invalid option `active=~/.dovecot.sieve' Feb 13 16:59:59 mxf dovecot: lmtp(45560, b...@ex

Re: Apparent Maildir permission issue

2017-01-24 Thread Patrick Ben Koetter
reate the new /home/HPRS/mark/ Import mail from /home/HPRS/mark_old to /home/HPRS/mark/ p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Good email client to use with Dovecot?

2016-11-18 Thread Patrick Ben Koetter
> > >My reason for exploring Alpine is I'm moving away from Claws, for > >non-technical reasons I won't burden this list with. > > > >Thanks, > > > >SteveT > > > >Steve Litt > >November 2016 featured book: Quit Joblessness: Start Your O

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-14 Thread Ben Johnson
On 11/11/2016 12:52 PM, Bill Shirley wrote: > This one is for vmail which is attached. > > Bill > > Thanks a lot for sharing this, Bill! I appreciate it! -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-10 Thread Ben Johnson
rthwhile. Interesting quandary... I would love to see the script! No problem if it's a bit "rough around the edges"; the overall concept and approach are what's important to me. -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-10 Thread Ben Johnson
t argument? Again, for convenience, the pipe script I'm using: http://pastebin.com/zXzBDcvG And the debug output from said pipe script: http://pastebin.com/rz2f4S4G My full "doveconf -n": http://pastebin.com/hCgpA009 Thanks! -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-09 Thread Ben Johnson
astebin.com/4xdGNXa6 Thanks again, -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-09 Thread Ben Johnson
among others, such as quotas not being enforced when a "trained" message is "copied" on the filesystem instead of "delivered" via an LDA. The more I think about this, the more I think I should go back and study the very first thread from June, 2013... maybe the solution is more or less the same! -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
sted about my woes with the dovecot-lda crashing issue many times here... nobody seems to have any other ideas. Wish there was an official bug-tracker.) I'll give it a shot and report back! -Ben

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
On 11/3/2016 10:07 PM, Ben Johnson wrote: > Hello! > > I had hoped that marking all messages that arrive to a specific mailbox > as read/seen would be as simple as applying the following sieve script > to all incoming mail for that mailbox user: > > #

How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-03 Thread Ben Johnson
";" on the web, but all of them are wrapped in conditional logic of some variety. This is a spam-training mailbox and I simply want everything marked as seen/read upon arrival so I'm not bothered/notified every time. Thanks for any pointers here! -Ben

Re: How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-14 Thread Ben Johnson
On 9/14/2016 12:31 AM, Aki Tuomi wrote: > Can you post output of bt full? > > Aki Sure! It seems better suited to pastebin: http://pastebin.com/4xdGNXa6 Thanks for any help! -Ben

Re: How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-13 Thread Ben Johnson
quot; destaddr_source = 0x56242ac6d3af "" process_euid = 5000 stderr_rejection = false ret = c = error = MAIL_ERROR_NONE Thanks in advance for any additional insight that you may be able to provide! -Ben

How to obtain a "non-stripped" executable for producing a usable core-dump

2016-09-13 Thread Ben Johnson
w to avoid them. Perhaps I am simply ignorant, but if that is the case, there is little to no hope for the "average user" where submitting bug reports is concerned. Any guidance would be most appreciated. Thanks in advance, -Ben

Capturing dovecot core dump and debugging with gdb: ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

2016-09-12 Thread Ben Johnson
No such file or directory. (gdb) The obvious question is why the "core file may not match specified executable file". What am I doing wrong here? Any help would be greatly appreciated. Thanks in advance! --Ben # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14

Re: dovecot-lda core-dumps when antispam pipe script calls it

2016-08-23 Thread Ben Johnson
n't account for sieve, quota, etc. And I want the delivery to be logged. Again, this works fine: # su vmail $ /usr/lib/dovecot/deliver -d "sa-train...@example.org" -m "Training.HAM" -p /var/vmail/gtube.txt Here's the output from the logging that we added: htt

dovecot-lda core-dumps when antispam pipe script calls it

2016-08-19 Thread ben
.err: Aug 19 12:04:24 example.com dovecot: lda(sa-train...@example.com): Fatal: Can't open delivery mail as raw: Permission denied I'm not sure how to interpret this message. Where is permission being denied? More importantly, what's the fix? Thanks for any hints! -Ben Apologies

Re: antispam plugin pipe script seems not to be called when it "should be"

2016-08-19 Thread ben
On 2016-08-18 22:58, Edgar Pettijohn wrote: On 16-08-18 22:43:32, Ben Johnson wrote: On 8/18/2016 10:26 PM, Ben Johnson wrote: > Hello, > > (Full "doveconf -n" output is at the end of this message.) > > I'm attempting to recreate a "recipe" I had use

Re: antispam plugin pipe script seems not to be called when it "should be"

2016-08-18 Thread Ben Johnson
On 8/18/2016 10:26 PM, Ben Johnson wrote: > Hello, > > (Full "doveconf -n" output is at the end of this message.) > > I'm attempting to recreate a "recipe" I had used successfully for quite > some time (in Ubuntu 12.04 LTS), which allowed me to train &

antispam plugin pipe script seems not to be called when it "should be"

2016-08-18 Thread Ben Johnson
2016-08-18 19:09:47.307392919 -0400 Modify: 2016-08-18 19:09:31.231391749 -0400 Change: 2016-08-18 19:09:31.231391749 -0400 Birth: - What might I be doing incorrectly here? Please let me know if I can provide any other information. Thank you in advance, -Ben Full "doveconf -n" output

Re: What might cause messages delivered with dovecot-lda to be "invisible" to IMAP clients?

2016-08-18 Thread Ben Johnson
pache.org/gtube/gtube.txt $ /usr/lib/dovecot/dovecot-lda -d "t...@example.com" -p "/var/vmail/gtube.txt" That's wonderful! But it brings me back to my original question, which is why I'm unable to use dovecot-lda to feed my antispam pipe program. I'll post a sep

What might cause messages delivered with dovecot-lda to be "invisible" to IMAP clients?

2016-08-18 Thread Ben Johnson
h regard to the filesystem, the message is present and contains the intended contents. Here's the "stat" output: $ stat /var/vmail/example.com/ben/Maildir/cur/147156.M685753P32257.example.com,S=24:2, File: '/var/vmail/example.com/ben/Maildir/cur/147156.M685753P32257.

Re: Disabling passdb pam in local.conf

2016-06-28 Thread Patrick Ben Koetter
to review and rethink this. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * Marcus Rueckert : > > > What am I missing? > > > > That 10-auth.conf is actually meant to be edited. most distros should > > have configuration file handling pretty much figured out by now. so > > none of your changes to those files

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Patrick Ben Koetter
comes to mind. As I repeatedly said none of those actions are an option in this project. I think we better stop this thread. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
, 2016, at 4:28 PM, Patrick Ben Koetter wrote: > > > > * Edgar Pettijohn : > >> Is your goal to have "1" config file? > > > > No, that would eliminate the ability to change distro settings via the > > regular > > package management. >

Re: Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Disabling passdb pam in local.conf

2016-06-20 Thread Patrick Ben Koetter
there is a way to acchieve what I want. I just don't seem to find it. What am I missing? Regards, p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Be

Re: Hypothetical feature suggestion

2016-01-21 Thread Patrick Ben Koetter
rg/wiki/Lemonade_Profile p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Enterprise Repository Access?

2016-01-06 Thread Ben Johnson
e Dovecot Store that provided no-cost access to this repository. Any information in this regard is very much appreciated. Thank you in advance! -Ben

Re: Howto get information about quota used

2016-01-03 Thread Patrick Ben Koetter
r? Try this: # doveadm quota get -A ... p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Ideas needed for archiving

2015-12-15 Thread Ben
On 15/12/2015 14:08, Piotr Pies Ostrowski wrote: On Tue, Dec 15, 2015 at 11:50:06AM +, Ben wrote: I've been asked by a user whether it's possible to stop their IMAP client downloading messages older than a given date. Whilst I'm guessing it may well be possible to do this cl

Ideas needed for archiving

2015-12-15 Thread Ben
I've been asked by a user whether it's possible to stop their IMAP client downloading messages older than a given date. Whilst I'm guessing it may well be possible to do this client-side using folders and subscriptions, it got me thinking is there a way to do this server side on dovecot ?

Re: Dovecot CalDAV server

2015-09-11 Thread Patrick Ben Koetter
ed through open standards. For an overview check SOGo is good groupware. It is rock solid and runs stable. But it won't scale for what Timo is after. At least that's what I was told a while ago. p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669

Re: Dovecot CalDAV server

2015-09-10 Thread Patrick Ben Koetter
hey'd want to replace that.) -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: centos 7 dovecot 2.2.10 segmentation fault on devcot/auth using ldap driver in userdb

2015-06-17 Thread Patrick Ben Koetter
t München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Calendar and address book with Dovecot

2015-04-09 Thread Patrick Ben Koetter
mail. What comes to mind: - Horde - SOGo - Kolab - Radicale - Modoboa (with management for Radicale) -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben K

Thunderbird supports SPECIAL-USE (Merry x-mas!)

2014-12-26 Thread Patrick Ben Koetter
e Thunderbird team and reassigned them to Firefox OS. Things slowed down significantly and Microsoft Outlook became the first mail client to adopt SPECIAL-USE. Two years later - together with Ben Bucksch (Thunderbird developer) - we finally succeeded and it is about time to close the RFE [4]. Nobo

How best to confirm that dovecot LDA logging is working correctly?

2014-10-06 Thread Ben Johnson
o mailbox 'Training.SPAM' I'm trying to make sense of this behavior; the implication seems to be that dovecot-lda is crashes immediately, before it can log anything, when it's triggered via Antispam. Is there some way to determine what's happening? I've posted coredump and trace information previously, and nobody replied. Thanks for any help! -Ben

Re: Trouble getting listescape plugin to work with "$" separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-02 Thread Ben Johnson
On 10/2/2014 9:57 AM, Teemu Huovila wrote: > On 10/01/2014 09:43 PM, Ben Johnson wrote: >> Ultimately, I have two questions: >> >> 1.) Is the nesting structure that I've employed correct? The Wiki 2 page >> is not clear with regard to the nesting; is it correct

Trouble getting listescape plugin to work with "$" separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-01 Thread Ben Johnson
ce" block inside the "protocol imap" block, as I demonstrated above? 2.) Is it possible to escape the dollar sign so that it can be used as the separator? Full "doveconf -n" output is included below. Thanks for any assistance, -Ben # doveconf -n # 2.2.9: /etc/dovecot/dovecot.co

Re: Backtrace io_add(0x1) called twice fd=7 (was Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?)

2014-09-17 Thread ben
On 2014-08-07 11:41, Ben Johnson wrote: On 8/7/2014 11:14 AM, Steffen Kaiser wrote: one idea: http://www.tldp.org/LDP/abs/html/exitcodes.html exit code 134 would be in bash's meaning (if this website is correct all) some program died off signal 6. This would be Abort in Linux. prepend

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-28 Thread Ben Johnson
On 8/20/2014 5:37 AM, Timo Sirainen wrote: > On 18 Aug 2014, at 17:30, Ben Johnson wrote: > >> Ironically, the very reason for which I replaced my distro's source >> repos with >> >> deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2 main >> deb-

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-18 Thread Ben Johnson
On 8/18/2014 8:36 AM, Ben Johnson wrote: > Just an observation: I sent another message to the list a few days > before this message, describing an unhandled exit scenario where > dovecot-antispam plug-in is concerned ("Re: Backtrace io_add(0x1) called > twice fd= (was Exit status

Re: Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-18 Thread Ben Johnson
On 8/17/2014 5:11 PM, Timo Sirainen wrote: > On 15 Aug 2014, at 21:53, Ben Johnson wrote: > >> # gdb /usr/lib/dovecot/imap /var/vmail/example.com/user/core >> Reading symbols from /usr/lib/dovecot/imap...(no debugging symbols >> found)...done. >> [New LWP 278

Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night

2014-08-15 Thread Ben Johnson
aded: /usr/lib/dovecot/modules/lib90_antispam_plugin.so Aug 15 19:39:30 xen dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/example.com/ben/Maildir Aug 15 19:39:30 xen dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:storage=0B Aug 15 19:39:30 xen dovecot: imap: Debug

Re: Backtrace io_add(0x1) called twice fd= (was Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?)

2014-08-15 Thread Ben Johnson
On 8/8/2014 12:40 PM, Ben Johnson wrote: > Unfortunately, despite the valiant effort, the behavior is exactly the > same; still seeing exit code status 134 whenever the antispam plugin > fires. :( > > And yes, Steffen, the fd=7 is always present and the same. > >> >

Re: Sieve: Saving "pristine" messages for backups and spam training

2014-08-11 Thread Ben Johnson
ed to reclassify messages, or expunge them, doing so is trivial with this master corpus approach. > Am I missing something obvious here? > > Thanks! > Jeff Happy to provide a sample script for the antispam plugin's mailtrain back-end, as that's the one I use. Cheers, -Ben

Re: Backtrace io_add(0x1) called twice fd= (was Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?)

2014-08-08 Thread Ben Johnson
On 8/8/2014 4:38 AM, Steffen Kaiser wrote: > On Thu, 7 Aug 2014, Ben Johnson wrote: >> On 8/7/2014 11:14 AM, Steffen Kaiser wrote: >>> one idea: http://www.tldp.org/LDP/abs/html/exitcodes.html >>> >>> exit code 134 would be in bash's meaning (if this

Re: Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-08-07 Thread Ben Johnson
o reproduce this on an identically-configured server. I wonder if it would be worth changing the version of Dovecot. But I hate to play whack-a-mole if a more systematic approach is to be had. Thanks again, -Ben

Re: Exit status code 134; what is it, in the context of Dovecot Antispam plug-in?

2014-08-07 Thread Ben Johnson
On 7/29/2014 11:20 AM, Ben Johnson wrote: > On 7/29/2014 3:13 AM, Steffen Kaiser wrote: >> On Mon, 28 Jul 2014, Ben Johnson wrote: >> >>> I have some debugging output in my pipe script; the output looks >> >> How does your script looks like? >> >

  1   2   3   4   5   6   >