Thanks for your reply.
Now I can see more info after turning on all those debugs
Here it is
2011-08-16 16:16:53 dovecot: Warning: Killed with signal 15 (by pid=7250 uid=0
code=kill)
2011-08-16 16:16:53 dovecot: Info: Dovecot v1.2.9 starting up (core dumps
disabled)
2011-08-16 16:16:54 auth(defa
hi,
I have a dovecot 1.2.9 and all is runnig fine except for quotas.
Some accounts have a maildirsize file in the mail directory. If I delete
the file, it is automatically rebuild: OK
But other accounts does not have the maildirsize file even after access
from dovecot server. All is OK for these
I'm running dovecot 1.2.16 from the ports collection on FreeBSD 8.1-STABLE,
amd64.
I've long been getting the following kind of messages in my logs, on
random occasions when I access or move mail into mboxes:
Aug 16 00:43:58 myhost dovecot: IMAP(mike): mbox /home/mike/mail/feedback:
seq=88 uid
Le 16/08/2011 11:29, Jean-Max Reymond a écrit :
hi,
I have a dovecot 1.2.9 and all is runnig fine except for quotas.
Some accounts have a maildirsize file in the mail directory. If I delete
the file, it is automatically rebuild: OK
But other accounts does not have the maildirsize file even after
I'm running dovecot 1.2.16 from the ports collection on FreeBSD 8.1-STABLE,
amd64.
I've long been getting the following in my logs, seemingly at random (so, only
sometimes), when I access or move mail into mboxes:
Aug 16 00:43:58 myhost dovecot: IMAP(mike): mbox /home/mike/mail/feedback:
seq=8
Hello again,
I'm running dovecot 1.2.16 from the ports collection on FreeBSD 8.1-STABLE,
amd64.
To enable IMAP read-only access to gzip or bzip2 compressed mbox files, I
added the following to my dovecot.conf, in the protocol imap { ... } section:
mail_plugins = zlib
My compressed mbox files
Sorry for the duplicate post. I lost my network connection right as I was
sending the first one.
Hi,
I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script writing
I would use include in the ISPconfig template to use the roundcube script
To simplify this task I'm wondering if there is a way to have a "star
On 8/16/2011 4:44 AM, Andrea Cappelli wrote:
Hi,
I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script
writing I would use include in the ISPconfig template to use the
roundcube script
To simplify this task I
Il 16/08/11 23:12, Stephan Bosch ha scritto:
On 8/16/2011 4:44 AM, Andrea Cappelli wrote:
Hi,
I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script
writing I would use include in the ISPconfig template to use t
On 08/15/2011 11:17 AM, kzo...@otenet.gr wrote:
> Quoting Timo Sirainen :
>
>> With a quick test I can't reproduce pop3_lock_session=yes causing a
>> crash. I guess it needs something else besides what I tested. It would
>> be helpful if your Dovecot binaries weren't stripped of debug symbols. I
>
Hi, are you using exim as mta? I been told in exim list that maildirsize
might be removed under certain conditions
(exim-*/src/transports/tf_maildir.c)
El 16/08/2011 07:01 a.m., Jean-Max Reymond escribió:
Le 16/08/2011 11:29, Jean-Max Reymond a écrit :
hi,
I have a dovecot 1.2.9 and all is r
thanks for your answer but my mta is postfix.
If I delete the maidirsize file, it is automatically created for my 75
users OK but for the 330 users, no way to create this file.
I am using a postfix database and I have checked the SQL request, the
contents of the tables but nothing :-(
Le 16/08
On Mon, Aug 15, 2011 at 09:21:22PM -0500, I wrote stuff under this
header:
Reply-To: dovecot@dovecot.org
List mail belongs on the list. The only reason to reply offlist as
described below is if specifically requested, or if not relevant to
the issue at hand. I have no particular interest in
Hi, I am reinstalling my server and i have encoutered a strange problem,
both dovecot 2.0.13 and 1.2.16 are
reporting me a problem with fd_send Invalid argument on imap login. I am
running dragonfly bsd 2.10.1., compiled
dovecot from pkgsrc.
Can someone help me out or at least point me in some dir
Hi,
has anyone figured out how to use the dovecot-antispam plugin with
sa-learn? I need to pass the username (u...@domain.tld) to sa-learn and
--ham or --spam depending on the move. I was thinking of using the CRM14
option and replace the command and arguments but cannot find anything
about t
I guess these users have unlimited quota? If not, show dovecot -n output and
the dovecot-sql.conf file and what gets logged to these users with
auth_debug=yes.
On 16.8.2011, at 18.05, Jean-Max Reymond wrote:
> thanks for your answer but my mta is postfix.
> If I delete the maidirsize file, it i
On 16.8.2011, at 22.08, Spod Letela wrote:
> Hi, I am reinstalling my server and i have encoutered a strange problem,
> both dovecot 2.0.13 and 1.2.16 are
> reporting me a problem with fd_send Invalid argument on imap login. I am
> running dragonfly bsd 2.10.1., compiled
> dovecot from pkgsrc.
Th
all seems OK for me and all the users have quota set.
$ cat /etc/dovecot/dovecot-sql.conf
password_query = SELECT username AS user,password FROM mailbox WHERE
username = '%u' AND active='1'
# Query to retrieve user information.
user_query = SELECT concat('/home/mail/',maildir) as home, 8 AS u
On 17.8.2011, at 0.48, Jean-Max Reymond wrote:
> user_query = SELECT concat('/home/mail/',maildir) as home, 8 AS uid, 8 AS
> gid, concat('maildir:storage=', quota/1024) AS quota FROM mailbox WHERE
> username = '%u' AND active='1'
..
> # 1.2.9: /etc/dovecot/dovecot.conf
You're using v1.0's quota
Le 16/08/2011 23:51, Timo Sirainen a écrit :
On 17.8.2011, at 0.48, Jean-Max Reymond wrote:
user_query = SELECT concat('/home/mail/',maildir) as home, 8 AS uid, 8 AS gid,
concat('maildir:storage=', quota/1024) AS quota FROM mailbox WHERE username =
'%u' AND active='1'
..
# 1.2.9: /etc/dovec
ETA on 2.0.14?
--
Love feeling your best ever, all day, every day?
Click http://RadicalHealth.com for the easy way!
On 17.8.2011, at 0.55, David Favor wrote:
> ETA on 2.0.14?
Dunno.
Hi,
What I have been trying to achieve is to be able to authenticate users through
openLDAP while using Postfix, Dovecot as IMAP server and squirrelmail.
I keep getting the following error messages when trying to login to squirrelmail
2011-08-17 12:27:59 auth(default): Info: client in: AUTH
On Tue, 16 Aug 2011 22:38:34 +0200
Nick Rosier wrote:
> Hi,
>
> has anyone figured out how to use the dovecot-antispam plugin with
> sa-learn? I need to pass the username (u...@domain.tld) to sa-learn and
> --ham or --spam depending on the move. I was thinking of using the CRM14
> option and r
25 matches
Mail list logo