Re: Home Directory Creation

2019-10-02 Thread Asai via dovecot
Hello, I spent the afternoon troubleshooting this, and after hours, I still can't see what I'm missing. On the older version of Dovecot (2.2) it worked fine to create a new user, then Dovecot would create the home folder under the maildir folder as outlined in the documentation, simply by

Re: Problem with converting mdbox to MailDir

2019-10-02 Thread Adam Raszkiewicz via dovecot
And /bin/doveconf namespace namespace { disabled = no hidden = no ignore_on_failure = no inbox = no list = children location = mdbox:/var/mailboxes/%%2Mu/%%2.2Mu/%%u order = 0 prefix = shared/%%u/ separator = / subscriptions = yes type = shared } namespace inbox { disabled

Problem with converting mdbox to MailDir

2019-10-02 Thread Adam Raszkiewicz via dovecot
I have a problem to convert mdbox to MailDir. Log from that process looks like: /bin/dsync -Dv -u u...@domian.com mirror maildir:/tmp/destination/mailboxes/u...@domian.com Debug: Loading modules from directory: /lib/dovecot Debug: Module loaded: /lib/dovecot/lib01_acl_plugin.so Debug: Loading

Re: Home Directory Creation

2019-10-02 Thread Asai via dovecot
On 10/1/2019 11:42 PM, Aki Tuomi via dovecot wrote: Can you configure mail_debug=yes, try again, and post the logs? Aki Hello Aki, This is the only piece of relevant info I've been getting in the logs, and I'm trying to figure out how I can get more debug data on this: Oct 02 07:34:09

Re: Lost mails with sieve "duplicate" extension in case of failure

2019-10-02 Thread Stephan Bosch via dovecot
On 01/10/2019 19:54, Stephan Bosch wrote: On 01/10/2019 19:03, Hanno Stock via dovecot wrote: RFC 7352 however explicitly states:     Implementations MUST only update the internal duplicate-tracking list     when the Sieve script execution finishes successfully.  If failing     script

Re: Lost mails with sieve "duplicate" extension in case of failure

2019-10-02 Thread Stephan Bosch via dovecot
On 01/10/2019 19:03, Hanno Stock via dovecot wrote: Hi! we just experienced the following issue: We have a global sieve_before script using the duplicate extension. require ["duplicate", "imap4flags"]; if duplicate { discard; } Now the storage of our mailbox store got full and lmtp

Re: lmtp and virtual users

2019-10-02 Thread Aki Tuomi via dovecot
As documented e.g. here https://doc.dovecot.org/configuration_manual/authentication/ldap/ Aki > On 02/10/2019 20:47 Jean-Daniel via dovecot wrote: > > > You set ‘auth_bind' to ‘no' and and you make sure ‘dn’ and ‘dnpass’ are > properly configured with a user with enough privileges to read

Re: lmtp and virtual users

2019-10-02 Thread Jean-Daniel via dovecot
You set ‘auth_bind' to ‘no' and and you make sure ‘dn’ and ‘dnpass’ are properly configured with a user with enough privileges to read users passwords. And also, you make sure your pass_attrs contains a password attributes (containing the user password hash). > Le 2 oct. 2019 à 19:33, David

Re: Fwd: lmtp and virtual users

2019-10-02 Thread David Wells - Alfavinil S.A. via dovecot
Is there anywhere an example of how this would be setup? I understand the use of a service account which I already setup but I can't figure out how to use this service account to retrieve information and authenticate users. Thanks! Best regards, David Wells. El 02/10/2019 a las 04:29, Aki Tuomi

Re: UNSEEN flag issues with multiple clients

2019-10-02 Thread John Stoffel via dovecot
> "John" == John Stoffel via dovecot writes: > "Sami" == Sami Ketola via dovecot writes: >>> On 1 Oct 2019, at 21.45, John Stoffel via dovecot >>> wrote: >>> >>> >>> Hi all, >>> >>> I've been bugged by this issue for a while, and while I see that the >>> \UNSEEN flag is specified

Re: UNSEEN flag issues with multiple clients

2019-10-02 Thread John Stoffel via dovecot
> "Sami" == Sami Ketola via dovecot writes: >> On 1 Oct 2019, at 21.45, John Stoffel via dovecot >> wrote: >> >> >> Hi all, >> >> I've been bugged by this issue for a while, and while I see that the >> \UNSEEN flag is specified in the RFC to be reset once *any* client >> connects and

Doveadm error during store - segfault clucene

2019-10-02 Thread Domenico Pastore via dovecot
Hi, during the store of the messages, I find the following doveadm errors: 2019-10-02 09:22:19 auth: Debug: ldap(test@test.xxx.it,10.11.47.60): result: mailMessageStore=1/1/2/0/8/7/2/1120872_91093 mailQuota=52428800; mailQuota,mailMessageStore

Re: UNSEEN flag issues with multiple clients

2019-10-02 Thread Sami Ketola via dovecot
> On 1 Oct 2019, at 21.45, John Stoffel via dovecot wrote: > > > Hi all, > > I've been bugged by this issue for a while, and while I see that the > \UNSEEN flag is specified in the RFC to be reset once *any* client > connects and looks at a mailbox, I was wondering if there's a way to >

Re: Fwd: lmtp and virtual users

2019-10-02 Thread Aki Tuomi via dovecot
On 1.10.2019 17.33, David Wells - Alfavinil S.A. via dovecot wrote: > Good morning. > > I was just reading > https://wiki.dovecot.org/AuthDatabase/LDAP/PasswordLookups and found > the following statement >> When using LDA and static userdb, >> deliver can check if

Re: Home Directory Creation

2019-10-02 Thread Aki Tuomi via dovecot
On 2.10.2019 4.00, Asai via dovecot wrote: > Hello, > > I hate to have to ask this, but... why isn't the home directory being > created automatically? > > Due to legacy compatibility we've had to use this type of home dir > config: > > mail_location = maildir:/vmail/%d/%n > mail_home =