Re: Different users having same home/mail_location?

2017-09-24 Thread Tapio Sokura
On 24.9.2017 15:03, Sami Ketola wrote: On 23 Sep 2017, at 23.08, Tapio Sokura wrote: I have this kind of a dual-login setup via PAM for regular system user authentication and it's working ok. I'm just wondering about the dovecot part, whether dovecot will do Unexpected Things if mor

Re: Different users having same home/mail_location?

2017-09-23 Thread Tapio Sokura
box, shouldn't it? Peter Am 2017-09-23 um 22:08 schrieb Tapio Sokura: Hello, Will I be breaking something if I have two users share the same home and/or mail_location (maildir format) in dovecot? Mail will only be delivered to the primary user, the other would be used every now and then to

Different users having same home/mail_location?

2017-09-23 Thread Tapio Sokura
Hello, Will I be breaking something if I have two users share the same home and/or mail_location (maildir format) in dovecot? Mail will only be delivered to the primary user, the other would be used every now and then to login via imap (webmail). This would be on a CentOS 7 box running dovec

Re: [Dovecot] Dovecot dies, maybe ntpdate related. I'm new to dovecot

2010-06-25 Thread Tapio Sokura
On 25.6.2010 10:53, Xavi Montero wrote: The only change done in the server one week ago has been to install ntpdate, running once per day in cron-daily. In the cron reports, ntpdate reports a time-jump of 9 seconds each Time jumps, especially backwards, are not a good thing on a server. You s

Re: [Dovecot] expire-tool and userdb returned mail location

2009-12-14 Thread Tapio Sokura
Timo Sirainen wrote: On Sat, 2009-12-12 at 13:46 +0200, Tapio Sokura wrote: I'm having problems with expire-tool in Dovecot 1.2.6 not finding the mailboxes. I had Here's a simple way that should work: mail_location = mbox:~/mails:INDEX=~/indexes and then you can also drop the

Re: [Dovecot] expire-tool and userdb returned mail location

2009-12-12 Thread Tapio Sokura
Charles Marcus wrote: You forgot dovecot -n output... # 1.2.6: /usr/local/dovecot/etc/dovecot.conf # OS: Linux 2.6.18-164.6.1.el5 x86_64 CentOS release 5.4 (Final) base_dir: /var/run/dovecot/ protocols: imap imaps pop3 pop3s managesieve ssl_cert_file: /etc/pki/tls/certs/dovecot.crt ssl_key_file

[Dovecot] expire-tool and userdb returned mail location

2009-12-12 Thread Tapio Sokura
Hello, I'm having problems with expire-tool in Dovecot 1.2.6 not finding the mailboxes. I had mail_location = mbox:/var/spool/dovecotmail/%d/%n/mails:INDEX=/var/spool/dovecotmail/%d/%n/indexes in dovecot.conf, but that doesn't work with expire-tool. So I commented that out from dovecot.con