Displaying 20 results from an estimated 40 matches for "client_workarounds".
2019 Feb 13
3
Maintaining table quota2
...iki.dovecot.org/Quota/Count
> https://wiki.dovecot.org/Plugins/QuotaClone
>
> and the recommendation is under
>
> https://wiki.dovecot.org/Quota
I have been spending effort today reading up on this and searching on a
couple questions.
For my additions to 20-imap.conf I have:
imap_client_workarounds = delay-newmail
protocol imap {
??? mail_plugins = quota imap_quota trash
}
I see that the mail_plugin quota is moved to 10-mail.conf.? No biggie
there.? But what about trash?
And I tried to find documentation on imap_client_workarounds and all I
have found is in:
https://wiki.dovecot.org/Qui...
2003 Apr 09
1
New installation - error 89 on connect
...192.168.0.2]
imap(dk): Unknown client workaround: outlook-idle^I###
dovecot: child 17653 (imap) returned error 89
What does error 89 signify?
My current configuration is: (non-comment lines only)
imap_listen = 192.168.0.2
imaps_listen = *
login = imap
login = pop3
verbose_proctitle = yes
client_workarounds = oe6-fetch-no-newmail outlook-idle
mailbox_check_interval = 60
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_user = root
auth_verbose = yes
In my confusion, I blindly tried changing settings, attempting to get a
different error message at least. :-)
T...
2004 Oct 13
1
what exactly does outlook-idle workaround?
Hi,
Can anyone tell me what the 'client_workarounds = outlook-idle' directive
exactly does? I have enabled it in my /etc/dovecot.conf, but the problem
that I think it should solve still exsits. That is that after being IDLE
for more than half an hour Dovecot will disconnect Outlook but Outlook
never connects back. Therefore users receive new mai...
2006 Sep 04
1
configuration guidelines.
...n't find any guides
for optimal values to use for dovecot's many configuration options.
A few that look like they might need changing are:
login_process_size = 32
login_process_per_connection = yes
login_processes_count = 3
mbox_dotlock_change_timeout = 30
auth_count = 1
client_workarounds =
Does anyone have any pointers to reasonable values for those or other
settings?
Thanks
--
Ian
2004 May 28
1
Messages does not appear in OE6
...ported at
http://dovecot.org/clients.html with the message: "Message is no longer
available on this server"
I have the following configuration:
- Postfix as MTA (ver. 2.1), using the Maildir format to store messages.
- Dovecot 0.99.10.4_2 serving POP3 and IMAP.
Relevant dovecot config:
client_workarounds = oe6-fetch-no-newmail outlook-idle
default_mail_env = maildir:/%h/Maildir
Something important is that I am using freebsd 4.9, and dovecot is
installed from ports (/usr/ports/mail/dovecot)
Does anyone has the solution for this problem, or at least an idea of
what causes it?
Regards,
-Mauricio
2005 Apr 05
2
Dovecot 1.0 POP3 login but no mail
...uot;. However with Outlook it logs in fine I see in maillog the result,
no other errors in maillog. Cannot see what is wrong. Here are the important
bits of my dovecot.conf, everything else is std. i.e. commented out
protocols = pop3
login = imap
login = pop3
default_mail_env = maildir:%h/.maildir
client_workarounds = outlook-idle
mbox_locks = fcntl
auth = default
auth_userdb = passwd
auth_passdb = pam
auth_user = root
auth_verbose = yes
Ideas on where to look next?
Thx
David
2004 Jan 08
3
no such file or directory
...see I'm using maildirs located in the home directories. Here
is a copy of my dovecot.conf and I've removed all the commented out
lines to save space...
protocols = imap
imap_listen = *
ssl_disable = yes
login_dir = /var/run/dovecot-login
login = imap
default_mail_env = maildir:~/Maildir
client_workarounds = oe6-fetch-no-newmail outlook-idle
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = shadow
auth_user = root
auth_verbose = yes
Also, I created the maildir manually and placed a copy in my /etc/skel
so that all new users receive a copy. Here is the stru...
2006 Mar 20
3
new mails don't always show
...o myself 'solved' this.
This behaviour does not happen all the time and I don't know how to
trigger/reproduce it.
Just the relevant (imho) parts of dovecot.conf:
login_process_size = 256
login_processes_count = 64
login_max_logging_users = 1024
default_mail_env = maildir:%h/Maildir
client_workarounds = outlook-idle oe6-fetch-no-newmail
outlook-pop3-no-nuls
everything else is set to default values
Any ideas/help?
Thanks
Bjoern
--
Bjoern Rost
portrix.net GmbH
Stresemannstr. 375
22761 Hamburg
Germany
fon +49-40-39 80 53 - 19
fax +49-40-39 80 53 - 29
http://www.portrix.net
2019 Feb 13
0
Maintaining table quota2
...ovecot.org/Plugins/QuotaClone
>>
>> and the recommendation is under
>>
>> https://wiki.dovecot.org/Quota
>
> I have been spending effort today reading up on this and searching on
> a couple questions.
>
> For my additions to 20-imap.conf I have:
>
> imap_client_workarounds = delay-newmail
> protocol imap {
> ??? mail_plugins = quota imap_quota trash
> }
>
> I see that the mail_plugin quota is moved to 10-mail.conf.? No biggie
> there.? But what about trash?
>
> And I tried to find documentation on imap_client_workarounds and all I
> have fo...
2007 May 09
1
Duplicate emails with several clients
...quot;send/receive" in their outlook or outlook
express software, they get the same messages, as well as the new ones,
over and over again.
I use postfix + dovecot and only the pop3 protocol.
My dovecot.conf has the following relevant entries
default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
client_workarounds = oe6-fetch-no-newmail outlook-idle outlook-pop3-no-nuls
mbox_locks = fcntl
everything else is at default value.
Also, we do not upgrade dovecot because it is not part of the upstream
provider, and we do not want to break binary compatibility updates.
Thanks for your guidance.
--
------------...
2003 Jul 11
1
FreeBSD /etc/passwd errors
...*'
Jul 11 19:27:23 dev imap-login: Disconnected [10.0.0.1]
On the client system I am using Outlook Express 6 and the password dialog box keeps on comming up.
Im sure its somthing to do with my conf file not being configured right, here are the main bits:
default_mail_env = mbox:/var/mail/%u
client_workarounds = oe6-fetch-no-newmail outlook-idle
auth = default
auth_userdb = passwd
auth_passdb = passwd
auth_user = dovecot-auth
auth_username_chars =
If its somthing simple please point me in the right direction as I feel increadbly dumb because im sure its something to do with the passwd file but just carn...
2004 Feb 10
1
Dovecot on FreeBSD 4.9 - "Invalid Password Field"
...sses
##
# Maximum number of running mail processes. When this limit is reached,
# new users aren't allowed to log in.
max_mail_processes = 300
verbose_proctitle = yes
first_valid_uid = 5000
last_valid_uid = 8000
first_valid_gid = 5000
last_valid_gid = 5100
default_mail_env = maildir:/u/home/%u
client_workarounds = oe6-fetch-no-newmail outlook-idle
mail_save_crlf = yes
maildir_copy_with_hardlinks = yes
mbox_locks = fcntl
## IMAP process
imap_executable = /usr/local/libexec/dovecot/imap
imap_process_size = 256
## Authentication processes
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_pa...
2004 Jun 18
1
Info: Internal login failure:
...ss_per_connection = yes
login_processes_count = 3
login_max_processes_count = 128
login_max_logging_users = 256
login = pop3
max_mail_processes = 1024
verbose_proctitle = no
first_valid_uid = 500
#last_valid_uid = 0
default_mail_env = maildir:/home/mail/%d/%n/Maildir
mail_cache_fields = MessagePart
client_workarounds = oe6-fetch-no-newmail:outlook-idle:
mailbox_check_interval = 300
mailbox_idle_check_interval = 30
mail_save_crlf = yes
mail_read_mmaped = no
maildir_copy_with_hardlinks = yes
mbox_locks = dotlock fcntl
mbox_read_dotlock = yes
mbox_lock_timeout = 120
mbox_dotlock_change_timeout = 30
umask = 0077
ma...
2004 Jul 09
1
NUL characters in POP3 conversation cause Outlook to hang
We're being bitten an Outlook bug [1,2] that is triggered by a NUL
character in a message being sent through POP3. I see that dovecot's
imap implementation converts 0x00 to 0x80, but this conversion is not
done for POP3. Would it be possible to add an option to do this mapping
for POP3 as well?
Matt
[1] http://xforce.iss.net/xforce/xfdb/15859
[2]
2004 Jul 11
0
1.0-test28
...vecot MUAs don't see the
flags in the mean time though.
- SIGHUPing dovecot master process finally reloads configuration
completely and without crashing
- Added --exec-mail parameter to dovecot. It can be used to launch
imap/pop3 processes with configuration from dovecot.conf
- Changed client_workarounds to imap_client_workarounds and
pop3_client_workarounds. Added the first pop3 workaround:
outlook-no-nuls
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: &...
2004 Dec 28
1
Outlook can't download messages with no subject and empty body
My Outlook POP3 clients can't download messages that have empty subjects
and bodies. I'm running 0.99.11-1.1.fc2 and have added the following
line to dovecot.conf
client_workarounds = outlook-pop3-no-nuls
This didn't help.
Any help would be appreciated,
Bob
2006 May 10
2
Pocket Outlook
Hi all,
Another user posted the same thing a few months back... after contacting
them, they said they never got it working.
I'm unable to get Pocket Outlook, or FlexMail 2006 working on Dovecot
0.99.13. According to the logs it connects just fine. With Pocket
Outlook I'll see the headers for a few seconds, and then it clears and
shows nothing. With FlexMail, which is supposed to have
2006 Jun 30
1
help for static user
...es_count = 3
login_max_processes_count = 128
login_max_logging_users = 256
login = pop3
login_executable = /usr/lib/dovecot/pop3-login
max_mail_processes = 1024
verbose_proctitle = yes
first_valid_uid = 8
last_valid_uid = 0
first_valid_gid = 1
last_valid_gid = 0
mail_extra_groups = mail
client_workarounds = outlook-idle outlook-pop3-no-nuls
mailbox_check_interval = 0
mailbox_idle_check_interval = 30
mail_full_filesystem_access = no
mail_max_flag_length = 50
mail_save_crlf = no
mail_read_mmaped = no
maildir_stat_dirs = no
maildir_copy_with_hardlinks = no
maildir_check_content_changes = no
m...
2003 Feb 25
0
0.99.8 released
...lients to access the
whole filesystem by simply giving the path before the mailbox name
(eg. SELECT ~user/mail/box, LIST "" /tmp/%). While this allows users
to share mailboxes, it's not recommended since Dovecot's index files
can't be safely shared.
+ New setting: client_workarounds.
+ Dynamically loadable authentication modules. Binary package builders
should consider using it for at least LDAP.
+ mbox: Content-Length is saved now to each saved message, so it's
now safe to have lines beginning with "From ".
+ mbox: mail_read_mmaped = no works with it no...
2005 Jan 14
0
Upgraded and authentication fails with LDAP
...yes
login_chroot = yes
login = imap
login_executable =
/usr/local/libexec/dovecot/imap-login
login_user = dovecot
verbose_proctitle = yes
first_valid_uid = 1003
last_valid_uid = 1003
first_valid_gid = 6
last_valid_gid = 6
valid_chroot_dirs = /var/mail
default_mail_env = maildir:/var/mail/%u/Maildir
client_workarounds = oe6-fetch-no-newmail outlook-idle
outlook-pop3-no-nuls
mail_save_crlf = yes
maildir_copy_with_hardlinks = yes
imap_executable = /usr/local/libexec/dovecot/imap
auth = default
auth_mechanisms = plain
auth_userdb = ldap /usr/local/etc/dovecot-ldap.conf
auth_passdb = ldap /usr/local/etc/dovecot-ldap...