Re: [imaptest] Explaining errors

2017-05-24 Thread Timo Sirainen
On 23 May 2017, at 12.10, aduprat wrote: > > Hi, > > I'm an Apache James committer and we are curious to use imaptest in order to > validate our IMAP protocol implementation. > I'm using the nightlybuild : imaptest-20170506 > > > I follow the examples given in the /T/ /est IMAP server complia

Re: [imaptest] Explaining errors

2017-05-24 Thread aduprat
Thanks Timo for all your explanations. I will proceed your recommendations. Le 24/05/2017 à 11:23, Timo Sirainen a écrit : On 23 May 2017, at 12.10, aduprat wrote: Hi, I'm an Apache James committer and we are curious to use imaptest in order to validate our IMAP protocol implementation. I'

Re: Pacaging/build issues with AIX and vac (dovecot-2.2.25)

2017-05-24 Thread seema pandhre
Hi Micheal, I am currently working on AIX + VAC + NTPv4 build. and I have also faced same issues as mentioned by you in link https://www.dovecot.org/list/dovecot/2016-October/105597.html Wondering if you have got any resolution for above issue. If yes, please help me with your guidance. thanks

dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11

2017-05-24 Thread dovecot
Trying to track down a dovecot issue The error message is: dovecot: auth-worker: Fatal: master: service(auth-worker): child X killed with signal 11 (core not dumped - set service auth-worker { drop_priv_before_exec=yes }) The setup is dovecot 2.2.29.1 with passwd and mysql auth db

Re: dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11

2017-05-24 Thread Aki Tuomi
On 22.05.2017 21:53, dove...@jeffandjessi.com wrote: > Tried to enable core dumps ,but couldnt get core dumps to work ? > > The only thing is that a recently pkgsrc (netbsd) update create 2 > packages, one for dovecot and one for mysql plugin , sense then now this > error appears. > > ,but it a

Re: Postfix and Dovecot SASL: log NTLM username

2017-05-24 Thread Bradley Giesbrecht
The message in my log is logged by postfix/smtpd which is using dovecot for sasl. Should dovecot sasl be passing the username back to postfix? Brad > On May 23, 2017, at 11:33 PM, Aki Tuomi wrote: > > In fact, looking again, dovecot should log the failure with username, if > available. > > A

Moving dovecot/maildir to new host, dovecot.* files

2017-05-24 Thread John Gateley
Hello, I've done a fair amount of searching, and couldn't find a definitive answer. I am moving my dovecot/postfix servers and mail in Maildir formats to a new host. When I move the Maildir directories, what should I do with the dovecot.index/cache/log/etc. files? I know I can filter them out,

v2.2.30 release candidate released

2017-05-24 Thread Timo Sirainen
https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz.sig There are a couple of changes still coming, but now would be a good time to make sure anything unexpected hasn't broken. The final release should be out early next wee

dovecot: auth-worker: Fatal: master: service(auth-worker): child XXXXX killed with signal 11

2017-05-24 Thread dovecot
Trying to track down a dovecot issue The error message is: dovecot: auth-worker: Fatal: master: service(auth-worker): child X killed with signal 11 (core not dumped - set service auth-worker { drop_priv_before_exec=yes }) The setup is dovecot 2.2.29.1 with passwd and mysql auth db

Re: Dovecot/Sieve shortcuts?

2017-05-24 Thread Adam Shostack
This took about 30 minutes of debugging so I figured I'd share. The list-id block was giving me false positives, so I changed a keep to a fileinto :create, as shown below. Adam # Mailman & other lists using list-id elsif exists "list-id" { if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {

Re: Moving dovecot/maildir to new host, dovecot.* files

2017-05-24 Thread Bill Shirley
I did it successfully the way you're thinking about doing it. If your uid's changed you should use rsync's --usermap= and --groupmap= I created a bash exec with an entry for each user: #!/usr/bin/bash USERMAP=400:psql,301:smbguest,501:bill GROUPMAP=400:pvsw,401:pvsw-adm,301:smbguest,501:bill ec