26 Nov
2007
26 Nov
'07
8:50 p.m.
On 26.11.2007, at 18.50, Dion Hollenbeck wrote:
lip=::ffff:192.168.1.101 Nov 26 10:26:47 parrot dovecot: POP3(hollen): UIDVALIDITY changed
(1196019076 -> 1196097977) in mbox file /var/mail/hollen
I think there's a problem with mailbox autodetection. If /var/mail/ hollen file ever gets deleted, Dovecot fallbacks to using ~/mail/ inbox. Set explicitly:
mail_location = mbox:~/mail:INBOX=/var/mail/%u
That hopefully fixes this.