Displaying 20 results from an estimated 24 matches for "mailbox_check_interv".
Did you mean:
mailbox_check_interval
2003 May 03
2
0.99.9.1 OpenBSD and mbox
Hi, compiled perfectly, so the patch of course work ;), but seems that I
had the conf a bit broken, because he doesn't read the new messages in
/var/mail/user, does the line:
#default_mail_env = mbox:~/Mail:INBOX=/var/mail/username
look good?, I also tryed with %h instead of username, the rest of the
conf is pretty standard, I can create folders and so on.
Regards
Alvaro
2005 Mar 14
5
aha! (was apple mail vs. v0.99)
it seems that when you say "check for new mail" in apple mail, it sends
a NOOP to the imap server to get the response. in uw, the conversation
is something like:
25 NOOP
25 OK NOOP completed
26 NOOP
* 2796 EXISTS
* 7 RECENT
26 OK NOOP completed
however, with dovecot, if it has already notified the client that new
mail has arrived, it will look something like:
* 24 EXISTS
* 2 RECENT
2003 Jan 02
0
0.99.5 released
...autodetection.
+ New setting: imap_log_path to log logins etc. informational messages
to different file.
+ We support now separate mbox file for INBOX folder, no need for
symlink kludging anymore.
+ Support for keeping index files in different location than actual
mailboxes.
? Disabled mailbox_check_interval setting by default, it breaks
Evolution.
- SEARCH was still somewhat buggy, especially with laggy networks.
Also body/header searches might have crashed or at least used
memory too much
- Deleting messages in the middle of mbox caused dovecot to reindex
the following messages as new...
2003 Apr 09
1
New installation - error 89 on connect
...ok-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. :-)
These are the settings I have tried, without success:
def...
2004 Jun 08
1
authentication configuration
...= /etc/mydigestfile
How would I set this for pgsql? auth_passdb = /etc/dovecot-pgsql.conf
### non-default config settings.
protocols = imap imaps
disable_plaintext_auth = yes
login = imap
login_max_processes_count = 16
login = pop3
max_mail_processes = 512
default_mail_env = maildir:~/Maildir
mailbox_check_interval = 1
auth = default
auth_mechanisms = plain
auth_passdb = pam
auth_user = root
2004 Jun 18
1
Info: Internal login failure:
...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
mail_drop_priv_before_exec = no
imap_executable = /usr/local...
2004 Nov 25
1
AW: Re: [OT] Apple Mail.app access to localhost imap whe n nonetwork
> This script is what I use -- note that you need to have it on the
> server, and then call ssh to execute that script (on the server)
> immediately.
> #!/bin/sh
> # arch-tag: dbfe44f6-0d80-40c4-948a-bac05a804bf5
>
> export MAIL=/home/johannes/Maildir
> export MAILBOX_CHECK_INTERVAL=60
> exec /usr/lib/dovecot/imap
Hi.
IIRC you should exec dovecot as a whole, to use it properly. Also edit your dovecot.conf to only serve imap.
christian
2005 May 11
1
IDLE command timeout
Is it possible to change the IDLE command timeout to be more than 30
minutes? I have a client on my PalmOne Treo 600 which will stay in IDLE
mode as long as it can. I would like to set the timeout to something
much higher than 30 minutes. Maybe several hours or even more.
I don't see a configuration setting for this value in
"/etc/dovecot.conf". Am I missing something?
2006 Jun 30
1
help for static user
..._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
mbox_lock_timeout = 300
mbox_dotlock_change_timeout = 30...
2004 Jun 11
2
auth failure
...tes
will be useful some day.
I have two questions...
Here is where I am:
cling:~# egrep -v "^($|\#)" /etc/dovecot.conf
protocols = imap imaps
login = imap
login_max_processes_count = 16
login = pop3
max_mail_processes = 512
verbose_proctitle = yes
default_mail_env = maildir:~/Maildir
mailbox_check_interval = 1
auth = default
auth_mechanisms = plain
auth_passdb = pgsql /etc/dovecot-pgsql.conf
auth_user = root
auth_verbose = yes
cling:~# egrep -v "^($|\#)" /etc/dovecot-pgsql.conf
connect = dbname=dbmail user=dbmail_reader password=SECRET
default_pass_scheme = PLAIN-MD5
password_query = SEL...
2004 Jun 02
2
IMAP folders missing after migrating to Dovecot
...er it's
# received. This setting specifies the minimum interval in seconds between
# new mail notifications to client - internally they may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to APPEND.
#mailbox_check_interval = 0
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks other than
# what the operating system does for the active UID/GID. It works with both
# maildir and mboxes, allowing you to pr...
2005 Jan 16
1
Dovecot + Xmail Setup Howto
...in_dir = /var/run/dovecot/login
login = imap
login_executable = /usr/libexec/dovecot/imap-login
login = pop3
pop3_executable = /usr/libexec/dovecot/pop3
verbose_ssl = no
default_mail_env = /var/MailRoot/domains/%d/%n/Maildir
mail_cache_fields = Envelope MessagePart
client_workarounds = outlook-idle
mailbox_check_interval = 5
mailbox_idle_check_interval = 30
maildir_stat_dirs = no
maildir_copy_with_hardlinks = no
maildir_check_content_changes = yes
auth_mechanisms = plain
auth_userdb = static uid=97 gid=97 home=/var/MailRoot/domains/%d/%n/Maildir
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS...
2004 May 06
1
Mail always is delivered to /var/mail/
...er it's
# received. This setting specifies the minimum interval in seconds between
# new mail notifications to client - internally they may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to APPEND.
#mailbox_check_interval = 0
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks other than
# what the operating system does for the active UID/GID. It works with both
# maildir and mboxes, allowing you to pr...
2005 Jan 31
1
can't login in pop3 accounts
...er it's
# received. This setting specifies the minimum
interval in seconds between
# new mail notifications to client - internally they
may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when
it's trying to APPEND.
#mailbox_check_interval = 30
# Like mailbox_check_interval, but used for IDLE
command.
mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no
access checks other than
# what the operating system does for the active
UID/GID. It works with both
# maildir and mboxes, allowing you to pr...
2004 Mar 18
2
Dovecot startup at boottime fails
...er it's
# received. This setting specifies the minimum interval in seconds between
# new mail notifications to client - internally they may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to APPEND.
#mailbox_check_interval = 0
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks other than
# what the operating system does for the active UID/GID. It works with both
# maildir and mboxes, allowing you to pr...
2003 Oct 14
1
Ordering mailboxes
...ter it's
# received. This setting specifies the minimum interval in seconds between
# new mail notifications to client - internally they may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to APPEND.
mailbox_check_interval = 30
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks other
than
# what the operating system does for the active UID/GID. It works with both
# maildir and mboxes, allowing you to p...
2005 Feb 18
2
Authentication woes
...er it's
# received. This setting specifies the minimum interval in seconds between
# new mail notifications to client - internally they may be checked more or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to APPEND.
#mailbox_check_interval = 0
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks
other than
# what the operating system does for the active UID/GID. It works with both
# maildir and mboxes, allowing you to p...
2007 Oct 30
1
mail_location and master_user rel 1.0.x
...Dovecot 1.0 configuration file
base_dir = /var/lib/dovecot
protocols = imap pop3 imaps
log_path = /var/log/dovecot/error.log
info_log_path = /var/log/dovecot/info.log
first_valid_uid = 60000
last_valid_uid = 60000
first_valid_gid=15
last_valid_gid=15
default_mail_env = maildir:/var/spool/mail/%d/%u
mailbox_check_interval = 60
maildir_copy_with_hardlinks = yes
mbox_locks = fcntl
umask = 0077
auth default {
mechanisms = plain digest-md5
user = dovecot
passdb pgsql {
/etc/dovecot/dovecot-pgsql.conf
}
userdb pgsql {
/etc/dovecot/dovecot-pgsql.conf
}
socket listen...
2006 Jan 12
2
dovecot-ldap.conf for usernames/homes/UID/GID
hi there,
I?m getting such a headache today, I?ve added myself to three mailing lists
trying to figure this out, okay here it goes.
I?ve got a Fedora Core 4 box running dovecot imap, squirrel mail, postfix,
samba/winbind.
I?m running winbind to authenticate against Active Directory, I?ve edited my
?/etc/pam.d/dovecot? pam module so to let my users login with there Active
directory password, but
2004 Dec 11
1
dovecot/openldap auth problems?
...er
it's
# received. This setting specifies the minimum interval in seconds
between
# new mail notifications to client - internally they may be checked more
or
# less often. Setting this to 0 disables the checking.
# NOTE: Evolution client breaks with this option when it's trying to
APPEND.
#mailbox_check_interval = 0
# Like mailbox_check_interval, but used for IDLE command.
#mailbox_idle_check_interval = 30
# Allow full filesystem access to clients. There's no access checks
other than
# what the operating system does for the active UID/GID. It works with
both
# maildir and mboxes, allowing you to pr...