> On Thu, 2009-03-12 at 21:50 +0100, RutgerM wrote:
>> #!/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
On Thu, 2009-03-12 at 21:50 +0100, RutgerM wrote:
> #!/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
I'm trying to receive a "Disconnected" message in my logfile for the
connected imap-clients when I restart dovecot.
When you disconnect a client, you receive the following message in your log:
Mar 12 21:45:55 mail dovecot: IMAP(mail...@domain.com): Disconnected:
Logged out bytes=7496/22441
When