Re: AuthDatabase CheckPassword broken?

2018-02-01 Thread Richard Hector
On 02/02/18 14:19, Mark Foley wrote: > Script didn't run: > > File "/root/tmp/checkpwtest.py", line 8 > o?= with os.fdopen(DOVECOT_PW_FD, 'r') as s: > ^ > SyntaxError: invalid syntax Copy/paste error? The beginning of that line doesn't seem to be in the original. Richard

Problem with CentOS package for 2.3.0 and old dependency in systemd with clean install

2018-02-01 Thread TG Servers
Hi, you definitely have a problem with the packages out of your own repo for version 2.3.0 and CentOS. And this is only if you do a clean install, meaning there was no lower dovecot version ever running on the system. If you want to 'systemctl start dovecot' it breaks with a dependency error

Re: AuthDatabase CheckPassword broken?

2018-02-01 Thread Mark Foley
Script didn't run: File "/root/tmp/checkpwtest.py", line 8 o?= with os.fdopen(DOVECOT_PW_FD, 'r') as s: ^ SyntaxError: invalid syntax --Mark -Original Message- From: Mark Foley Date: Thu, 01 Feb 2018 15:34:15 -0500 Organization: Ohio Highway Patrol

Re: Dovecot 2.3 on CentOS 7.

2018-02-01 Thread Voytek Eymont
On Fri, February 2, 2018 8:58 am, Reio Remma wrote: > What would be the preferred directory for storing all virtual mail > without modification to system files? on my Centos 7 Dovecit 2.2.32, as well as prior versions, I've always used /var/vmail/vmail1/dom.tld don't know about 'preferred',

Re: Dovecot 2.3 on CentOS 7.

2018-02-01 Thread Kenneth Porter
--On Thursday, February 01, 2018 11:58 PM +0200 Reio Remma wrote: What would be the preferred directory for storing all virtual mail without modification to system files? I would guess something under /var/lib. If you plan to host multiple virtual servers, /srv might be

Re: Dovecot 2.3 on CentOS 7.

2018-02-01 Thread Reio Remma
Thanks for the pointer! That didn't work though, but what worked was: [Service] ReadWriteDirectories=/home/dovecot What would be the preferred directory for storing all virtual mail without modification to system files? Thanks! Reio On 01.02.2018 21:57, Aki Tuomi wrote:

Re: AuthDatabase CheckPassword broken?

2018-02-01 Thread Mark Foley
On Thu, 1 Feb 2018 10:02:10 +0200 Aki Tuomi wrote: > > On 01.02.2018 08:00, Mark Foley wrote: > > I had been using the CheckPassword authentication interface with dovecot > > 2.2.15, > > https://wiki2.dovecot.org/AuthDatabase/CheckPassword, and it was working. > > > >

Re: Dovecot 2.3 on CentOS 7.

2018-02-01 Thread Aki Tuomi
/etc/systemd/system/dovecot.service.d/writable-home.conf [Service]ProtectHome=false maybe this helps? ---Aki TuomiDovecot oy Original message From: Reio Remma Date: 01/02/2018 21:44 (GMT+02:00) To: dovecot@dovecot.org Subject: Dovecot 2.3 on CentOS 7.

Dovecot 2.3 on CentOS 7.

2018-02-01 Thread Reio Remma
Greetings! I'm having a bit of trouble trying out Dovecot 2.3 on CentOS 7. Dovecot 2.2.33 works fine on the same system (same config as well, minus the SSL changes) but after upgrading to 2.3 I'm getting the following errors: Feb  1 21:30:18 localhost dovecot:

Re: Live Import of IMAP

2018-02-01 Thread Sami Ketola
> On 1 Feb 2018, at 17.10, Sergio Belkin wrote: > > > 2018-02-01 11:59 GMT-03:00 Sami Ketola >: > > >> On 29 Jan 2018, at 21.57, Sergio Belkin > > wrote: >> >> Hi, >>

How to grant user access to his .dovecot.sieve.log?

2018-02-01 Thread Sergey Ivanov
Hi, What are the recommended ways to give access to their .dovecot.sieve.log messages to the users? I am thinking about placing this file into users Maildir/new, or piping to dovecot-lda. -- Regards, Sergey Ivanov signature.asc Description: OpenPGP digital signature

Re: Live Import of IMAP

2018-02-01 Thread Sergio Belkin
2018-02-01 11:59 GMT-03:00 Sami Ketola : > > > On 29 Jan 2018, at 21.57, Sergio Belkin wrote: > > Hi, > > I have the mailbox of jon@example.com just migrated only with mails > after migration, is it ok to run: > > doveadm -o mail_fsync=never sync -1

Re: Live Import of IMAP

2018-02-01 Thread Sami Ketola
> On 29 Jan 2018, at 21.57, Sergio Belkin wrote: > > Hi, > > I have the mailbox of jon@example.com just > migrated only with mails after migration, is it ok to run: > > doveadm -o mail_fsync=never sync -1 -R -u j...@example.com >

Re: lda: Warning: Failed to parse return-path header: Invalid character in localpart

2018-02-01 Thread Stephan Bosch
Op 31-1-2018 om 23:16 schreef Stephan Bosch: Op 1/31/2018 om 10:44 PM schreef Christian Authmann: Hello, On 31.01.2018 22:35, Stephan Bosch wrote: Op 1/31/2018 om 6:17 PM schreef Christian Authmann: Hello, Sometimes, when delivering mails, this warning appears in my syslog: lda(...):

Re: Error in virtual mailbox dovecot 2.3-devel maybe in mailcount

2018-02-01 Thread Jakobus Schürz
Hi! I didn't hear anything about this issue... the problem still persists (last build was 27.1.2018 from git ressources) Do you need more informations? jakob Am 12.01.2018 um 11:04 schrieb Jakobus Schürz: Hi there! I splitted my Mailarchiv to an extra namespace. Because i have some

Re[2]: Why does dovecot reject password when authorizing by a certificate?

2018-02-01 Thread yuryb
My configuration already contained these parameters (auth_debug=yes and auth_verbose=yes). I enter the same password in case of SSL-authorization and in case of authorization by certificate. In first case password has accepted, in second case password has rejected. I have no ideas. ---

Re: Why does dovecot reject password when authorizing by a certificate?

2018-02-01 Thread Aki Tuomi
You probably need to also enable auth_debug=yes auth_verbose=yes also, are you sure you just don't have wrong password? Aki On 01.02.2018 12:08, yuryb wrote: > I have added "auth_debug_password=yes" to "10-logging.conf" and > restarted dovecot. But I do not see any information about the

Re[2]: Why does dovecot reject password when authorizing by a certificate?

2018-02-01 Thread yuryb
I have added "auth_debug_password=yes" to "10-logging.conf" and restarted dovecot. But I do not see any information about the password in the logs. Does this mean that the thunderbird does not send the password? Although it asks for the password and I enter one. New log: dovecot: master:

Cannot delete IMAP Mail-Folder in Trash

2018-02-01 Thread Gabriel Kaufmann
Hello, I've noticed an annoying problem. Trying to delete a folder that has been deleted on IMAP and is moved to trash has problems being deleted. Thunderbird reports: "Folder contains children" and stops there. Folder at first disappears. But after restarting Thunderbird they are still there

Re: Why does dovecot reject password when authorizing by a certificate?

2018-02-01 Thread Aki Tuomi
Try adding auth_debug_password=yes Aki On 01.02.2018 10:27, yuryb wrote: > We have FreeBSD-server with dovecot installed on it as IMAP-server. My > user and password database is a text file with plaintext passwords. > Clients connect to imap-server via TLS protocol and plaintext > password. All

Why does dovecot reject password when authorizing by a certificate?

2018-02-01 Thread yuryb
We have FreeBSD-server with dovecot installed on it as IMAP-server. My user and password database is a text file with plaintext passwords. Clients connect to imap-server via TLS protocol and plaintext password. All works fine. But I want to configure ability to authorize with a client

Re: AuthDatabase CheckPassword broken?

2018-02-01 Thread Aki Tuomi
On 01.02.2018 08:00, Mark Foley wrote: > I had been using the CheckPassword authentication interface with dovecot > 2.2.15, > https://wiki2.dovecot.org/AuthDatabase/CheckPassword, and it was working. > > After upgrading to 2.2.33.2 CheckPassword no longer works. The referenced > wiki page