Displaying 4 results from an estimated 4 matches for "log_to_mast".
Did you mean:
log_to_master
2009 Mar 12
2
Imap logout message on Dovecot restart
...you receive the following message in your log:
Mar 12 21:45:55 mail dovecot: IMAP(mailbox at domain.com): Disconnected:
Logged out bytes=7496/22441
When a IMAP client is connected and Dovecot is restarted, this message is
not shown.
This should be solvable by a script like this:
#!/bin/sh
unset LOG_TO_MASTER
export USE_SYSLOG=1
exec /usr/lib/dovecot/imap
But this logs the user that runs the script into the imap server and when
I terminate this terminal I get a "Disconnected" message for the local
linux user, which I don't need of course.
Is there a way to get to what I want ? I want t...
2008 May 18
1
Domain variable in checkpassword
...,
'REALMS' => '',
'PROTO' => 'TCP',
'ANONYMOUS_USERNAME' => 'anonymous',
'RESTRICT_SETEXTRAGROUPS' => '',
'TCPLOCALIP' => '128.177.27.100',
'LOG_TO_MASTER' => '1',
'MASTER_USER_SEPARATOR' => '',
'RESTRICT_SETUID' => '',
'REMOTE_IP' => '213.31.43.3',
'RESTRICT_USER' => '',
'DOVECOT_VERSION' => '1...
2008 Nov 11
2
Dovecot master process
We are running into a situation where Dovecot master is simply trying
to do too much. It some situations, we are finding that there are
times in which it cannot service requests. Restarting Dovecot seems
to help in these situations, possibly due to the fact that it no longer
has to manage its THOUSANDS of file descriptors for pipes to the many
imap/proxy processes that it uses for logging. Is
2006 Oct 13
1
Segfault in in rc7 when index does not exists
...="16"
DBOX_ROTATE_SIZE="2048"
DOVECOT_VERSION="1.0.rc7"
HOME="/srv/vmbox/spool/test/"
IMAP_CLIENT_WORKAROUNDS="outlook-idle"
IMAP_MAX_LINE_LENGTH="65536"
IP="::ffff:127.0.0.1"
LOCK_METHOD="fcntl"
LOGGED_IN="1"
LOG_TO_MASTER="1"
MAIL="maildir:/"
MAILBOX_IDLE_CHECK_INTERVAL="30"
MAIL_CACHE_FIELDS="flags"
MAIL_CACHE_MIN_MAIL_COUNT="0"
MAIL_MAX_KEYWORD_LENGTH="50"
MAIL_NEVER_CACHE_FIELDS="imap.envelope"
MBOX_DIRTY_SYNCS="1"
MBOX_DOTLOCK_CHAN...