Hi there,
I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b).
Right after the update, dovecot begun flooding the mail.log and
PostgreSQL's log.
My dict sql configuration:
,--[ .../dovecot/dovecot-dict-sql.conf.ext ]--
| map {
| pattern = priv/quota/storage
| table = userquo
On 2021-12-04 22.18, I wrote:
> Hi there,
>
> I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b).
> Right after the update, dovecot begun flooding the mail.log and
> PostgreSQL's log.
> ...
just in case someone has missed `doveconf -n` output and SQL related
configuration files,
On 18/12/2021 20.56, Pascal Volk wrote:
> On 2021-12-04 22.18, I wrote:
>> Hi there,
>>
>> I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b).
>> Right after the update, dovecot begun flooding the mail.log and
>> PostgreSQL's log.
On 05/02/2022 20.20, Aki Tuomi wrote:
>
>> On 05/02/2022 21:01 Pascal Volk
>> wrote:
>>
>> Hi there,
>>
>> I've upgraded Dovecot to v2.3.18 (9dd8408c18). The problem still exists:
>>
>> ERROR: invalid input syntax for type bigint:
&
On 03/12/2015 02:07 PM, Dan LaSota wrote:
> Getting "Segmentation Fault" When I run doveconf -a
Have a look at http://dovecot.org/bugreport.html and try again.
Regards,
Pascal
--
The trapper recommends today: f007ba11.1507...@localdomain.org
On 03/19/2015 02:53 PM, James wrote:
>>> ...
>>> service imap-login {
>>> chroot =
>>> drop_priv_before_exec = yes
>>> user = dovecot
>>> }
>>>
>>> How can I make imap-login to produce a core file?
> ...
> I can create core dumps but not from imap-login, so it's not a general
> system
On 04/23/2015 10:16 PM, T.Tributh wrote:
> Hi,
> since several versions i have the following problem:
> Actually i am using:
>
> dovecot --version
> 2.2.16 (de2023e630cb)
>
> When i try to use doveadm i see the following error:
>
> doveadm pw -t
> {SSHA512}cywDi7p60qc1K0mK4zAC2NrnK86hntGgbQcAh3
On 04/24/2015 03:55 PM, Stephen R Guglielmo wrote:
> Hi list,
>
> I'm running Debian Jessie (8). I have Postfix and Dovecot working
> successfully. I attempted to setup LMTP in order to enable sieve
> support, but it seems I was not successful. Dovecot version 2.2.13.
>
> Postfix accepts an incom
On 04/24/2015 07:00 PM, Michael Grimm wrote:
> ...
> 2) I don't have a python binary installed, only a python2 link to the
> python27 binary (FBSD, and python27 from ports).
>Thus, update-version.sh will fail to evaluate hg's changeset. As a quick
> fix I needed to create a link: python -> p
On 05/07/2015 07:04 PM, Nathan Schultheiss wrote:
> Hello,
>
> Since several days the repo (xi.rename-it.nl (217.119.238.14)) is no longer
> accessible.
> I'd found here for Debian/Ubuntu => http://wiki2.dovecot.org/PrebuiltBinaries
>
> Is it off, or temporarily down ?
"Xi is broken at the mome
On 05/10/2015 04:01 PM, Thomas Leuxner wrote:
> ... Not sure how it is supposed to interact with the file
> /etc/default/dovecot and its ALLOW_COREDUMPS=1 variable, but one needs to
> explicitly add LimitCORE=infinity in the 'Service' section (until someone
> with more systemd foo fixes it):
>
On 05/25/2015 06:14 AM, Thomas Leuxner wrote:
> The apostrophes need to be removed from the LimitCORE example, otherwise the
> parameter will not be recognized:
>
> $ cat /etc/systemd/system/dovecot.service.d/service.conf
> [Service]
> #Environment='OPTIONS=-p'
> #LimitCORE=8192
> LimitCORE=infi
On 05/25/2015 03:44 PM, Steve Litt wrote:
> Hey guys, please tell me that Dovecot does not depend on systemd!
>
Nope, Dovecot doesn't depend on systemd. Why should it depend on systemd?
But: Dovecot supports systemd. If you want to enable systemd, use:
./configure --with-systemdsystemun
On 05/28/2015 08:24 PM, l...@airstreamcomm.net wrote:
> A bit off topic, but I was wondering if anyone here has a solution for
> centrally managing sieve for multiple users from a custom web application?
> We would like to implement pigeonhole sieve on our dovecot cluster, however
> we need to
On 06/23/2015 02:57 PM, alex wrote:
> hello,
>
> I search a solution to migrate a courier-impa mail accounts in maildir
> format to a dovecot mail accounts in sandbox format.
> The first server is an ubuntu 10.4 with courier-imap in maildir format,
> the accounts are managed by postfix 2.7.0 wit
On 07/01/2015 02:28 PM, Steven Hopps wrote:
> Hi, I'm trying to use dovecot-lmtp so that I can filter messages with
> sieve, however it doesn't appear to be working.
>
> I followed the instructions on wiki2.dovecot.org. I'm running Debian
> Wheezy. I've got runit configured to execute postfix an
On 07/06/2015 02:37 PM, Sachin Kulkarni1 wrote:
> Hello All,
>
> We want to install / configure and test Dovecot.
>
> We are doing it for the first time.
>
> After installation we are now looking for configuration file and need to know
> significance of below params and what values we should p
On 08/19/2015 10:45 PM, Paulo Matos wrote:
>
> Hi all,
>
> I have a running dovecot with:
> $ dovecot -n
> # 2.2.18: /etc/dovecot/dovecot.conf
> [...]
> I started to filter my email with imapfilter running on the same host as
> dovecot. I would therefore like to deliver email to a folder called
>
On 2015-09-29 20:22, Jacques Distler wrote:
> Darwin doesn't have an EDEADLOCK error code, so compilation fails on MacOSX:
>
> file-lock.c:214:16: error: use of undeclared identifier 'EDEADLOCK'
> if (errno == EDEADLOCK)
> ^
> file-lock.c:262:16: er
On 2015-12-29 02:06, Макаров Денис wrote:
> Hello guys!
>
> I have Dovecot server (version: 2.2.9) with quota and imap_quota plugins.
>
> I wanna know how to get information about quota used of current email.
>
> I can do this with IMAP client like Thunderbird, but how I can do it on
> server?
On 09/10/2011 10:04 AM jana1...@centrum.cz wrote:
> Hi i use Dovecot and it works ok for users except for root user.
> It is impossible to login as root
> Here is a log
> …
> Sep 10 10:15:44 imap: Error: user root: Invalid settings in userdb: userdb
> returned 0 as uid
> Sep 10 10:15:44 imap: Er
On 09/20/2011 01:22 AM Linda Walsh wrote:
> I guess the source needs a patch.
>
> Why would dovecot choose to play nursemaid to people who want to read
> root email remotely via IMAPS?
> …
So, why do you not simply create and apply the patch? Dovecot is OSS.
You are free to modify it
On 09/22/2011 05:26 PM Jeetu wrote:
> Hi,
>
> i cant see man pages for doveadm-move, though the command "doveadm move
> ..." works on new version of dovecot.
There is the manual page:
http://hg.dovecot.org/dovecot-2.0/rev/c194c76b98ff also available in the
wiki: http://wiki2.dovecot.org/Tools/Do
On 09/28/2011 08:37 AM Daminto Lie wrote:
> Hi,
>
> I am getting the following error message when trying to implement LDA Dovecot
> 1.2.9 with virtual users:
>
>
> Sep 28 15:59:33 server1 postfix/pipe[3041]: 28BEC2400A1:
> to=, relay=dovecot, delay=2361, delays=2361/0.01/0/0.03,
> dsn=4.3.0,
On 10/06/2011 11:23 PM Micah Anderson wrote:
>
> Hi,
>
> I noticed that wildcards work like the following, as described in the
> man page:
>
> # doveadm mailbox list -s -u bob dovecot*
> dovecot
> dovecot/pigeonhole
> dovecot/pigeonhole/2.0
>
> however, wildcard subscriptions don't
On 10/19/2011 10:33 PM ghandidrivesahum...@rocketfish.com wrote:
> Segmentation fault (core dumped)
Please use gdb to generate a backtrace from the dumped core file.
(http://dovecot.org/bugreport.html)
Regards,
Pascal
--
The trapper recommends today: defaced.1129...@localdomain.org
On 11/07/2011 04:12 PM Yuuichi Ikeda (SKLC) wrote:
> Hi, I'm Yuuichi Ikeda from Japan User.
>
>
> Dovecot Configuration
>> …
>> ssl_ca = > ssl_cert = > ssl_key = > ssl_verify_client_cert = yes
> …
> If it attests by connecting by POP3 or IMAPv4, the following messages will
> be displayed and atte
On 11/09/2011 10:29 AM Thomas Koch wrote:
> Hi,
>
> somebody from the kolab groupware project recently explained me that the Bus-
> Factor[1] of around 1 would be one of their primary reasons not to use
> Dovecot
> and stick with Cyrus.
And what is their primary reason for the lame excuse?
Too
On 12/07/2011 02:28 PM Arne K. Haaje wrote:
> Thunderbird also use a Templates folder.
Yes, I also noticed that. But
http://tools.ietf.org/html/rfc6154#section-2 doesn't mention a mailbox
for templates.
Regards,
Pascal
--
The trapper recommends today: face1e55.1134...@localdomain.org
Hi Timo,
right after delivering the message to the INBOX the lmtp crashes.
I wonder about the "Sent" in the attached backtrace.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1134...@localdomain.org
# 2.1.rc1 (1e118913348b): /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.1.0-1-amd
On 12/08/2011 05:11 AM Timo Sirainen wrote:
> On Wed, 2011-12-07 at 17:17 +0100, Pascal Volk wrote:
>> right after delivering the message to the INBOX the lmtp crashes.
> http://hg.dovecot.org/dovecot-2.1/rev/3b70254e0596 should fix it.
Thanks, that fixed the problem for me.
Also tha
I think it would be very useful to have a user's GID in a variable.
So i could use for example: mail_attachment_dir = /srv/mail/.SiS/%{gid}
I use one GID per domain and the aliases fqhns of the domain. When for
example example.com would be an alias for exmaple.net (gid: 12345), the
attachments wo
Since changeset 8a63f621bd2e I'm one step closer to the perfect working
setup. I'm sharing one GID per domain, all it's alias names and accounts.
So I can use: mail_attachment_dir = /srv/mail/.SiS/%{gid}
In order to avoid permission trouble I've set fs ACL on the .SiS dir:
,--[ getfacl srv/mail/.
I tried to apply the X modifier to the %{gid} variable:
'mail_attachment_dir = /srv/mail/.SiS/%X{gid}'.
But the name of the created directory is '0', instead of '11172'.
Regards,
Pascal
--
The trapper recommends today: c01dcofe.1134...@localdomain.org
On 12/10/2011 04:39 PM Pascal Volk wrote:
> But the name of the created directory is '0', instead of '11172'.
0 was the hex version of a empty string. For now I've reverted changeset
499e4916bed5. This brings the content of %{gid} back and %X{gid} works
now as expecte
On 12/10/2011 05:09 PM Pascal Volk wrote:
> … For now I've reverted changeset 499e4916bed5.
OK, I found the problem. You forgot to append the GID to the
var_expand_table before returning it. The attached patch works fine for me.
It also adds the short variable %g. I hope that's
On 12/18/2011 08:05 PM I M wrote:
> Hello!Please, give me a feedback as soon as you can!
> I need some advice regarding "dovecot self signed certificate"
> configuration!If you have any experience in working with php IMAP-module that
> would be useful for me to know what would you say about belo
On 12/22/2011 11:31 AM LE NORCY Arnaud wrote:
>
> Dec 22 10:18:16 mailserver dovecot: deliver(user324):
> file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory
^
http://wiki.dovecot.org/VirtualUsers/Home
Regards,
Pascal
--
The trapper recommends toda
On 12/29/2011 01:53 PM Patrick Ben Koetter wrote:
> * Timo Sirainen :
>> …
>> a) Use "doveadm dsync" prefix, and otherwise keep the names same:
>>
>> dsync mirror -> doveadm dsync mirror
>> dsync backup -> doveadm dsync backup
>> dsync server -> doveadm dsync server (for running dsync remotely via
On 12/31/2011 02:20 PM Ed W wrote:
>
> Wait... Back up... You mean there are *other* distributions of linux? I
> thought they were all just gentoo derivatives..?!!
>
> :-)
Huh, I thought everything would be based on LFS
[http://www.linuxfromscratch.org/lfs/].
Happy new year to the all Dovecot
On 01/03/2012 09:40 PM Charles Marcus wrote:
> Hi everyone,
>
> Was just perusing this article about how trivial it is to decrypt
> passwords that are stored using most (standard) encryption methods (like
> MD5), and was wondering - is it possible to use bcrypt with
> dovecot+postfix+mysql (or
On 01/05/2012 02:59 AM Noel Butler wrote:
> We use Crypt::PasswdMD5 -
> unix_md5_crypt() for all general password storage including mail/ftp
> etc, except for web, where we need to use apache_md5_crypt().
Huh, why do you need to store passwords in Apaches md5 crypt() format?
,--[ Apache config
On 01/05/2012 03:36 AM Noel Butler wrote:
>
> Because with multiple servers, we store them all in (replicated)
> mysql :) (the same with postfix/dovecot).
> and as I'm sure you are aware, Apache does not understand standard
> crypted MD5, hence why there is the second option of apache_md5_crypt(
On 01/05/2012 12:31 PM Charles Marcus wrote:
> …
> You said above that 'yes, I can use it with dovecot' - but what about
> postfix and mysql... where/how do they fit into this mix? My thought was
> that there are two issues here:
>
> 1. Storing them in bcrypted form, and
For MySQL the bcrypted
Probably I've overlooked something. But a quick search in `hg log -k
doveadm` didn't show appropriate information.
doveadm mailbox list -u u...@example.com doesn't show child mailboxes.
mailbox = N/A || \*:
Sent
Trash
INBOX
Drafts
Junk-E-Mail
Supplie
All umlauts in mailbox names are lost after converting mbox/Maildir
mailboxes to mdbox.
[location2 scp-ed from the old server]
# ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/
/srv/import/Maildir/.Gel&APY-schte Elemente/
# dsync -u j...@example.com -v mirror maildir:/srv/import/Maildir/
…
On 01/13/2012 04:10 AM Pascal Volk wrote:
> All umlauts in mailbox names are lost after converting mbox/Maildir
> mailboxes to mdbox.
>
> # ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/
> /srv/import/Maildir/.Gel&APY-schte Elemente/
> …
> # doveadm mailbox
Hi Timo,
today some imap processes are crashed.
Regards,
Pascal
--
The trapper recommends today: f007ba11.1201...@localdomain.org
#0 0x7ff2b6e16405 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x7ff2b6e19680 in abort () from /lib/x86_64-linux-gnu
On 01/14/2012 09:17 PM Charles Thompson wrote:
> Dear Mailing List,
>
> What does this error mean and how do I fix it? I am on a Centos 4.9
>
> From /var/log/maillog :
> Jan 14 11:54:51 hostname imap(username): file lib.c: line 37
> (nearest_power): assertion failed: (num <= ((size_t)1 <<
>
Oops, I did it again.
--
The trapper recommends today: c01dcofe.1201...@localdomain.org
Reading symbols from /usr/local/bin/doveadm...done.
[New LWP 21046]
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Core was generated by `doveadm m
On 01/18/2012 02:03 AM interfaSys sàrl wrote:
> Hello,
>
> I've just noticed that when Horde is connecting to Dovecot 2.1, it
> crashes the imap service if Dovecot is configured to use the ACL plugin.
> I'm not sure what's so special about the command Horde sends, but it
> shouldn't make Dovecot c
On 01/13/2012 02:25 AM Pascal Volk wrote:
> doveadm mailbox list -u u...@example.com doesn't show child mailboxes.
Looks like http://hg.dovecot.org/dovecot-2.1/rev/54e74090fb42 fixed the
problem. Thanks
Regards,
Pascal
--
The trapper recommends today: defaced.1202...@localdomain.org
On 01/26/2012 12:15 AM Timo Sirainen wrote:
> I'll be in FOSDEM giving a small lightning talk about Dovecot:
> http://fosdem.org/2012/schedule/event/dovecot
>
> I'll also be around in FOSDEM the whole time, so if you're there and want to
> talk to me about anything, send me an email at some poin
When the Sieve plugin tries to send a vacation message or redirect
a message to another address it fails.
dovecot: lmtp(6412, u...@example.com): Error: lmtp client: DNS lookup of
orange.example.com failed: connect(dns-client) failed: No such file or directory
dovecot: lmtp(6412, u...@example.com)
Looks like http://hg.dovecot.org/dovecot-2.1/rev/3c0bd1fd035b has solved
the problem.
--
The trapper recommends today: fabaceae.1203...@localdomain.org
On 02/12/2012 12:18 PM Mike Constabel wrote:
> Hi,
>
> If I delete a folder "foo" in Thunderbird, it is moved to trash.
> …
> If I delete foo from trash, thunderbird removed it from view,
> but if I restart thunderbird, the folder is still in trash.
>
> No error in dovecot log, no error in thund
On 03/09/2012 12:23 AM Bennett, Tony wrote:
> I have downloaded and built dovecot 2.1.1 using gcc on AIX 6.1.
> (The output of "dovecot -n" is at the bottom of this email.)
>
> I'm trying "baby steps" to get it up, before I give it the final
> configuration.
> (My apologies: I was pointed to RFC
On 03/09/2012 10:40 PM Andreas Schulze wrote:
> Hi all,
>
> since many dovecot/pigeonhole versions I have an error:
> Mails are delivered into wrong folders if the foldername contain a german
> umlaut. ( ä, ö, ü )
> …
Behaves as documented - since Dovecot 1.2.0:
Wiki > Upgrading > v1.1 to v1.2
On 05/17/2012 12:11 PM Joan wrote:
> Hi,
>
> Due to some reasons I've to support both dovecot 1.2 and dovecot 2.x, and I
> just found that the -s parameter I used to autosubscribe to sieve folders
> doesn't exist anymore in dovecot 2.x
> The problem arises because (AFAIK) in postfix's master.cf yo
On 06/12/2012 01:32 AM Stefan Fricke wrote:
> I have just set up a mail server on Ubuntu, using Postfix and Dovecot 2.0.19.
> It works well but I can't get Sieve working. I always get the error that the
> target mailbox doesn't exist. In fact it doesn't but isn'r Dovecot supposed
> to
> create
Am 09.01.2008 21:43 schrieb Asheesh Laroia:
> Not in the way I was describing:
>
> Let's say some person logs on to your Dovecot-based IMAP service and
> figures out how to take over Dovecot to read and modify arbitrary files on
> the system. (Timo, I hope this doesn't happen - but bear with me
Am 09.01.2008 22:51 schrieb Asheesh Laroia:
>
> As they say, I have been schooled. (-:
>
> My apologies - I wasn't aware of these "virtual user with a UID" setups.
> I was only aware of the "virtual users all share a UID" setup like the
> thread starter described.
What should I say? The Doveco
Am 14.01.2008 17:58 schrieb Anil:
> I am using LDA/Sendmail. 20080113 version of dovecot.
>
> Jan 14 08:52:18 vds5 deliver([EMAIL PROTECTED]): [ID 308812 mail.crit]
> setgid(10002) failed with euid=1, egid=1: Not owner
Hi Anil,
Your have done your setup (all steps) as described in
http://wiki.do
Am 12.04.2008 20:07 schrieb Gert Cuykens:
> […]
> Now the security part, i was thinking that this would work also
>
> [EMAIL PROTECTED]:~# ls -al /usr/lib/dovecot/deliver
> -rws-- 1 mail mail 563112 2008-03-31 21:05 /usr/lib/dovecot/deliver
> [EMAIL PROTECTED]:~#
>
> but it doesnt, changing i
Am 27.04.2008 22:23 schrieb cbrace:
>
> cbrace wrote:
>> Do I need to add an entry to Postfix's main.conf?
>>
> Sorry, I meant master.conf.
Add the entry to Postfix's master.cf
In Postfix's main.cf set virtual_transport = dovecot:
Regards,
Pascal
Hi David,
Am 06.08.2008 10:59 schrieb David Hall:
> …
> My problem since a few days back is that IMAP doesn't seem to be started.
>
> The logfiles says's everything is in order, but port 143 isn't up and
> Squirrelmail can't connect, i have no clue what's causing this
> everything runned smoothly
Am 12.08.2008 13:32 schrieb Josef Liška:
>
> …
> But it sends vacation messages with null envelope sender, which is in my
> opinion undesirable, because many vacation messages are caught in spam
> filters.
>
> I think there could be same sender on envelope.
> In dovecot-sieve/src/sieve-cmu.c ar
Am 12.08.2008 16:35 schrieb Jan:
> Hi
>
> I'm using dovecot imap with ldap accounts. User management interface is
> phamm. Internal clients connect directly using imap client. External
> clients must use webmail (squirrelmail). But not everyone is supposed to
> use webmail. Is there any way to
Am 23.08.2008 16:00 schrieb sharad kanekar:
> ear All,
> I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot
> authentication put I am facing the problem to receive mails . My postconf -n
> result is:
> [EMAIL PROTECTED] ~]# postconf -n
> …
> smtpd_sasl_auth_enable = yes
> smt
Am 23.12.2008 21:50 schrieb Corey Shaw:
> Is it currently possible to log all IMAP connection attempts to a MySQL
> table? Thanks.
If you really want to log _all_ IMAP connections you could create a
MySQL procedure that will log all interesting data you provide and
finally returns the data for
Am 25.12.2008 23:41 schrieb Nicolas Letellier:
> On Thu, 25 Dec 2008 21:08:54 +0200
> Timo Sirainen wrote:
>> http://wiki.dovecot.org/Plugins/MailLog
>>
> Thanks, it's a good news!
> But... how use this plugin? And how activate it in my dovecot configuration?
>
Activate this plugin like each oth
On 16.01.2009 00:06 Timo Sirainen wrote:
> http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz
>
> There are a couple of a bit larger changes, so would be nice if a few
> people tested this on different setups before I released the final
> v1.1.9.
>
> Changes since v1.1.8:
>
> […]
> - pgs
Hi,
according to the both discussions in the last few days I've tried to
find a solution for Postfix with a PostgreSQL back-end.
Its working nice for regular recipient addresses like u...@example.com
and addresses with an extension like user+...@example.com.
Alias addresses are currently ignored.
On 20.01.2009 10:42 Андрей Юртайкин wrote:
> Hi i want to migrate from dbmail to dovecot, the main problem is passwords.
> dbmail uses "md5-hash" wich crypt "111" to
> "$1$tZNR7pR4$jMuuKWm7ljRyL8iEMfjep.".
>
> Tried all dovecot pass schemes thru `dovecotpw` and no one matches.
> The main question
On 20.01.2009 12:20 Andrey Urtaykin wrote:
> Nice, but how i can use it in migration ? i mean how to make dovecot
> use passwords in this format ?
> And i just surprised by fact that google says "You`re fist one who want
> to migrate from dbmail to dovecot"
>
>> On 20.01.2009 10:42 Андрей Юртай
On 21.01.2009 14:50 Claudio Prono wrote:
> Hello to all,
>
> There is something to be configured to allow dovecot to use the .forward
> file into the user's maildir? I have done some test, but seems dovecot
> don't look into the .forward file and no result at all.
>
> I use Postfix with the deliv
and i don't find it. It can be used for read
> the .forward file and execute the vacation program if present in the
> .forward file? Or... alternatively, what i can use?
>
> I am googled a lot for any response but the problem is...how to search
> ".forward" :)
>
>
Hi,
I've configured a global quota rule, with low limits for testing
purpose: quota_rule = *:storage=10M:messages=10
Why is the percentage value always 0?
What does 'enforcing' mean in this context? Is it not only relevant if
one uses fs-quota?
Jan 21 17:54:44 vh3 dovecot: IMAP(u...@test.tld): Q
On 22.01.2009 16:55 Claudio Prono wrote:
> Ok, sorry to bother again, but i am going crazy to make work cmusieve
> with dovecot. I intend to use it for the vacation system, but...seems
> the system ignores the .dovecot.sieve file into the user dir... I am
> doing something wrong, but i don't know w
On 22.01.2009 20:42 David Anderson wrote:
> Upon upgrading Dovecot from 1.1.7 to 1.1.8, one of my sieve filters
> (generated with avelsieve) no longer works.
Please show the filter rule.
> The filter is intended to redirect to another address when the header
> from contains something like @exam
On 22.01.2009 16:55 Claudio Prono wrote:
> ...
> plugin:
> ...
> quota_warning: storage=80%% /usr/bin/quota_warning.sh 80
> quota_warning2: storage=90%% /usr/bin/quota_warning.sh 90
> quota_warning3: storage=99%% /usr/bin/quota_warning.sh 90
^^
On 23.01.2009 07:59 David Anderson wrote:
> On Thursday 22 January 2009, Pascal Volk wrote:
>> On 22.01.2009 20:42 David Anderson wrote:
>>> Upon upgrading Dovecot from 1.1.7 to 1.1.8, one of my sieve filters
>>> (generated with avelsieve) no longer works.
>
On 24.01.2009 09:49 David Anderson wrote:
>
> Thanks for the reply again. Here it is:
> ...
> Jan 24 08:38:04 levi deliver(supp...@example.com):
> msgid=<200901241137.59870.da...@example.com>: sent vacation response to
>
> Jan 24 08:38:04 levi deliver(supp...@example.com):
> msgid=<20090124113
On 23.02.2009 09:13 Johan Hendriks wrote:
> One more question regarding this.
> All the howto's are using a seperate user for the dovecot LDA, like vmail.
> Now all my mailboxes have the userid and groupid from postfix.
> Can i use the postfix user for the dovecot LDA?
>
Citing PIPE(8postfix):
On 24.02.2009 23:54 Daniel Aleksandersen wrote:
> I have tried different options on my maildirs. Dovecot gives me permission
> errors
> unless I set it to 775. I have seen that many mention 660 as the best
> permission
> setting for maildirs when used in setups similar to my own. Can anyone expla
On 25.02.2009 00:25 Daniel Aleksandersen wrote:
> The recepie assumes I have a group called secmail. I don’t. Am I supposed to
> create
> a special group for this purpose?
Yes, if the group does not exists, you have to create it. You could call
it whatever you want.
Regards,
Pascal
--
Ubuntu
On 25.02.2009 00:38 Daniel Aleksandersen wrote:
>
> I created the group and set the permissions to deliver as described in the
> recepie. I
> then added just about every user to that group. I still get permission errors
> when
> dovecot tries to access my maildir. Setting permissions of the mail
On 28.02.2009 15:33 CJ Teets wrote:
> Hello,
>
> Im using Ubuntu 8.10 with Dovecot 1.0.10.
>
> I am using passwd files, not a MySQL database.
>
> I have 2 files, a "users" file, and a "passwd" file.
>
> I have added:
>
> allow_nets=10.1.10.1 to the end of a specific users entry in the users fi
On 12.03.2009 11:15 Thomas Carstensen wrote:
> no .dovecot.sievec is created anywhere :-(
>
> i put the sieve-script named .dovecot.sieve in into this folder:
>
> /usr/local/mail/domain.toplevel/username/Maildir/
> and to as a sym-link into /usr/local/mail/domain.toplevel/username
>
> maillog sa
On 13.03.2009 21:01 Douglas M. Stanley wrote:
> Hello list,
>
> I'm running into some problems, and I couldn't find any info about this
> anywhere on the net.
>
> I recently set up a new debian lenny machine, and used my notes from the last
> debian etch
> machine I set up, which basically is f
On 13.03.2009 21:40 Douglas M. Stanley wrote:
> Yep, postfix is installed:
>
> mailserver:/etc/postfix# postconf -h mail_owner
> postfix
Please don't top post.
I've got no clue what it may be. Please provide the output from
`dovecot -n`.
Regards,
Pascal
--
The trapper recommends today: c01dco
Hi Timo,
make dies with an error:
quota-fs.c: In function ‘fs_quota_get_linux’:
quota-fs.c:456: error: ‘no’ undeclared (first use in this function)
quota-fs.c:456: error: (Each undeclared identifier is reported only once
quota-fs.c:456: error: for each function it appears in.)
make[4]: *** [quota-
On 15.03.2009 02:55 Timo Sirainen wrote:
> On Mar 14, 2009, at 9:47 PM, Pascal Volk wrote:
>> […]
>> One of the configure options was: --without-linux-quota
>
> Well, don't give that.. I suppose I could make configure fail or
> ignore that option entirely. If you
Hi Timo,
I'm playing with Dovecot v1.2.beta2 currently. When the dict process was
started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT)
after delivering only one message, it logs:
Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
If the dict process was not started or
On 16.03.2009 05:28 Pascal Volk wrote:
> Hi Timo,
> […]
> Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Wow! I love Dovecot's innate recuperative power. ;-)
I can't reproduce the error no longer.
There _was_ also a strange thing with the quota
On 16.03.2009 16:46 Ondrej Svoboda wrote:
> hi guys,
> I hope it's common trouble, but I'm not able to find a solution:
>
> - i'am using courier imap and trying to migrate to the dovecot
> - on courier I have all folders as subfolder of Inbox - i.e. Inbox.Sent
>
> but on dovecot the folder Sent i
On 01.04.2009 20:20 Bradley Giesbrecht wrote:
> I have a new email server (postfix/dovecot/mysql) with accounts
> migrated from another server (different platform) and email addresses
> with ampersands like "r&d...@domain.com" that worked on my old email
> server are not working now.
>
> I'd
On 04/30/2009 10:12 PM dove...@corwyn.net wrote:
>
> Mail location is determined by
> mail_location = maildir:/var/spool/mail/%d/%n/Maildir
>
> If I have an account us...@example.com it works just fine. However,
> when mail is sent to us...@example.com it also delivers, but ends up
> creating a
On 04/30/2009 10:47 PM dove...@corwyn.net wrote:
> At 04:37 PM 4/30/2009, Pascal Volk wrote:
>> Try: mail_location = maildir:/var/spool/mail/%Ld/%Ln/Maildir
>> ^ ^
>> See also http://wiki.dovecot.org/Variables
>
> Thanks
On 05/06/2009 02:54 AM Timothy Legg wrote:
> …
> l...@debian:~$ telnet 192.168.10.171 110
> Trying 192.168.10.171...
> Connected to 192.168.10.171.
> Escape character is '^]'.
> +OK Dovecot ready.
> USER t...@192.168.10.171
^^^
> +OK
> PASS password1
> -ERR Authentication fai
1 - 100 of 571 matches
Mail list logo