Displaying 20 results from an estimated 800 matches similar to: "ACL ignored for master users"
2019 Aug 12
0
ACL ignored for master users
Hi there!
I can't get ACL working for master users. Login as master user works fine though, and I am able to access any mailbox using the auth_master_user_separator "*", tested e.g. via Python's imaplib:
>>> import imaplib
>>> imap = imaplib.IMAP4_SSL('imap.example.com')
>>> imap.login('foo at example.com*admin-acldemo',
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
Hi there
We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community repo) like this:
$ doveadm -o mail_fsync=never backup -R -u <username> imapc:
For imapc configuration to connect to remote Cyrus server, see below [1].
While this works great for hundreds of mailaccounts, dsync fails with the following
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
> On 28 Sep 2019, at 11:28, Sami Ketola via dovecot <dovecot at dovecot.org> wrote:
>
>
>
>> On 28 Sep 2019, at 12.21, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>>
>> Hi there
>>
>> We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community
2018 Jul 09
1
slow mailbox refreshes
Hello,
I am using dovecot 2.3.2 on my private email server in conjunction with:
centos 7.5
apache 2.4.6
mariadb 10.2.16
roundcube mail 1.3.6
php 5.6.36
postfix 2.10.1
I have one mailbox with nearly 30k messages in it dispersed across
several folders. it's often very slow in refreshing the message list,
especially in the one largest 25k+ message folder. is this simply to be
expected
2014 Jun 02
2
list all emails from command line?
This is not strictly Dovecot question, but a more general IMAP one.
I'm running a Dovecot server and have a user who is claiming that some
email sent to him, say, on 30 May, showed up in his mailbox on 02 Jun.
I've checked Postfix logs, and the message was correctly received on 30
May and passed to Dovecot.
A similar issue happens every few days.
This leaves me with two possibilities:
2015 Jun 19
2
setting quota through IMAP
I'd like to set the quota of a user through the IMAP protocol. I use
Pythons imaplib:
imap.setquota("test1m at uni.dtr", "(storage 8192)")
('NO', ['Quota can be changed only by admin.'])
So... which user is the "admin" user in a virtual user setting (passwd:
PAM, userdb: LDAP)?
Greetings
Daniel
-------------- next part --------------
A non-text
2011 Aug 31
2
Password query returned multiple matches
Hi
After successfully setting up dovecot, I see this error in the logs.
Aug 30 22:41:45 mail dovecot: auth-worker(default): sql(sbrereton at domain.co.uk,64.88.168.84): Password query returned multiple matches
Aug 30 22:41:52 mail dovecot: pop3-login: Aborted login (auth failed, 1 attempts): user=<sbrereton at domain.co.uk>, method=PLAIN, rip=64.88.168.84, lip=127.0.0.1, TLS
Can you tell
2015 Jun 19
1
setting quota through IMAP
Am 19.06.2015 um 16:16 schrieb Steffen Kaiser:
> On Fri, 19 Jun 2015, Daniel Tr?der wrote:
>
>> I'd like to set the quota of a user through the IMAP protocol. I use
>> Pythons imaplib:
>
>> imap.setquota("test1m at uni.dtr", "(storage 8192)")
>> ('NO', ['Quota can be changed only by admin.'])
>
>> So... which user
2004 Dec 12
2
Problem with LDAP and Dovecot
I am trying to set up Dovecot so that it uses LDAP, but I keep getting
this error message in /var/log/syslog:
Dec 12 03:38:17 mydomain dovecot-auth: LDAP: ldap_search() failed (filter
user_filter = (mail=user at mydomain.tld)): Bad search filter
Relevant configuration files:
/etc/dovecot-ldap.conf:
hosts = localhost
dn = cn=dovecot,ou=sysAccounts,dc=mydomain,dc=tld
dnpass = password
2019 Sep 28
0
dsync having problems with @-sign in mailbox names
> On 28 Sep 2019, at 11:48, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>
>
>> On 28 Sep 2019, at 11:28, Sami Ketola via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>>
>>> On 28 Sep 2019, at 12.21, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>>>
>>> Hi there
>>>
>>> We
2004 Oct 22
1
index files
Hi Timo,
I am sorry to bug you about this, but I am a bit confused and I have
approx 200 users so I don't want to screw this up. I am using the latest
FC2 Dovecot RPM: dovecot-0.99.10.5-0.FC2. I am using NFS to mount the
/home dirs on the fileserver from the mailserver with mbox. In the docs
you said that I should probably use :INDEX=MEMORY. However I think this
really pushes the server to
2017 Oct 04
2
Dovecot Performance Issues on VMWARE Esxi
Hello,
I'm new to dovcot, but have serious issues with dovecot and IMAP.
I'm struggling with low IMAP performance but have no glue, where to start my
search.
It is a small office setup. 10 Mailaccounts. Mine is the biggest with 4GB in
size. But searching for mail takes several seconds... Zu switch to specific
folder also takes some seconds. To long in my opinion.
I use esxi 6.0
2019 Sep 28
0
dsync having problems with @-sign in mailbox names
> On 28 Sep 2019, at 12.21, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>
> Hi there
>
> We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community repo) like this:
>
> $ doveadm -o mail_fsync=never backup -R -u <username> imapc:
>
> For imapc configuration to
2005 Feb 15
2
Speed up large maildirs
Hi,
I'm very fond of maildirs, they are simple, I like that.
But I've never really understood the significance of maildir/new/. The only use I can see is
that (for example in the case of dovecot), you'd move a message from new to cur and then
update the index-file, that's it.
So to make put it more direct, you'd know when and with what to update the index-file, based
on
2015 Feb 16
4
OT: Extracting Subject Lines from IMAP Mailbox
Looking for a command-line way to extract only the Subject lines from my
mailbox on my ISP's IMAP server, without actually downloading/modifying
the contents of the mailbox. Sort of the remote equivalent of locally
doing:
$ grep ^Subject /var/spool/mail/mymailbox > subjectlistfile
Thanks.
--
Tim Evans | 5 Chestnut Court
UNIX System Admin Consulting | Owings Mills, MD 21117
2011 May 08
0
Issues with authentication failure delays
There are two rather clear issues with the state of authentication
failure delays. First, the delay length isn't what was (presumably)
intended. Second, there is a new way of doing failure delays in Dovecot
2 which was added *in addition to* the old method, rather than replacing
it. As a result delays may not be the expected length and settings don't
have the expected effect.
First, the
2018 Sep 25
8
[Bug 108058] New: After resuming from suspend, discrete GPU is powered on and can't be turned off
https://bugs.freedesktop.org/show_bug.cgi?id=108058
Bug ID: 108058
Summary: After resuming from suspend, discrete GPU is powered
on and can't be turned off
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority:
2012 Nov 04
5
Quota
Hi,
is it possible to ask Dovecot for a users quota by talking to the Dovecot server over TCP? I know about doveadm quota -u <user>, but I would like to know, if I can query for that over a network connection (on the Postfix ML they suggested writing a policy service that checks quota. Postfix is not always on the same server as Dovecot is).
Does the LMTP protocol give that information
2019 Aug 20
2
imapsieve suddenly not working anymore
Hello one and all.
Dovecot version 2.3.7.1
I've configured imapsieve like
https://wiki.dovecot.org/HowTo/AntispamWithSieve a while a go and it
worked
for years now. Suddenly i noticed moving mails to the spamfolder does
not trigger the report-spam.sieve
script anymore.
sieve-test gives:
~/.maildir/.Spam/cur $ sieve-test
/usr/share/dovecot/sieve/report-spam.sieve
2019 Aug 21
1
imapsieve suddenly not working anymore
On 2019-08-21 12:30, Thomas Stein via dovecot wrote:
> Setting logging to debug reveals something is happening but the actual
> scripts do not run i suppose.
>
> Aug 21 11:54:23 imap(himbeere)<31571><ndLQjp2Q2K1/AAAB>: Debug:
> Mailbox INBOX: Mailbox opened because: SELECT
> Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug:
> imapsieve: