Question about namespaces

2023-08-21 Thread J Doe
Hello, I have a question regarding namespaces. My current dovecot.conf is rather basic when it comes to namespaces - I have one private namespace per user: namespace inbox { type = private separator = / inbox = yes hidden = no list = yes

Re: Get a list of currently active IMAP connections?

2022-08-18 Thread J Doe
On 2022-08-16 16:46, Antonio Leding wrote: At the risk of being pedestrian, I just use something like |sudo netstat -an | grep ‘:[ IMAP_PORT ]’| I’m pretty sure you thought of this but still, thought I would toss it out… Hi Antonio and Jaroslaw, I don't think the second solution is

Re: Possible to set quota in size and number of messages

2018-08-21 Thread J Doe
Hi Reio and list, It appears placing it at the end of the quota rules and then manually recalculating the quotas via doveadm has solved the problem! Configuration: plugin { quota = dict:User quota::file:%h/dovecot-quota quota_rule = *:storage=10G

Possible to set quota in size and number of messages

2018-08-21 Thread J Doe
Hello, I am using Dovecot 2.2.33.2 and am attempting to set quotas on mailboxes. I currently have the following: plugin { quota = dict:User quota::file:%h/dovecot-quota quota_rule = *:storage=10G quota_rule1 = INBOX/Inbox:storage=+30M

Re: Restricting SSL/TLS protocol versions on Dovecot 2.2.22

2018-07-30 Thread J Doe
> On Jul 29, 2018, at 6:02 PM, Alexander Dalloz wrote: > > Am 29.07.2018 um 21:02 schrieb J Doe: >> Hello, >> I have a question regarding SSL/TLS settings for Dovecot version 2.2.22. >> In: 10-ssl.conf there are two parameters: >> ssl_protocols >&g

Restricting SSL/TLS protocol versions on Dovecot 2.2.22

2018-07-29 Thread J Doe
Hello, I have a question regarding SSL/TLS settings for Dovecot version 2.2.22. In: 10-ssl.conf there are two parameters: ssl_protocols ssl_cipher_list ssl_protocols is commented with “SSL protocol to use” and ssl_cipher_list is commented with “SSL ciphers to use”. If I want to

Basic question about file permissions for sieve error log

2018-07-24 Thread J Doe
Hello, I have an admittedly very basic question, but I am not able to get it to work. I store my global sieve script in: /etc/dovecot. I recently made a mistake in my global sieve script which causes Dovecot to attempt to log the errors in: /etc/dovecot/sieve-global.log In

Namespace question

2018-07-23 Thread J Doe
Hi, I have a question about the “inbox” namespace, as mentioned in: conf.d/10-mail.conf. I have written my dovecot.conf file from scratch and do not include: conf.d/10-mail.conf. I have not defined the “inbox” namespace and so I am assuming that one is created by default. When I list the

Re: Stopping login via "nologin" parameter

2018-07-22 Thread J Doe
> On Jul 19, 2018, at 6:49 PM, J Doe <mailto:gene...@nativemethods.com>> wrote: > > Hello, > > I have a basic e-mail server with Postfix 3.1 and Dovecot 2.2.22. > > I am using a passwd-file for both userdb and passdb: > >/etc/dovecot/dovecot.conf &

Stopping login via "nologin" parameter

2018-07-19 Thread J Doe
Hello, I have a basic e-mail server with Postfix 3.1 and Dovecot 2.2.22. I am using a passwd-file for both userdb and passdb: /etc/dovecot/dovecot.conf userdb { driver = passwd-file args = /etc/dovecot/passwd } passdb { driver =

Re: Question about verbose_proctitle

2018-07-13 Thread J Doe
> On Jul 12, 2018, at 9:23 PM, Gedalya wrote: > > On 07/13/2018 08:45 AM, J Doe wrote: >> I’m aware that this is because the code does not state to specify “TLS” for >> the dovecot/imap [u...@example.com <mailto:u...@example.com> 1.2.3.4 IDLE] >> line of

Re: Question about verbose_proctitle

2018-07-12 Thread J Doe
> On Jul 10, 2018, at 7:19 PM, J Doe wrote: > > Hello, > > I have a question relating to the detail that the verbose_proctitle parameter > enables for ps. > > I have TLS configured for IMAP as follows: > >/etc/dovecot/dovecot.conf >

Question about verbose_proctitle

2018-07-10 Thread J Doe
Hello, I have a question relating to the detail that the verbose_proctitle parameter enables for ps. I have TLS configured for IMAP as follows: /etc/dovecot/dovecot.conf ssl = required ssl_cert = ssl_key = protocols = imap lmtp service imap-login

Re: Question about password field in passwd-file

2018-07-07 Thread J Doe
> On Jul 7, 2018, at 2:12 AM, Aki Tuomi wrote: > > you can add nopassword attribute to the end. See > https://wiki.dovecot.org/PasswordDatabase/ExtraFields > > > --- > Aki Tuomi > Dovecot oy Hi Aki, Thank you for your reply. I have two questions regarding this: 1. Is the “nopassword”

Question about password field in passwd-file

2018-07-06 Thread J Doe
Hello, I have a question regarding the password field of the passwd-file [1]. According to the wiki, the password field assumes a {SCHEME} of CRYPT when the {SCHEME} is not prefixed to this field. So, a passwd-file like: user:password: . . . … is equivalent to: user:{CRYPT}password: