From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sergey To: ALT Linux sysadmin discuss Date: Thu, 29 Nov 2007 09:48:13 +0400 User-Agent: KMail/1.9.7 References: <474D9F93.2060203@diyaorg.dp.ua> In-Reply-To: <474D9F93.2060203@diyaorg.dp.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200711290948.13656.a_s_y@sama.ru> Subject: Re: [Sysadmins] =?koi8-r?b?9dLP18XO2CDMz8fBINDPIFBPUCDEzNEgY3lydXMt?= =?koi8-r?b?aW1hcGQ=?= X-BeenThere: sysadmins@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: ALT Linux sysadmin discuss List-Id: ALT Linux sysadmin discuss List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 05:57:47 -0000 Archived-At: List-Archive: On Wednesday 28 November 2007, Roman Savochenko wrote: > Может кто в курсе как сделать POP демона от cyrus более разговорчивым? > Сейчас в логах видно только факт подключения, а факта отправки почты > клиенту не видать. http://nakedape.cc/info/Cyrus-IMAP-HOWTO/Cyrus-IMAP-HOWTO.html Protocol Logging As a debugging aid, Cyrus IMAP can also log protocol conversations on a per-user basis. Note that you cannot debug the authentication process using this, because the protocol logging is only associated with a username and until a user has been successfully authenticated, the username is unknown. To enable protocol logging, simply create a directory in /var/lib/imap/log with the user's name you wish to log. Ensure, of course, that this directory is writable by the user Cyrus runs as. Cyrus will create files in this directory with the name of the process ID under which it runs (which changes per connection due to the forking server model it uses). # cd /var/lib/imap/log/ # mkdir wcooley # chown cyrus wcooley/ -- С уважением, Сергей a_s_y@sama.ru