Displaying 20 results from an estimated 27 matches for "imap_urlauth_host".
2018 May 16
1
Maillog warning
...-imap.conf
> --
> /etc/dovecot/conf.d/15-lda.conf-#lda_mailbox_autosubscribe = no
> /etc/dovecot/conf.d/15-lda.conf-protocol lda {
> /etc/dovecot/conf.d/15-lda.conf: mail_plugins = $mail_plugins sieve
> /etc/dovecot/conf.d/15-lda.conf-}
> --
> /etc/dovecot/conf.d/20-imap.conf-#imap_urlauth_host =
> /etc/dovecot/conf.d/20-imap.conf-protocol imap {
> /etc/dovecot/conf.d/20-imap.conf: #mail_plugins = $mail_plugins quota
^^ uncomment the above line
> /etc/dovecot/conf.d/20-imap.conf- #mail_max_userip_connections = 10
> --
> /etc/dovecot/conf.d/20-managesieve.conf- #managesie...
2013 May 19
1
v2.2.2 released
...cot.org/releases/2.2/dovecot-2.2.2.tar.gz.sig
It's been a while since v2.2.1. I think all of the bad bugs in v2.2
series should be fixed by now, so here's a new release. I think there
are still some small URLAUTH bugs left though, so you might want to wait
before enabling it in production (imap_urlauth_host is empty by default,
which disables it).
+ zlib: Keep the last mail cached uncompressed in a temp file. This
fixes performance when doing small partial fetches from a large
mail.
+ acl: If plugin { acl_defaults_from_inbox = yes } is set, get the
default ACLs for private and shared names...
2013 May 19
1
v2.2.2 released
...cot.org/releases/2.2/dovecot-2.2.2.tar.gz.sig
It's been a while since v2.2.1. I think all of the bad bugs in v2.2
series should be fixed by now, so here's a new release. I think there
are still some small URLAUTH bugs left though, so you might want to wait
before enabling it in production (imap_urlauth_host is empty by default,
which disables it).
+ zlib: Keep the last mail cached uncompressed in a temp file. This
fixes performance when doing small partial fetches from a large
mail.
+ acl: If plugin { acl_defaults_from_inbox = yes } is set, get the
default ACLs for private and shared names...
2018 May 16
2
Maillog warning
On 2018-05-16 21:07, forums at mehl-family.fr wrote:
> OK.
>
> I renamed "conf.d/90-quota.conf" to "conf.d/13-quota.conf" and I have
> no more this message.
This doesn't really fix your problem, you just removed the signs of it.
The order of the files in /etc/dovecot/conf.d matters.
Please provide the following:
doveconf -n
grep -B2 -A1 'mail_plugins
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...ssword;
const char *submission_relay_ssl;
bool submission_relay_ssl_verify;
const char *submission_relay_rawlog_dir;
unsigned int submission_relay_max_idle_time;
unsigned int submission_relay_connect_timeout;
unsigned int submission_relay_command_timeout;
/* imap urlauth: */
const char *imap_urlauth_host;
in_port_t imap_urlauth_port;
int parsed_workarounds;
};
int main(void)
{
struct submission_settings set;
printf("offset = %ld\n", offsetof(struct submission_settings, submission_max_mail_size));
printf("size = %ld\n", sizeof(set.submission_max_mail_size));
return 0;
}
2018 May 16
0
Maillog warning
...onf.ucf-dist-protocol lda {
/etc/dovecot/conf.d/15-lda.conf.ucf-dist- # Space separated list of
plugins to load (default is global mail_plugins).
/etc/dovecot/conf.d/15-lda.conf.ucf-dist: #mail_plugins = $mail_plugins
/etc/dovecot/conf.d/15-lda.conf.ucf-dist-}
--
/etc/dovecot/conf.d/20-imap.conf-#imap_urlauth_host =
/etc/dovecot/conf.d/20-imap.conf-protocol imap {
/etc/dovecot/conf.d/20-imap.conf: #mail_plugins = $mail_plugins quota
/etc/dovecot/conf.d/20-imap.conf- #mail_max_userip_connections = 10
--
/etc/dovecot/conf.d/20-imap.conf.ucf-dist-protocol imap {
/etc/dovecot/conf.d/20-imap.conf.ucf-dist- # S...
2017 Feb 09
1
dovecot logout issues
...l%{login} %{host} doveadm dsync-server -u%u -U
first_valid_gid = 89
first_valid_uid = 89
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log =
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment...
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Hopefully, there is some fix for issue 3 which is beyond my
skill to fix.
Issue 1) Need recent gcc version
Building Dovecot versions <=2.2.x using gcc 3.4.4 worked,
but this gcc version fails to build 2.3.x properly: symptoms
include compile failures and executable crashes that depended
on the amount of optimization used, which is usually a sign of
compiler bugs. (It could also be
2014 Nov 12
1
imap-login segfaults when using post-login
...ogin} %{host} doveadm dsync-server -u%u -U
first_valid_gid = 1000
first_valid_uid = 1000
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log =
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment...
2020 Sep 07
2
Btrfs RAID-10 performance
...d_uid = 109
haproxy_timeout = 3 secs
haproxy_trusted_networks =
hostname =
imap_capability =
imap_client_workarounds =
imap_hibernate_timeout = 0
imap_id_log = *
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_cmd_timeout = 5 mins
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_max_line_length = 0
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_sasl_mechanisms =
i...
2020 Sep 07
0
Btrfs RAID-10 performance
...d_uid = 109
haproxy_timeout = 3 secs
haproxy_trusted_networks =
hostname =
imap_capability =
imap_client_workarounds =
imap_hibernate_timeout = 0
imap_id_log = *
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_cmd_timeout = 5 mins
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_max_line_length = 0
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_sasl_mechanisms =
i...
2020 Jul 03
0
Quota: How/where to set/change
...mins
| imap_literal_minus = no
| imap_logout_format = in=%i out=%o deleted=%{deleted} expunged=%{expunged} trashed=%{trashed} hdr_count=%{fetch_hdr_count} hdr_bytes=%{fetch_hdr_bytes} body_count=%{fetch_body_count} body_bytes=%{fetch_body_bytes}
| imap_max_line_length = 64 k
| imap_metadata = no
| imap_urlauth_host =
| imap_urlauth_logout_format = in=%i out=%o
| imap_urlauth_port = 143
| imapc_cmd_timeout = 5 mins
| imapc_connection_retry_count = 1
| imapc_connection_retry_interval = 1 secs
| imapc_features =
| imapc_host =
| imapc_list_prefix =
| imapc_master_user =
| imapc_max_idle_time = 29 mins
| ima...
2017 Feb 09
2
dovecot config for 1500 simultaneous connection
...sh -l%{login} %{host} doveadm dsync-server -u%u -U
first_valid_gid = 89
first_valid_uid = 89
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log =
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment = TZ DEB...
2015 Feb 27
2
Postfix - dovecot-lda -> Permission denied
...{host} doveadm dsync-server -u%u -U
first_valid_gid = 6
first_valid_uid = 6
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log = *
imap_id_send = "name" * "version" *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imap_urlauth_submit_user = submit
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_...
2015 Jul 24
1
POP3 getting previously delivered messages.
...l%{login} %{host} doveadm dsync-server -u%u -U
first_valid_gid = 1
first_valid_uid = 100
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log =
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment...
2017 Feb 09
0
dovecot Digest, Vol 166, Issue 22
...sh -l%{login} %{host} doveadm dsync-server -u%u -U
first_valid_gid = 89
first_valid_uid = 89
hostname =
imap_capability =
imap_client_workarounds =
imap_id_log =
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_password =
imapc_port = 143
imapc_rawlog_dir =
imapc_ssl = no
imapc_ssl_verify = yes
imapc_user =
import_environment = TZ DEB...
2020 Nov 10
3
SSL alert number 42
...stname =
imap_capability =
imap_client_workarounds =
imap_fetch_failure = disconnect-immediately
imap_hibernate_timeout = 0
imap_id_log =
imap_id_retain = no
imap_id_send = name *
imap_idle_notify_interval = 2 mins
imap_logout_format = in=%i out=%o
imap_max_line_length = 64 k
imap_metadata = no
imap_urlauth_host =
imap_urlauth_logout_format = in=%i out=%o
imap_urlauth_port = 143
imapc_cmd_timeout = 5 mins
imapc_connection_retry_count = 1
imapc_connection_retry_interval = 1 secs
imapc_features =
imapc_host =
imapc_list_prefix =
imapc_master_user =
imapc_max_idle_time = 29 mins
imapc_max_line_length = 0...
2017 Feb 10
0
dovecot Digest, Vol 166, Issue 22
...=
>
> > imap_client_workarounds =
>
> > imap_id_log =
>
> > imap_id_send = name *
>
> > imap_idle_notify_interval = 2 mins
>
> > imap_logout_format = in=%i out=%o
>
> > imap_max_line_length = 64 k
>
> > imap_metadata = no
>
> > imap_urlauth_host =
>
> > imap_urlauth_logout_format = in=%i out=%o
>
> > imap_urlauth_port = 143
>
> > imapc_features =
>
> > imapc_host =
>
> > imapc_list_prefix =
>
> > imapc_master_user =
>
> > imapc_max_idle_time = 29 mins
>
> > imapc_passw...
2020 Aug 25
2
zlib errors after upgrading
> On 25/08/2020 14:35 Robert Nowotny <rnowotny at rotek.at> wrote:
>
>
> I get ZLIB Errors after dovecot upgrade from 2.3.10.1 to 2.3.11.3
>
>
> Aug 21 15:27:34 lxc-imap dovecot: imap(acsida)<63870><jZk...>: Error: Mailbox Sent: UID=40826: read(zlib(/home/vmail/virtualmailboxes/acsida/storage/m.2409)) failed:
2020 Jan 08
2
[EXTERNAL] Re: Thunderbird Subscription missing
Phillip> Users don?t create these folder. The system does based on the
Phillip> configuration which is what I have to figure out.
Then post your configuration details!
And details on how email gets into the system and into Dovecot.