Re: Postlogin script

2017-11-10 Thread Joseph Tam
"j.emerlik" writes: I would like to prepare postlogin a script that allow imap connection to roundcube for all but restrict imap access for selected users. "from" roundcube? Is possible in condition IF use IP addresses as range or with mask (because I've more than one web servers) ? Of co

Replication oddities - different sizes between replicated nodes

2017-11-10 Thread Remko Lodder
Dear Dovecot community, As discussing on IRC with Aki, I have the following thing happening: I got an alert from my mailservice last night that I was running over quota. My quota reached almost 91% (coming from 30%) in one day. I do not recall receiving so much email (we talk about multiple gb’s

Re: rawlog segfaults (error 4 in libdovecot.so.0.0.0)

2017-11-10 Thread Thomas Robers - TUTECH
Am 10.11.2017 um 11:19 schrieb Aki Tuomi: rawlog files are plain text, readable files. you do not need to dump them with doveadm. but the file command says > file 20171110-101523-29744.in > 20171110-101523-29744.in: data and less [...] may be a binary file. See it anyway? [...] Whe

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
Alex, that's good to know. The defaults for Fedora: [0:root@elmo squid]$ doveconf | grep maildir_stat_dirs maildir_stat_dirs = no [0:root@elmo squid]$ grep maildir_stat_dirs /etc/dovecot/conf.d/* /etc/dovecot/conf.d/10-mail.conf:#maildir_stat_dirs = no I haven't overridden it.  All my changes ar

Re: Postlogin script

2017-11-10 Thread Aki Tuomi
You could also have used allow_nets passdb field. https://wiki2.dovecot.org/PasswordDatabase/ExtraFields Aki On 10.11.2017 12:45, j.emerlik wrote: > Thx, prips works as I expected, gr8 tool, not available in Gentoo repository > but after compilation Dovecot doing what I wanted. > Regards, > Jack

Re: Sieve global path?

2017-11-10 Thread Alex JOST
Am 10.11.2017 um 11:57 schrieb Bill Shirley: I just checked with Thunderbird, SquirrelMail, and Roundcube.  The sieve directory is not in the overview. dovecot is highly configurable.  Ya think I may have configured mine where this is not a problem?  I have 9+ mail servers running this way. D

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
I just checked with Thunderbird, SquirrelMail, and Roundcube.  The sieve directory is not in the overview. dovecot is highly configurable.  Ya think I may have configured mine where this is not a problem?  I have 9+ mail servers running this way. Bill On 11/10/2017 4:56 AM, Tamsy wrote: Step

Re: Postlogin script

2017-11-10 Thread j.emerlik
Thx, prips works as I expected, gr8 tool, not available in Gentoo repository but after compilation Dovecot doing what I wanted. Regards, Jack 2017-11-09 21:19 GMT+01:00 Gedalya : > A bit clunky but perhaps you could find another command. > > https://packages.debian.org/stretch/netmask > > $ IP=17

Re: rawlog segfaults (error 4 in libdovecot.so.0.0.0)

2017-11-10 Thread Aki Tuomi
rawlog files are plain text, readable files. you do not need to dump them with doveadm. can you get gdb "bt full" for the core file? Aki On 10.11.2017 11:35, T. Robers wrote: > Hello everybody, > > i tried to debug imap sessions with the rawlog feature and rawlog > creates files but when i try to

Re: Sieve global path?

2017-11-10 Thread Tamsy
Stephan von Krawczynski wrote on 10.11.2017 16:35: On Fri, 10 Nov 2017 03:41:20 -0500 Bill Shirley wrote: No it isn't shown as a folder.  All folder directories here begin with a dot. i.e.  .INBOX  .Trash  .Drafts Bill No, they don't. me thought that, too. But using the rainloop webmail inte

Re: Sieve global path?

2017-11-10 Thread Stephan von Krawczynski
On Fri, 10 Nov 2017 03:41:20 -0500 Bill Shirley wrote: > No it isn't shown as a folder.  All folder directories here begin with a dot. > i.e.  .INBOX  .Trash  .Drafts > > Bill No, they don't. me thought that, too. But using the rainloop webmail interface on top of such a config showed the sieve

rawlog segfaults (error 4 in libdovecot.so.0.0.0)

2017-11-10 Thread T. Robers
Hello everybody, i tried to debug imap sessions with the rawlog feature and rawlog creates files but when i try to dump them doveadm tells me [...] Error: zlib.read((file)): unexpected EOF at [...]. I looked at syslog files and i see, that rawlog gets terminated with a segfault, e.g.: segfault a

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
No it isn't shown as a folder.  All folder directories here begin with a dot. i.e.  .INBOX  .Trash  .Drafts Bill On 11/10/2017 3:07 AM, Stephan von Krawczynski wrote: On Thu, 9 Nov 2017 21:02:44 -0500 Bill Shirley wrote: Set the sieve_global_dir like this. /etc/dovecot/conf.d/99-mystuff.conf

Re: Sieve global path?

2017-11-10 Thread Stephan von Krawczynski
On Thu, 9 Nov 2017 21:02:44 -0500 Bill Shirley wrote: > Set the sieve_global_dir like this. > /etc/dovecot/conf.d/99-mystuff.conf: > . > . > plugin { >   sieve = ~/Maildir/dovecot.sieve >   sieve_dir = ~/Maildir/sieve >   sieve_global_dir  = /etc/dovecot/sieve/g