Displaying 20 results from an estimated 600 matches similar to: "Arghh, dovecot-2 and lda"
2010 Oct 08
2
Why do these keep showing up?
2010-10-08 14:37:29 imap <hmarie at olypen.com>: Error: Mailbox Removed:
Expunged GUID mismatch for UID 1257: ceb413227b55e8aa14cf86ec86f2b652
vs 32b06aa8bc66762bbd6af15228072949
I keep getting a bunch of these, which turn out to be "customer cant
delete messages from folder X". I just deleted all dovecot indexes
(find -name dovecot* -type f -delete) from all users this morning
2011 Oct 17
1
lmtp performance
Hello:
In the process of migration from version 1.2 to 2.0 have tried to use
lmtp instead of lda as delivery agent.
But unfortunately througput we get is poor with lmtp compared to lda.
In peak times with lda we are able to deliver over 1800 messages/minute
(high I/O but not affecting service) but if we switch to lmtp cannot
deliver more than 300 mess/minute (very low I/O).
This is enough
2002 May 03
1
Daylight savings time and conversion to POSIXt (arghh!)
I have asked this question before, and received some suggestions for
work-arounds that get the job done--and they are much appreciated.
But I would still like to find out if I'm missing something, and
whether there is a direct way using POSIXt functions (as.POSIXct,
as.POSIXlt, strptime, in particular).
I have environmental data collected once per minute. Here is a subset
of 3 input
2001 Jul 10
2
Codeweavers install problem.
Hi... trying to install Codeweavers-wine-20010305, which is the latest
stable build I understand.
It configures and then informs me that it'll compile but that building
without the Xpm development files won't work. Sure enough... they were
right...<grin>
So I go get the latest Xpm stuff and they turn out to be libxpm4-3.4 and
libxpm4-devel-3.4. Got them in .src.rpm and
2007 Dec 05
2
exim/kmail vs. dovecot
I am using exim via dovecot_deliver to store messages in Maildir in my $HOME.
I am using kmail to retrieve stuff. Unfortunately, something in my data
crashes dovecot.
I was using 1.0.rc14 from opensuse, but downloaded and installed 1.0.8 from
the site.
Here is the crash:
Dec 5 18:05:09 h743107 dovecot: IMAP(kris): file mail-index-transaction.c:
line 629 (mail_index_update_flags_range):
2007 Mar 19
1
using sieve plugin
Hi,
I have installed dovecot on ubuntu edgy linux by retrieving the source
debian package, building and installing the package and then building
and installing the sieve plugin.
However, I get no log messages indicating errors and as far as I can
tell, my .dovecot.sieve script is not being used. I have introduced a
syntax error in the script and see no error message.
In dovecot.conf I have:
2007 Mar 30
3
Timestanp question
I've now got scripts that correctly backup all my primary partitions to a
second drive. The original problem was that I copied them over without
a time stamp, so that the first rsync run found no timestamps and wanted
to copy them all over again. So I used:
'rsync -r -t -v --size-only $SOURCE $TARGET'
My question is this: do I need to continue to use --size-only, or has
the
2008 Oct 26
3
Bug? auth(default) Authentication client gave a PID of existing connection
Hello,
My first time on this list, just switched from courier imap/pop3
system to dovecot. Imap part is great, pop3 seems to suffer, been
fighting it for a week.
Anyway, the reason for this post is that I have seen these pop up in
my logs, and on one of my mailheads there were some 50 lines of this
dovecot: 2008-10-26 09:33:54 Error: auth(default): BUG: Authentication
client gave a PID 15661 of
2007 Jan 06
6
Exception notifier not working
I installed the exception notifier via:
/script/plugin install -x exception_notification
It resides in the vendor/exception_notification directory (as
advertised). I''ve configured environment.rb with the following:
ExceptionNotifier.exception_recipients = %w(blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org)
ExceptionNotifier.sender_address = %("Application Error"
2018 Feb 21
2
exim dovecot sieve
Hello list.
I have just a generic question. Exim delivers fine to dovecot-lda. My
problems are the logfiles. Whenever I recieve a message
Exim writes to dovecot.log as the user who recieves the mail. This
forces me to have that logfile world writeable. I don't
really like that. How do you guys deal with that? Here my transport:
dovecot_delivery:
driver = pipe
# You may or may not
2015 Jul 28
4
Dovecot 2.2.18 Panic: file index-mail-binary.c
Hi,
I got the following in my dovecot log's on an particular email message
with dovecot-imap.
---snip---
Jul 28 08:42:11 hermes dovecot: imap(mborgelt): Panic: file
index-mail-binary.c: line 354 (blocks_count_lines): assertion failed:
(ret == -1)
Jul 28 08:42:11 hermes dovecot: imap(mborgelt): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x740f2) [0xb75780f2] ->
1999 Apr 13
2
Making HTML Help files in Version 64.0
Hi,
I am having trouble making the HTML help files for the installed packages in
version 64.0
For example in 63.3 this is expected behavior:
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status Beta
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6
language R
> make.packages.html()
>
However,
2010 Jul 26
1
Dovecot 2 and expire
expire_dict = proxy::expire
I found this expire_dict somewhere, might have been the 1.x wiki, but
on the expire plugin page there is no mention of it. I am trying to
troubleshoot why my mysql table has no entries. Do I need this line?
Is that correct for using mysql?
In dict {} I have
expire = mysql:/etc/dovecot/conf.d/dovecot-dict-expire.conf.ext
and in plugin {} i have
expire_dict =
2019 Nov 26
1
Accessing the -a and -d from dovecot-lda
I've got exim set up to deliver like this:
command = /usr/local/libexec/dovecot/dovecot-lda -a $original_local_part@$original_domain -d $local_part@$domain -f $sender_address
If an email to is bob+sales at ish.com.au then we should have "-a
bob+sales at subdomain.ish.com.au -d bob at ish.com.au".
Now in dovecot, only bob at ish.com.au is a real user but I want to be able
to
2013 Jul 30
2
Calling dovecot-lda correctly from exim for virtual user setup
Hi,
I'm running Dovecot 2.1.7 on Debian. Exim is the MTA. I was recently
made aware of the fact that the way in which Exim invokes dovecot-lda is
prone to code injection:
dovecot_virtual_delivery:
driver = pipe
command = HOME=/home/vmail/\$local_part /usr/lib/dovecot/dovecot-lda
-f \$sender_address
use_shell
..
I.e. a command is executed via the shell, and Exim uses
2015 Sep 01
2
'doveadm expunge' with -A and userdb { driver = passwd }
I'm expunging mail in my crontab like this:
doveadm search -u user1 mailbox INBOX.Trash savedbefore 30d
doveadm search -u user2 mailbox INBOX.Trash savedbefore 30d
doveadm search -u user3 mailbox INBOX.Trash savedbefore 30d
...
I'd rather do this:
doveadm search -A mailbox INBOX.Trash savedbefore 30d
but I'm told not to:
"If the -A option is present, the command will be
2011 Apr 06
2
a strange doveadm behavior
hi timo
very very good job you realize for the community
here I have a very strange problem with doveadm
I actually use a configuration file parameters in which the parameters
are placed carefully
My problem appears when I run this command
doveadm expunge -A mailbox Trash savedbefore 30d
i post command and result to the terminal
[fakessh at r13151 ~]$ doveadm expunge -A mailbox Trash savedbefore
2009 Sep 29
3
Problem with dict-quota, deliver killed by delivery attempt
Hi,
I can't get quota lda plugin working...
When I enable quota plugin, the emails (delivered by exim + dovecot-lda) are
instantly rejected:
2009-09-29 16:36:12 1MsdoI-0000aJ-2L ** jacek at my-domain.pl R=mysql_localuser
T=dovecot_delivery: Child process of dovecot_delivery transport (running
command "/usr/lib64/dovecot/deliver -d $local_part@$domain -f
$sender_address -a
2013 Mar 04
2
lda: duplicate prefix?
I've just started using Dovecot, and can't seem to get the LDA to work.
I get the following error:
Mar 4 00:47:19 thebighonker dovecot: lda(ler): Error: user ler:
Initialization failed: namespace configuration error: Duplicate namespace
prefix: ""
Mar 4 00:47:19 thebighonker dovecot: lda(ler): Fatal: Invalid user
settings. Refer to server log for more information.
Mar 4
2017 Sep 09
2
offtopic: Solr compatible IMAP client
On Saturday, September 09, 2017 10:01:03 Larry Rosenman wrote:
> Neomutt.
> https://www.neomutt.org/
>
Also alpine.
https://www.washington.edu/alpine/
--
Greg Rivers