Re: ulimit -n vs client_limit vs process_limit

2020-12-17 Thread Jens Urban
Hi Joseph, we set following value in the system service file for dovecot: # We have trouble with `Too many open files': LimitNOFILE=8192 Jens > imap-login: Error: socketpair() failed: Too many open files: user=<*>, ...

Re: Disallow acces via imap, but keep lmtp running

2020-12-16 Thread Jens Urban
on. I use "parallel" to optimize the runtime. Jens >Hi all, > >what is the best way to temporarily disable access to a mailbox via >imap, but keep it possible to deliver to the mailbox via lmtp? > I want to migrate some mailboxes around and would like to ens

Re: Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-12-10 Thread Jens Rey via dovecot
*NOW* it actually works. I updated dovecot *and* rspamd, so not completely sure, what fixed it. But as far as I remember, I also tested without rspamd by piping messages to a shell script which did not do anything, resulting in the same error. Am 20.11.19 um 16:32 schrieb Jens Rey via dovecot

Re: Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-11-20 Thread Jens Rey via dovecot
Hmm, so now it suddenly works. So, why would it not fail when run in GDB? That would be my question as well. I have no idea except from having executed gdb as root and dovecot running as user vmail.

Re: Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-11-19 Thread Jens Rey via dovecot
;: Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh (13335): Destroy imap(user@domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Info: sieve: pipe action: piped message to program `rspamd-learn-ham.sh' There is more output, lots more, but we are talking about spam after all... If it is needed, please say so and I will provide it. Regards, Jens

Re: Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-11-17 Thread Jens Rey via dovecot
Since I want to avoid debugging old and already fixed bugs, I updated to # dovecot --version 2.3.8 (9df20d2db) Now the debug log is a bit more chatty, but the error remains: Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Created Debug: program exec:/usr/lib/dovecot/sieve/rspamd

Re: Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-11-16 Thread Jens Rey via dovecot
make sa-laern-ham.sh change name to rspamd-learn-ham.sh and addopt sieve to that name change I thought about the same thing while following the wiki guide. But in the end it's just the name of a bash script. Now I changed it as you proposed, since it just makes more sense, but the error remain

Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11

2019-11-16 Thread Jens Rey via dovecot
r/lib/dovecot/sieve/sa-learn-ham.sh Results for file: stdin (0.000 seconds) error = " has been already learned as ham, ignore it"; filename = "stdin"; scan_time = 0.0; Any ideas what causes the abnormal temrination of the script? Regards, Jens

Quota error for disabled namespace

2017-02-09 Thread Riecken Jens
s or flag it as debug messages. I'm thankful for every solution for this problem! Best regards Jens Environment: Dovecot Version 2.2.27 (c0f36b0) Red Hat Enterprise Linux Server release 7.3 (Maipo) Linux 3.10.0-514.6.1.el7.x86_64 doveadm user '*' |wc -l: 15946 Relevant conf

File permissions: system groups for do not work for group/shared mailboxes

2015-09-08 Thread Jens Kirchner
1:rwx default:mask::rwx default:other::--- user1 is in roup1 When setting username-based permissions (GroupboxA), the mailbox is usable and subsribable; when setting groupname-based permissions (GroupboxB) it is not subscribable/usable. Thanks for your help in advance and best regards, Jens

To dovecot-ee or not to dovecot-ee

2014-10-13 Thread Jens Dueholm Christensen
e but access to a YUM repo and RPM packages? Regards, Jens Dueholm Christensen Survey IT

RE: Migrating from 2.0.x to 2.2

2014-09-05 Thread Jens Dueholm Christensen
(in other systems) there might be a datastructure or something else thats problematic.. > * stop services on both machines > * rsync a last time > * start services on the new machine > * change IP or DNS That is exactly the plan.. > well, and since you don't change data o

Migrating from 2.0.x to 2.2

2014-09-05 Thread Jens Dueholm Christensen
.2.x and see what happens, but is that possible or is there another (and better) way short of installing 2.0.x on the new machine, rsync everything and then upgrade to 2.2.x? Regards, Jens Dueholm Christensen

Re: [Dovecot] %d in configuration file does not work

2013-01-19 Thread Jens Tobiska
But indeed, your solution also works. I did not realize that in "mutt -f imap://j...@mydomain.com", the login is "jens" and the rest is the name of the server, while the login itself needs to be jens@domain. Thank you. On Sat, Jan 19, 2013 at 9:31 PM, Jens Tobiska wrote:

Re: [Dovecot] %d in configuration file does not work

2013-01-19 Thread Jens Tobiska
Figured it out. I had to add my domain to auth_realms and auth_default_realm in dovecot.conf Thanks again. On Sat, Jan 19, 2013 at 9:22 PM, Thomas Leuxner wrote: > * Jens Tobiska 2013.01.19 21:15: > > > Unfortunately this did not fix it. The log is still the same. > >

Re: [Dovecot] %d in configuration file does not work

2013-01-19 Thread Jens Tobiska
On Sat, Jan 19, 2013 at 8:57 PM, Thomas Leuxner wrote: > * Jens Tobiska 2013.01.19 20:50: > > > dovecot and MYREMOTEIP is the ip of the computer from which I try to > > connect). I used "mutt -f imap://j...@mydomain.com/INBOX" to connect. > > > > 2013-01

Re: [Dovecot] %d in configuration file does not work

2013-01-19 Thread Jens Tobiska
Thank you for the reply. Please see below for some more details. On Sat, Jan 19, 2013 at 6:34 PM, Thomas Leuxner wrote: > * Jens Tobiska 2013.01.19 18:04: > > > passdb passwd-file { > >args = /etc/auth/%d/shadow > > } > > This looks like a pre-2.x Vers

[Dovecot] %d in configuration file does not work

2013-01-19 Thread Jens Tobiska
I am trying to set up dovecot in a postfix virtual account/domains setting. In the configuration file I would like to use %d in two places, for: mail_location = /var/mail/vhosts/%d/%n and to specify the location of the respective passwd file: passdb passwd-file { args = /etc/auth/%d/shadow }

Re: [Dovecot] lda/sieve ignores quota from ldap

2011-12-03 Thread Jens Meißner
Am Fri, 2 Dec 2011 23:22:24 +0200 schrieb Timo Sirainen : > On 30.11.2011, at 20.04, Jens Meißner wrote: > >> I'm using Dovecot 2.0 with Sieve as MDA and Postfix as MTA. The >> Postfix delivery command is /usr/lib/dovecot/dovecot-lda -f >> "$SENDER" -a &

[Dovecot] lda/sieve ignores quota from ldap

2011-11-30 Thread Jens Meißner
). What is wrong? What must I do to getting this to work? Thanks in advance. Regards Jens doveconf -n: # 2.0.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-xen-amd64 x86_64 Debian 6.0.3 nfs mail_location = maildir:/var/mail/%u mail_plugins = quota managesieve_notify_capability = mailto mana

[Dovecot] listescape breaks acl plugin

2011-01-02 Thread Jens
t a dot in foldername. I Hope this is not a bug but only a configuration issue. Thanks for any hints in advance and best Regards Jens # 2.0.8: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32 x86_64 Gentoo ext4 auth_mechanisms = plain login cram-md5 auth_socket_path = /var/run/dovecot/auth-userd

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Jens Meyer
seeing this record, correct? Kind regards, Jens Eric Toczek schrieb: Jens Meyer wrote: Hello Eric, thank you very much for your prompt and helpful reply! The connect seem to work fine now. Please allow me two additional questions: Is it correct that this database-table is only a &

Re: [Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Jens Meyer
l ext /usr/libexec/dovecot/expire-tool --test". Thank you again, kind regards! Jens Eric Toczek schrieb: Jens Meyer wrote: Unfortunately I have problems with the dictionary: --> dovecot: Aug 05 13:30:25 Error: dict: Unknown dict module: db dovecot: Aug 05 13:30:25 Error: dict: Failed to i

[Dovecot] expire-plugin: configuration dict-server

2008-08-05 Thread Jens Meyer
s how to use the expire-plugin with mysql-connection (i.e. database-scheme, SQL-Select)? Kind regards, Jens

Re: [Dovecot] Sort output of dovecot -n alphabetically?

2008-05-22 Thread Jens Dönhoff
indows. Greetings, Jens

Re: [Dovecot] auth_socket_path permissiones

2008-05-22 Thread Jens Dönhoff
g filesystem ACLs for the auth socket. Greetings, Jens

Re: [Dovecot] Running sieve filters on already delivered mails

2008-05-20 Thread Jens Dönhoff
--On Tuesday, May 20, 2008 10:00:54 PM +0200 Axel Gembe <[EMAIL PROTECTED]> wrote: I want to know what the best way to run sieve filters on already delivered mail is. RTFWiki! (<http://wiki.dovecot.org/HowTo/RefilterMail>) Greetings, Jens

Re: [Dovecot] Postfix & Dovecot LDA

2008-05-18 Thread Jens Dönhoff
or dovecot and this supportive mailinglist btw. (even though this is my first post: hi everyone :) ) Greetings, Jens

Re: [Dovecot] outlook2003 fails sasl authentication

2008-03-12 Thread Jens Meyer
egards, Jens Johan Hendriks schrieb: Hello all i have postfix running with dovecot-sasl and mysql as a backend. It all runs good. I run into trouble as where outlook 2003 fails to authenticate when sending e-mail. I have thunderbird outlook2007 and 2003 clients. The tunderbird and 2007 clien

Re: [Dovecot] Debugging sieve-options

2008-03-12 Thread Jens Meyer
, Jens Chris Vogel schrieb: Hey Jens, the big picture is: The sieve plugin works with deliver. Deliver is the lda (local delivery agent), which comes with Dovecot. To use it you need to configure your mailer (postfix / exim / sendmail) to deliver emails using Dovecots deliver instead of

[Dovecot] Debugging sieve-options

2008-03-11 Thread Jens Meyer
ar/run/dovecot/auth-master mode: 432 user: vmail group: mail <-- Thank you, kind regards, Jens

Re: [Dovecot] Mark E-Mail as read

2007-07-05 Thread Jens M.
Ok, I'll take a look at it. Thank's a lot! Timo Sirainen schrieb: On Thu, 2007-07-05 at 13:28 +0200, Jens M. wrote: Hi all, is there a way to configure Dovecot, so that it marks my e-mails as read, when I recieve them with pop3, but leave them on the server? It does that

[Dovecot] Mark E-Mail as read

2007-07-05 Thread Jens M.
Hi all, is there a way to configure Dovecot, so that it marks my e-mails as read, when I recieve them with pop3, but leave them on the server? Regards, Jens

Re: [Dovecot] SQL mail storage - yes yes yes!

2007-03-31 Thread Jens Knoell
up the message in one copy per recipient before handing them to the LDA. At least I'm relatively sure that the splitting happens at MTA level. -- Jens Knoell Network Administrator *Surefoot, L.C.* 1500 Kearns Blvd. Suite A-100 Park City, UT 84060 Phone: (435) 655 8110 ext. 109 Fax: (435