Displaying 6 results from an estimated 6 matches for "dovecotl".
Did you mean:
dovecot
2018 Feb 17
4
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
...inet_listener pop3s {
port = 995
ssl = yes
}
process_limit = 1000
process_min_avail = 5
service_count = 1
}
service pop3 {
process_limit = 500
}
service postlogin {
executable = script-login -d rawlog
}
shutdown_clients = no
ssl = required
ssl_cert = </etc/pki/dovecot/certs/dovecotl.com.pem
ssl_key = # hidden, use -P to show it
userdb {
driver = prefetch
}
userdb {
args = /etc/dovecot/sql_users.conf
driver = sql
}
protocol imap {
imap_capability = +SPECIAL-USE
mail_max_userip_connections = 50
mail_plugins = " quota virtual imap_quota"
}
protocol pop3 {...
2018 Feb 18
0
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
...rocess_limit = 1000
> ? process_min_avail = 5
> ? service_count = 1
> }
> service pop3 {
> ? process_limit = 500
> }
> service postlogin {
> ? executable = script-login -d rawlog
> }
> shutdown_clients = no
> ssl = required
> ssl_cert = </etc/pki/dovecot/certs/dovecotl.com.pem
> ssl_key =? # hidden, use -P to show it
> userdb {
> ? driver = prefetch
> }
> userdb {
> ? args = /etc/dovecot/sql_users.conf
> ? driver = sql
> }
> protocol imap {
> ? imap_capability = +SPECIAL-USE
> ? mail_max_userip_connections = 50
> ? mail_plugins...
2009 Apr 07
2
Segfault in dovecot 1.2rc2 with quota + public namespace enabled
...sl_cipher_list: ALL:!LOW:!SSLv2
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /opt/dovecot/libexec/dovecot/imap-login
login_executable(imap): /opt/dovecot/libexec/dovecot/imap-login
login_executable(pop3): /opt/dovecot/libexec/dovecot/pop3-login
login_user: dovecotl
login_process_per_connection: no
login_processes_count: 1
login_max_processes_count: 3
max_mail_processes: 100
mail_max_userip_connections: 8
first_valid_uid: 2000
last_valid_uid: 2000
first_valid_gid: 2000
last_valid_gid: 2000
mail_access_groups: dovecot
mail_uid: 2000
mail_gid: 2000
mail_location...
2010 Jan 23
8
dovecot user
Any thoughts on this:
The primary use for "dovecot" user has been for login processes. But
people keep misunderstanding this and try to use dovecot for accessing
mails. For years I've been wondering about renaming this user to
something else like dovelogin, but it never really seemed practical.
So now with v2.0 there are a bunch of new processes, and for example
anvil and dict are
2008 Mar 29
3
Expire plugin with Mysql
Hey guys, got a question about the expire plugin. According to the
wiki, the expire plugin "keeps an internal database (Berkeley DB or
SQL)". I was wondering what fields in the mysql table are needed for
expire to work.
I assume it is setup is similar to the quota dict
setup, so was just wondering what fields are required (i.e:
select_field, where_field, username_field, for quota).
2009 Apr 07
3
Segfault in ACL Plugin + user shared folders
...sl_cipher_list: ALL:!LOW:!SSLv2
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /opt/dovecot/libexec/dovecot/imap-login
login_executable(imap): /opt/dovecot/libexec/dovecot/imap-login
login_executable(pop3): /opt/dovecot/libexec/dovecot/pop3-login
login_user: dovecotl
login_process_per_connection: no
login_processes_count: 1
login_max_processes_count: 3
max_mail_processes: 100
mail_max_userip_connections: 8
first_valid_uid: 2000
last_valid_uid: 2000
first_valid_gid: 2000
last_valid_gid: 2000
mail_access_groups: dovecot
mail_uid: 2000
mail_gid: 2000
mail_location...