Mailinglist Archive: opensuse-bugs (3151 mails)
| < Previous | Next > |
[Bug 708768] dovecot - Auth process died too early - shutting down
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 28 Jul 2011 12:20:10 +0000
- Message-id: <20110728122010.8319ECC7D0@soval.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=708768
https://bugzilla.novell.com/show_bug.cgi?id=708768#c5
Marcus Rückert <mrueckert@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |hnsz2002@xxxxxxxxx
--- Comment #5 from Marcus Rückert <mrueckert@xxxxxxxx> 2011-07-28 12:20:10 UTC
---
another option to avoid the race with the calling rcdovecot reload twice would
be "sharedscripts" in your logrotate config for the dovecot files. that way it
will only be called once.
as a general note... I would *not* use copytruncate.
my suggestion would be:
[[[
/var/log/dovecot/dovecot /var/log/dovecot/dovecot_info {
compress
create 660 root vmail
missingok
dateext
maxage 365
rotate 99
#size=+2048k
daily
notifempty
sharedscripts
postrotate
killproc -USR1 /usr/sbin/dovecot > /dev/null
endscript
}
]]]
please test if that works better for you.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |