similar to: dovecot-1.2-managesieve sieve_dir permissions

Displaying 20 results from an estimated 10000 matches similar to: "dovecot-1.2-managesieve sieve_dir permissions"

2009 Jul 12
1
How to create managesieve core dumps
I've found this in my dovecot.log: ,--[ /path/to/dovecot.log ]-- | Jul 11 01:44:29 dovecot: Info: Dovecot v1.2.1 starting up | ... | Jul 11 01:50:21 auth(default): Info: client in: AUTH 1 PLAIN service=sieve lip=192.168.111.222 rip=192.168.111.122 lport=12000 rport=35084 resp=<hidden> | Jul 11 01:50:21 auth(default): Info: sql(j.doe at
2009 Jun 13
1
Dovecot v1.2.rc5 dbox file permissions
Hi Timo, I've just setup Dovecot v1.2.rc5 and switched the mailbox format of one account to dbox. Therefor I've created an empty directory, called dbox, with access mode 0700, like the user's home directory. After the IMAP login with Thunderbird some dboxes was created. All permissions were set fine (0700 / 0600), except the permissions for the files: *
2009 Jul 25
1
dovecot-1.2 changeset: 9238:1eb00fd62d1c causes a compiler warning
Hi Timo, gcc tells me: main.c: In function ?main_init?: main.c:182: warning: suggest parentheses around comparison in operand of & src/imap/main.c:182: if (username == NULL & IS_STANDALONE()) Regards, Pascal -- The trapper recommends today: cafebabe.0920623 at localdomain.org
2010 May 30
2
dovecot-2.0-pigeonhole/ManageSieve: wrong service name
Hi Stephan, ManageSieve uses the wrong? service name for the authdb lookup. With dovecot-1.2-managesieve the service name was changed from 'managesieve' to 'sieve'. So I altered my table layout in order to make the query "SELECT userid AS "user", password FROM dovecotpassword('%Ln', '%Ld') WHERE %Ls" work again. When I try to login on the sieve
2010 Mar 18
1
RTFM: Manual pages for Dovecot v2.0
Hello Dovecot admins. I've started writing manual pages for Dovecot v2.0. I'm sure they are not perfect yet. I'd like to ask you all to read the manual pages. It would be nice to get some ideas/suggestions/improvements. So that that the Dovecot v2.0.0 release could be distributed with /fine manuals/. The manual pages are available at: http://wiki2.dovecot.org/ManPages This is also
2010 Mar 27
2
v2.0.beta4: conversion of v1.2 configuration
Hi Timo, I've just tried to convert my v1.2 configuration to a v2.0 configuration. Below a few obsolete warnings, among others "mail_executable has been replaced by service { executable }", was an interesting error: "doveconf: Error: duplicate listener: 198:" The broken parts of the converted configuration: # 2.0.beta4 (84ffb38839b9): /etc/dovecot/dovecot.conf # OS: Linux
2015 May 10
0
Xi broken
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): > The attached patch could solve the problem. Regards, Pascal -- The trapper recommends today:
2009 Jun 14
1
v1.2.rc5 imap ignores configuration reloads
Hi Timo, after changing the mail_executable in the imap {?} section I have to restart Dovecot v1.2.rc5, otherwise the changes are not accepted. With Dovecot v1.1.x (tested with v1.1.11 and v1.1.16) it's enough to send a SIGHUP to the dovecot process. Regards, Pascal -- The trapper recommends today: c01dcofe.0916521 at localdomain.org
2014 Dec 09
0
Sieve permissions issue following update
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 script and got the same: > > shiofuki dovecot: lda(gessel at
2012 Jan 13
2
2.1.rc3 (1a722c7676bb):dsync umlaut problems
All umlauts in mailbox names are lost after converting mbox/Maildir mailboxes to mdbox. [location2 scp-ed from the old server] # ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/ /srv/import/Maildir/.Gel&APY-schte Elemente/ # dsync -u jane at example.com -v mirror maildir:/srv/import/Maildir/ ? dsync(jane at example.com): Info: Gel?schte Elemente: only in dest ? ? # doveadm mailbox
2009 Jul 30
2
v1.2.2 / rev 0ec0b1f1ac6a+: imap crash
Hi Timo, the preconditions was: a dbox converted (convert-tool) from Maildir contents of dbox/mailboxes/INBOX/dbox-Mails was: - dovecot.index.log [64876 bytes] - dovecot-uidlist [167280 bytes] - 3237 mails I've started mutt to see the mails. Mutt lost the connection immediately. The log shows nothing strange except for: dovecot: Error: child 12136 (imap)
2011 Dec 07
2
2.1.rc1 (1e118913348b): Panic: file mail-user.c: line 128 (mail_user_ref): assertion failed: (user->refcount > 0)
Hi Timo, right after delivering the message to the INBOX the lmtp crashes. I wonder about the "Sent" in the attached backtrace. Regards, Pascal -- The trapper recommends today: c01dcofe.1134117 at localdomain.org -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: doveconf.txt URL:
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Hi Timo, I'm playing with Dovecot v1.2.beta2 currently. When the dict process was started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT) after delivering only one message, it logs: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor If the dict process was not started or deliver has delivered more than one message, the error doesn't occur. I'm not using
2009 May 12
2
Deliver hangs after reloading the Dovecot configuration
Hello Timo, deliver hangs after reloading the Dovecot configuration. How to reproduce: 1. start dovecot 2. deliver a message via deliver 3. modify dovecot.conf:plugin {quota_rule} 4. kill -HUP $PID_of_dovecot 5. deliver the next message via deliver Dovecot v1.2.beta2 died in this case with a panic: file dict-process.c: line 152 (dict_listener_input): assertion failed:
2015 Jan 15
2
[SERVERBUG] failed to send mail with SA and antispam plugin
Hehe sure. Here would be the output of dovecot -n on my maibox server: # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.8 ext4 auth_master_user_separator = * auth_mechanisms = plain login cram-md5 disable_plaintext_auth = no first_valid_uid = 150 last_valid_uid = 150 login_trusted_networks = X.Y.Z.X mail_location = maildir:/var/vmail/%d/%n/Maildir mail_plugins = quota
2009 Nov 12
2
read/connect anvil-auth-penalty failed: EOF/Connection refused
Since the changesets: http://hg.dovecot.org/dovecot-2.0/rev/9bec70f26637 http://hg.dovecot.org/dovecot-2.0/rev/75b48fa3aec4 there is another problem. A `dovecot stop`, while auth and auth -w are still running, logs: Nov 12 03:17:00 master: Warning: Killed with signal 15 (by pid=31656 uid=0 code=kill) Nov 12 03:17:00 auth: Error: read(anvil-auth-penalty) failed: EOF Nov 12 03:17:00 auth:
2010 Jun 21
2
Panic: file doveadm-print-table.c: line 56 assertion failed
Hi Timo, `doveadm -f table mailbox status -u bar all inbox\*` aborts with: Panic: file doveadm-print-table.c: line 56 (doveadm_calc_header_length): assertion failed: ((value_count % hdr_count) == 0) Backtrace is attached. Regards, Pascal -- The trapper recommends today: c01dcofe.1017215 at localdomain.org -------------- next part -------------- An embedded and charset-unspecified text was
2011 Dec 10
1
2.1.rc1 (51d87deb5c26): %{gid} modification problem
I tried to apply the X modifier to the %{gid} variable: 'mail_attachment_dir = /srv/mail/.SiS/%X{gid}'. But the name of the created directory is '0', instead of '11172'. Regards, Pascal -- The trapper recommends today: c01dcofe.1134416 at localdomain.org
2012 Jan 13
1
2.1.rc3 (1a722c7676bb): doveadm mailbox list withholds child mailboxes
Probably I've overlooked something. But a quick search in `hg log -k doveadm` didn't show appropriate information. doveadm mailbox list -u user at example.com doesn't show child mailboxes. mailbox = N/A || \*: Sent Trash INBOX Drafts Junk-E-Mail Supplier mailbox = Supplier*: Supplier mailbox = Supplier/*: Supplier/Dell Supplier/VMware Supplier/? The same problem exists in
2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
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 3 14:28:38 mail dovecot: tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal