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
imap_idle
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
w
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";
> 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";
> }
> ---
:-)
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 th
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, Compa
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 v
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 "$HOME/etc/pop3.
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, del
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
:-)
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
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
> 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 loc
:-)
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 rec
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 :
root
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" folders.
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.
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 old
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 "c
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 {
> auto=create
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,
>
>
:-)
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 `lo
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, Yassi
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 director
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 use
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. For
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 t
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
file
28 matches
Mail list logo