Displaying 20 results from an estimated 20000 matches similar to: "(no subject)"
2010 Dec 16
1
Permission denied
After several trouble free months and without any obvious reason our server
just stopped working. I cannot even re-start it:
[root at dsmail /]# service dovecot start
Starting Dovecot Imap: Can't open log file /var/log/dovecot.log: Permission
denied
If I create those manually (touch /var/log/dovecot.log,
.../dovecot_info.log, .. dovecot_debug.log) service starts, but reports an
error in
2010 Aug 30
1
NTLM authentication does not work
Dear Experts,
I configured Samba, Kerberos, etc., can login to my CentOS using ADS account, but missing something in my Dovecot config.
Windbind seems to work:
[root at aCentOs2 dovecot]# wbinfo -a wAlex%pass
plaintext password authentication succeeded
challenge/response password authentication succeeded
Same is true for ntlm_auth helper:
[root at aCentOs2 dovecot]# /usr/bin/ntlm_auth
2012 Feb 28
1
Master user
Hi,
I'd like to have a master user that can read the other users mailboxes.
I have only one user who read and write the mail (i.e. I use the static
userdb) and I use namespace for public and shared mailboxes.
I can authenticate to the server but I am not able to list the mailboxes:
> emiliano at dovecot:~$ telnet localhost imap
> Trying 127.0.0.1...
> Connected to localhost.
>
2017 Jul 04
0
how to make user iteration work (ldap)
Hi,
User iteration doesn't work, we're getting:
> auth: Error: Trying to iterate users, but userdbs don't support it
The way I understand it, I need to set iterate_attrs and iterate_filter
for iteration to work. I have set it, and yet it does't work with the
above failure.
Our config is against ldap (active directory) and generdoveadm user -u "*"
oalally works
2012 Jun 12
1
doveadm doesn't subscribe to public folders
Hi,
I'd like to subscribe folder with doveadm:
doveadm mailbox subscribe -u rago public.Conferences
This command doesn't work, while it works with an ordinary folder.
However it's possible to subscribe to the folder with an imap connection:
1 login rago "mypasswd"
1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE SORTSORT=DISPLAY
2017 Jul 07
2
how to make user iteration work (with active directory ldap)
We received no replies to this email that we sent a few days ago. We're
not sure why. If we miss something that is obvious to everybody, kindly
point it out.
We ?ould like to get iteration working, to be able to mass-delete
specific emails from all mailboxes, in case of for example received
virusses...
Here is my question again:
Hi,
User iteration doesn't work, we're getting:
2018 Oct 25
0
Shared mailboxes - Can't open mailbox shared-boxes/user/name.lastname: Character not allowed in mailbox name: '.'
Hi,
I am trying to make shared folders work on my server (Ubuntu 18.04,
Dovecot 1:2.2.33.2-1ubuntu4.1). Mails are on Maildir++ local filesystem
with '.' as layout separator and ALL 100+ users logins fits a template
name.lastname, with a dot in the middle.
I set up listescape but no luck. When I test with doveadm:
root at mail:/etc/dovecot/conf.d# doveadm acl debug -u
marcio.merlone
2019 Aug 14
1
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', '**********')
('OK', [b'Logged
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',
2009 Apr 02
1
Public mailboxes configuration to receive mails
Hello,
I would like to know how to use Public mailboxes in my Dovecot
environment (dovecot 1.2.beta4)
Currently my dovecot server is only used for mailbox user. The Postfix
master.cf is configured with the following line:
"dovecot unix - n n - - pipe flags=DRhu
user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d ${user}"
Both dovecot and postfix use
2018 Mar 21
2
why is dovecot "Allowing any password"
Hi,
I noticed the following in the logs of our debian wheezy server:
> Mar 21 07:13:47 mail dovecot: auth: Debug: ldap(username,1.2.3.4,<g2/rF+ZnjAAu5ceg>): bind search: base=CN=Users, DC=samba, DC=company, DC=com filter=(&(objectclass=person)(sAMA
> ccountName=username)(!(userAccountControl=514)))
> Mar 21 07:13:47 mail dovecot: auth: Debug:
2014 Jul 02
1
Flags in public folders disappear when more than 25 flags are used
Hello,
I have been using flags in public folders for quite a while
with no problems. Once the flags were added to all clients
(Thunderbird), they were visible and synchronized properly.
Now I have added some new flags, and in the dovecot-keywords
files I see that I am now using more than 25 flags (in which
case they are not stored using an additional letter in the
filename). Now I see that
2011 Mar 11
1
dict crashes with multiple map definitions
Hi,
I get a crash in dict if I use multiple map sections. Each one of them
works fine by their own. I managed to convince dovecot to create dump
files to debug this, but I can't figure out how to do the same for dict.
How can I do this? Anyway, perhaps someone already know's what's wrong
by looking at what I do in the sql dict configuration.
Mar 9 02:27:52 xxx dovecot: dict:
2009 Oct 22
1
Public Folders
Hi All
I'm trying to implement public folders. My dovecot -n readout is at
the bottom. I created a maildir called resumes in /home/public
Its contents are:
mail# ls -la /home/public/resumes
total 6
drwx------ 3 vmail vmail 512 Oct 22 08:58 .
drwx------ 4 vmail vmail 512 Oct 22 08:47 ..
drwx------ 5 vmail vmail 512 Oct 22 08:58 Maildir
-rw------- 1 vmail vmail 0 Oct 21 18:30
2012 Jan 06
1
ACL with IMAP proxying
Hello,
I'm trying to use ACLs to restrict subscription on public mailboxes, but
I went into trouble.
My setup is made of two servers, and users are shared between them via a
proxy. User authentication is done with LDAP, and credentials aren't
shared between the mailservers. Instead, the proxies are using master
password.
The thing is that when the ACLs are checked, it actually doesn't
2017 Apr 15
0
Accessing Shared Mailbox, FQDN not appended to user
Hey all long time,
I recently upgraded Dovecot from 2.1.15 to 2.2.29.1 on my Debian Wheezy box
and thought I'd tackle shared mailboxes.
I can grant fine, using SETACL in telnet
. SETACL mine vsun at test.domain.com lr
. OK Setacl complete (0.596 + 0.000 + 0.595 secs).
. GETACL mine
* ACL mine vsun at test.domain.com lr edward at test.domain.com lrwstipekxacd
However, logging in as vsun at
2011 Aug 19
1
Sharing all mailboxes and userdb LDAP attrs
Hello all,
I'm setting up a Dovecot environment here, version 1.2.15 on Debian 6.0.2
"squeeze". This is actually a complete revamp of the previous setup we have
in-place here, built from the ground up with updated versions of all
involved software.
The operators have told me that they use some scripts hacked up by a
previous sysadmin to give a single "admin" account full
2017 Apr 03
3
Problem with acl and shared mailboxes
Hi there,
we are currently have the following problem:
User gustav at agreatdomain.de shares his INBOX to brunhilde at agreatdomain.com. But brunhilde can't
subscribe that mailbox.
host:~ # more //var/spool/mail/agreatdomain.com/gustav/Maildir/dovecot-acl
owner akxeilprwts
user=brunhilde at agreatdomain.com lprws
host:~ #
Doveadm acl debug request:
host:~ # doveadm acl debug -u sieglinde
2019 Jul 11
1
Confused about dovecot ACL
Hello everyone
sorry i'm not very experienced and also my english
I installed a centos 7 server with ispconfig postfix dovecot 2.2.36 and
roundcube, this server is only a mail archive, so my need is that ALL
the mailboxes are read-only on roundcube/imap and any user must NOT
delete the messages. ... so I configured dovecot's ALC following the
guide
2015 Oct 19
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Hello everyone,
For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic:
Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0>
Oct 19 12:34:51 server