[Dovecot] Migration to multi-dbox and SiS

2012-01-28 Thread Ronald MacDonald
Dear list, A huge thank-you first of all for all the work that's gone into Dovecot itself. I'm rebuilding a mail server next week and so, taking the rare opportunity to re-consider all the options I've had running over the past couple of years. Around the time of the last re-build (2010), ther

Re: [Dovecot] IMAP only for some users or via webmail

2010-01-21 Thread Ronald MacDonald
8.html for reference. In your case, you'll just have to adapt the SELECT statement somewhat. Ronald. Ronald MacDonald : +44-7772-351655 ron...@rmacd.com : http://www.rmacd.com 4/1 Gillespie Crescent, Edinburgh EH10 4HT 2010/1/21 Federico Tomasczik : > Hello! > > First, sorry

Re: [Dovecot] Dovecot not delivering mail.

2010-01-04 Thread Ronald MacDonald
it.d/dovecot to CONF=/etc/dovecot/dovecot-postfix.conf -R Ronald MacDonald : +44-7772-351655 ron...@rmacd.com : http://www.rmacd.com 4/1 Gillespie Crescent, Edinburgh EH10 4HT

Re: [Dovecot] data retention and e-discovery rules

2008-12-02 Thread Ronald MacDonald
vecot/mail delivery end. It seems to work fine. Otherwise, what you could look at doing is setting up the cron job, as you say, to mirror any files that have appeared in the mailbox. Just my 2c Best regards, Ronald. -- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655

Re: [Dovecot] mail server management

2008-02-18 Thread Ronald MacDonald
in one file of the pa setup - functions.inc.php. It's just a case of updating the syntax. Let us know how you get on. Kind regards, Ronald. -- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655

Re: [Dovecot] Scheduled folder purging

2008-02-18 Thread Ronald MacDonald
ple, for files older than a certain date. Delete all files in /cur which are older than 30 days: /usr/bin/find /home/vmail/*/.Junk/cur -mtime +30 -type f -daystart -exec rm '{}' \; Hope that helps. Kind regards, Ronald. -- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655

Re: [Dovecot] corrupted index?

2008-02-02 Thread Ronald MacDonald
Kind regards, Ronald. -- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655

Re: [Dovecot] Webmail Recommendation

2008-01-12 Thread Ronald MacDonald
acks > important features (eg. like import/export functionality for address > books) for a large scale deployment. I did actually write a little extension to RC mail myself about a month ago - which you could try. http://www.rmacd.com/downloads/howto/add-csv-to-roundcube.php Kind regards, Ron

Re: [Dovecot] Permission for /var/run/dovecot

2007-12-11 Thread Ronald MacDonald
n set the permission of dovecot to that user. Regards, Ronald. -- Ronald MacDonald http://www.rmacd.com/ 0777 235 1655

Re: [Dovecot] Locking problems on Dovecot 1.x in Maildir

2007-06-28 Thread Ronald MacDonald
9 at 18:07 +0100, Ronald MacDonald wrote: > Well, I am actually using ext3, how do you suspect this might affect the > reliability of the transaction log? > > Ronald. > > On 19/06/07, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2007-06-18 at 18:04 +0100, Ron

Re: [Dovecot] Locking problems on Dovecot 1.x in Maildir

2007-06-19 Thread Ronald MacDonald
Well, I am actually using ext3, how do you suspect this might affect the reliability of the transaction log? Ronald. On 19/06/07, Timo Sirainen <[EMAIL PROTECTED]> wrote: On Mon, 2007-06-18 at 18:04 +0100, Ronald MacDonald wrote: > dovecot: 2007-06-18 12:57:59 Error: IMAP([EMAIL

Re: [Dovecot] Locking problems on Dovecot 1.x in Maildir

2007-06-18 Thread Ronald MacDonald
be posing any problems, but this is not ideal. Ronald. On 18/06/07, Timo Sirainen <[EMAIL PROTECTED]> wrote: On Mon, 2007-06-18 at 14:13 +0100, Ronald MacDonald wrote: > Hi list, > > Overall, everything works fine, and all the emails are delivered without > anything messing

[Dovecot] Locking problems on Dovecot 1.x in Maildir

2007-06-18 Thread Ronald MacDonald
just go in and delete the log, and start afresh. I've addressed the issue temporarily by putting the index in memory by the :INDEX=MEMORY as opposed to a static file. This isn't ideal, but it seems to save the system going up in arms. Is there an alternative to using this system? Ron