Re: LDAP users issue

2019-03-17 Thread Anushka Bandara via dovecot
Here is my doveconf -n # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.9.125-linuxkit x86_64 Ubuntu 18.04.2 LTS overlay auth_cache_size = 10 M auth_mechanisms = plain login auth_username_format = %n disable_plaintext_auth = no

LDAP users issue

2019-03-17 Thread Anushka Bandara via dovecot
Hi Team, I have enabled LDAP authentication with webmail client and it works successfully. But I found an error with LDAP user's mail. Email is not loaded when I log with an LDAP user. Login phase is successful and mail box is the issue. I created a mail user without including LDAP and that user

Re: `Spam' folder creation for multiple users

2019-03-17 Thread Larry Rosenman via dovecot
You can use the "mailbox" extension, and add :create to that rule. On Sun, Mar 17, 2019 at 1:38 PM Marek Kozlowski via dovecot < dovecot@dovecot.org> wrote: > :-) > > I've just added pigeonhole and a simple sieve script: > - > require "fileinto";

Re: `Spam' folder creation for multiple users

2019-03-17 Thread Aki Tuomi via dovecot
> On 17 March 2019 20:37 Marek Kozlowski via dovecot > wrote: > > > :-) > > I've just added pigeonhole and a simple sieve script: > - > require "fileinto"; > if header :contains "X-Spam-Flag" "YES" { >fileinto "Spam"; > } >

`Spam' folder creation for multiple users

2019-03-17 Thread Marek Kozlowski via dovecot
:-) I've just added pigeonhole and a simple sieve script: - require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "Spam"; } - If a user has this folder (`Spam') it works fine. If

Re: MikroTik Users Contact List

2019-03-17 Thread Egbert via dovecot
Op 15-3-2019 om 14:49 schreef Kathleen Brown via dovecot: > > Hello, > >   > > Hope you’re having a great day! > >   > > I just wanted to know if you’re looking to acquire *_MikroTik > _**_Users Contact List_*for your marketing efforts? > >   > > Information Field: Names, Title, Email, Phone,

Re: lda: Unknown mail storage driver maildir

2019-03-17 Thread Aki Tuomi via dovecot
Why did you self-compile several years old dovecot ? Please use 2.2.36 or 2.3.5 instead... Aki On 17 March 2019 16:38 Rob De Langhe via dovecot wrote: hi all,I have a successful (self-compiled from source code) Dovecot

lda: Unknown mail storage driver maildir

2019-03-17 Thread Rob De Langhe via dovecot
hi all, I have a successful (self-compiled from source code) Dovecot v2.2.16 setup active on my Solaris-10 server, with mails stored in user's $HOME/Maildir The mails are fetched from the ISP with "fetchmail", using a "cron" job fetchmail -f $HOME/etc/pop3.myisp where the file

LMTP Proxy failure using master login via destuser field

2019-03-17 Thread Dirk via dovecot
Hi list, I set up dovecot as IMAP proxy using a master user to login into the backend and it works beautifully.  Next I set out to do LMTP proxying and I struggled (initially). I got the log message: Mar 17 11:23:44 mail postfix/lmtp[2665]: 99A3F219C8: to=, relay=10.15.1.2[10.15.1.2]:24,

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Aki Tuomi via dovecot
On 17 March 2019 13:30 Eduardo M KALINOWSKI via dovecot < dovecot@dovecot.org> wrote: On 16/03/2019 11:49, Marek Kozlowski via dovecot wrote: Can I test local mail delivery by dovecot LMTP manually? I mean: to

Re: LMTP: Undelivered Mail Returned to Sender: User doesn't exist! :-(

2019-03-17 Thread Marek Kozlowski via dovecot
:-) I think that id dovecot handles mailboxes correctly over imap/pop it can easily find the users and their mailboxes so it doesn't need any additional configuration for LDAP. Unfortunately it doesn't work and results in: Undelivered Mail Returned to Sender: User doesn't exist! :-( What's the

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Eduardo M KALINOWSKI via dovecot
On 16/03/2019 11:49, Marek Kozlowski via dovecot wrote: > Can I test local mail delivery by dovecot LMTP manually? I mean: to > simulate "I'm the Postfix" and produce for some testing e-mail the > same effect as postfix granting it via `local_transport' to dovecot? > You can probably use swaks for

Re: LMTP: Undelivered Mail Returned to Sender: User doesn't exist! :-(

2019-03-17 Thread Aki Tuomi via dovecot
> On 17 March 2019 13:14 Marek Kozlowski via dovecot > wrote: > > > :-) > > I'm using postfix for mail delivery and dovecot for mailbox access imaps > pop3s. > > Postfix resolves, verifies and overwrites users' addresses by numerous > subtle LDAP queries. However users are visible as

LMTP: Undelivered Mail Returned to Sender: User doesn't exist! :-(

2019-03-17 Thread Marek Kozlowski via dovecot
:-) I'm using postfix for mail delivery and dovecot for mailbox access imaps pop3s. Postfix resolves, verifies and overwrites users' addresses by numerous subtle LDAP queries. However users are visible as local ones (openldap, pam, nss) in the sense I can run `id' or `finger' queries and

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Yassine Chaouche via dovecot
On 3/17/19 11:59 AM, Yassine Chaouche via dovecot wrote: On 3/17/19 11:10 AM, Marek Kozlowski via dovecot wrote: Thank you but... Please mind that I'm planning to use dovecot LMTP rather than LDA. Best regards, Marek There's /usr/lib/dovecot/lmtp too Yassine. Here's a bad example :

Re: How to create sent items, drafts and so on

2019-03-17 Thread Sakuma, Koshiro via dovecot
Hi, K, Thanks for your feedback again! BTW, I tried to copy mail file from sent item folder which is default folder of Outlook 2013 to "Sent Messages" folder of Dovecot. I can see the mail files in this folder, but I don't see them under .Sent Messages folder like "new", "cur" and "tmp"

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Yassine Chaouche via dovecot
On 3/17/19 11:10 AM, Marek Kozlowski via dovecot wrote: Thank you but... Please mind that I'm planning to use dovecot LMTP rather than LDA. Best regards, Marek There's /usr/lib/dovecot/lmtp too Yassine.

Re: How to create sent items, drafts and so on

2019-03-17 Thread Kostya Vasilyev via dovecot
Koshiro, --- Now, I changed Outlook setting of imap and I can see Draft, Trash, Sent and Sent Messages folders and I can see the mail files in there. However, I don't see mail files in the "cur or new" folder where is under .Sent Messages folder. --- Maybe Outlook isn't going to upload all

Re: How to create sent items, drafts and so on

2019-03-17 Thread Sakuma, Koshiro via dovecot
Hi, Aki and Kostya, Thank you for your feedback. Well, I have set "auto = subscribe" in the 15-mailboxes.conf file. Now, I changed Outlook setting of imap and I can see Draft, Trash, Sent and Sent Messages folders and I can see the mail files in there. However, I don't see mail files in the

Re: How to create sent items, drafts and so on

2019-03-17 Thread Aki Tuomi via dovecot
Forgot to mention, you can also use 'auto=subscribe' to create & subscribe to the folders automatically. Aki > On 17 March 2019 12:17 Aki Tuomi via dovecot wrote: > > > You can also tell dovecot to create the folders: > > > namespace { > inbox = yes > mailbox Sent { >

Re: How to create sent items, drafts and so on

2019-03-17 Thread Aki Tuomi via dovecot
You can also tell dovecot to create the folders: namespace { inbox = yes mailbox Sent { auto=create } mailbox Trash { auto=create } mailbox Drafts { auto=create } ... } Aki > On 17 March 2019 11:38 Sakuma, Koshiro via dovecot > wrote: > > > Hi, Yassine, >

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Marek Kozlowski via dovecot
:-) On 3/17/19 10:22 AM, Yassine Chaouche via dovecot wrote: On 3/16/19 3:49 PM, Marek Kozlowski via dovecot wrote: Can I test local mail delivery by dovecot LMTP manually? I mean: to simulate "I'm the Postfix" and produce for some testing e-mail the same effect as postfix granting it via

Re: How to create sent items, drafts and so on

2019-03-17 Thread Kostya Vasilyev via dovecot
Koshiro, Sounds like Outlook isn't set to upload Sent messages (or Deleted, etc.) And it sounds like an Outlook issue more than a Dovecot issue. Maybe this will help? https://www.msoutlook.info/question/486 -- K On Sun, Mar 17, 2019, at 12:39 PM, Sakuma, Koshiro via dovecot wrote: > Hi,

Re: How to create sent items, drafts and so on

2019-03-17 Thread Sakuma, Koshiro via dovecot
Hi, Yassine, Yes, you are right that these folders are created by MUA which is Outlook 2013. I can see "Inbox, sent items, drafts, deleted" box in the mail client. This is OK. However, I only can take backup "inbox" mail of dovecot side. I mean, the backup can be taken from /Maildir/cur

Re: testing dovecot LMTP with postfix/spamassassin

2019-03-17 Thread Yassine Chaouche via dovecot
On 3/16/19 3:49 PM, Marek Kozlowski via dovecot wrote: Can I test local mail delivery by dovecot LMTP manually? I mean: to simulate "I'm the Postfix" and produce for some testing e-mail the same effect as postfix granting it via `local_transport' to dovecot? Best regards, Marek You can

Re: How to create sent items, drafts and so on

2019-03-17 Thread Yassine Chaouche via dovecot
On 3/17/19 8:59 AM, Sakuma, Koshiro via dovecot wrote: Hello, I've setup Dovecot and Postfix mailing systems.  The protocol is imap.  Now, I've realized that there are no "sent items, drafts" boxed under Maildir for each users.  I would like to take back up Inbox, sent items, draft boxes. 

Re: Unable to set quota-fs plugin [fixed]

2019-03-17 Thread Yassine Chaouche via dovecot
I'm happy you fixed it ! how did you figure that out ? Yassine. On 3/15/19 10:16 AM, Eric Grammatico via dovecot wrote: The issue was in the systemd service file. The option PrivateDevices was setted. It prevents the service to have access to physical devices. I removed this option and from

How to create sent items, drafts and so on

2019-03-17 Thread Sakuma, Koshiro via dovecot
Hello, I've setup Dovecot and Postfix mailing systems. The protocol is imap. Now, I've realized that there are no "sent items, drafts" boxed under Maildir for each users. I would like to take back up Inbox, sent items, draft boxes. For sent items box, it seems to be stored in outlook client