Displaying 20 results from an estimated 2000 matches similar to: "Patch to deliver"
2008 Sep 16
4
Errors on high load
Hi, always when my server is on high load I saw this errors on logs:
curie:~# uptime
10:22:38 up 19 days, 19:19, 2 users, load average: 207.01, 169.27, 94.41
Sep 15 17:00:26 curie dovecot: imap-login: *** glibc detected ***
imap-login: malloc(): memory corruption: 0x00000000009f8560 ***
Sep 15 17:00:26 curie dovecot: child 24012 (login) killed with signal 6
Sep 15 18:48:36 curie dovecot:
2008 Dec 10
3
Segfault on antispam plugin
Hi Johanners Berg,
I put the antispam plugin to work (some days ago) and now my imap
daemon dies with segfault.
I don't have nothing (wrong) in logs, just a lot of segfaults...
Dec 10 15:37:21 curie kernel: printk: 22 messages suppressed.
Dec 10 15:37:21 curie kernel: imap[4774]: segfault at 8 rip
2afe7fe7d7ff rsp 7fff2b9bdab0 error 6
Dec 10 15:37:21 curie kernel: imap[4779]: segfault at 8
2008 Sep 08
2
Error in Sieve + Dovecot 1.1.3
Hi,
when I upgrade my dovecot to lastest version (from 1.1.1 to 1.1.3) and
sieve plugins I discover a little problem in deliver (LDA) or in Sieve
interface.
With version 1.1.1 I have this in my dovecot.conf (and works fine)
protocol lda {
postmaster_address = root at mct.gov.br
hostname = faraday.mct.gov.br
mail_debug = no
mail_plugins = cmusieve quota
sieve_global_dir =
2008 Nov 25
1
Sieve and global scripts
Hi Stephan Bosch,
there's any way to make the dovecot deliver agent (with sieve) load a
"global sieve script" before load the user sieve file?
I want to create some rules for every one, like: "if header contais:
IS SPAM, move to SPAM BOX"...
I made this today with a couple of "sed + awk" and a wraper for
managesieve-login... but, this is definily not the best way
2008 Dec 03
1
Antispam plugin + scriptsieve
Hi,
I wrote a little python program that works with antispam plugin, to
create or remove sieve rules based on "From:" of any e-mail that is
moved to some folder configured in dovecot.conf.
He works fine with "Felamimail" the email program of "eGroupware".
After setup, is very simple:
If an user move a message to "blocked" folder, is appended a rule in
2009 May 23
1
How can I put a file back in Maildir folder?
Hi,
I have a problem: today, when I ran "fsck" some file was linked to
"lost+find" folder...
After some hours I has all files mapped (File / User). So... how can I put
this files back in Maildir folder of this users?
I tried with:
cat $file | deliver -d username
but without success...
Any help will be appreciated!
Thanks!
2005 Feb 01
2
Outbound calling with TDM400P
I am trying to place an analog outbound call from a Sipura SPA-841
through a * server with a TDM400P and 4 FXO's. When I call in from an
analog line everything works fine, I can talk over the SIP phone. When
I call out, * says:
== Spawn extension (from-sip, [phonenumber], 1) exited non-zero on
'SIP/sipphone-d29d'
-- Executing Dial("SIP/sipphone-9eb0",
2006 Oct 31
1
Strange Characters in CLI on TTY9
When I look at TTY9 (using init.d and safe_asterisk to start the
asterisk process), I am getting some strange characters. When a
application is run the and the CLI shows the application executing the
languange almost looks russian...??
Anyone seen this before?
http://picasaweb.google.com/jonforrest.beck/AsteriskCLI
2012 May 12
1
[ask] how register become contribute
Dear All,
i want to ask about contribute for centos, in site
http://wiki.centos.org/Contribute i see L10n, my question how to
register to L10n so i can contribute how to centos for my languange
(Indonesia), whether in CentOS Community don't a kind of ambassador
centos for example "ambassador fedora" and i am sorry speak english
still bad
Thank for information :)
With best regards,
2004 Oct 20
1
Can't ssh with administrator user
why i can't ssh from other host with Administrator user :
[root@harapan-4 root]# ssh Administrator@192.168.150.1
Administrator@192.168.150.1's password:
Last login: Wed Oct 20 07:23:04 2004 from dadang
Connection to 192.168.150.1 closed.
but i am success join domain with this user.
sorry my bad languange.
regard,
dadang
2011 Nov 10
4
Maktabah Syamilah on wine
Hi, I'm one of ubuntu indonesian muslim users. The truth is; all of kind software piracy is forbidden in our religion, some people who care this rule get an OS migration. But there are a problem, the best Islamic software "Maktabah Syamilah" doesn't run perfectly, take a look at the screenshots!
This is maktabah syamilah on windows:
[Image: http://i44.tinypic.com/iqyo48.png ]
2011 Jun 08
4
On-delivery deduplication?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
A feature of Cyrus-IMAPd I really missed after migrated to Dovecot is
their optional "duplicate suppression", which eliminates duplicate
message at deliver time, if their envelope sender, recipient and
message-id matches. For example, if one subscribes to a mailing list,
and someone hit "Reply All" to reply to him, there
2016 Oct 21
3
anonymous function parsing bug?
Hi,
thx for the reply. Unfortunately that is not a simplified version of the
problem. You have a function, call it and get the result (numeric in,
numeric out in that case). For simplicity lets use the "return" case:
##
foobar<-function(x) { return(sqrt(x)) }(2)
##
which is a function (numeric in, numeric out) which is defined, then
gets called and the return value is a function
2007 May 23
3
deliver rejection message
Currently the typical rejection message is:
---------
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Quota exceeded.
---------
Then there is MDN + message headers in other MIME parts. But of course
there sucky clients that can't display MDNs and users get confused.
Any suggestions how to improve this message? I'm not sure if the
2007 May 09
2
PATCH: Deliver looses mail and DSN if Return-Path is missing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Dovecot v1.0.0
if there is no Return-Path in the message and Deliver cannot deliver the
message, no DSN is sent _and_ the MTA is returned 0 (aka success) return
code, which leads to mail loss.
This is not the case, when the message actually finds a Return-Path, but
fails to invoke the MTA.
- --- src/deliver/mail-send.c (revision 47)
+++
2009 Jan 18
8
deliver rejection bounces
Is there any reason not to make (for v1.2)
1) deliver -e behavior the defaut?
2) not even provide the option for the current default (have deliver
send bounces itself)?
The only reason it even works like it does currently is because I just
mostly copied what Cyrus did.
2007 May 09
3
PATCH: sendmail-like DSNs in Dovecot deliver (EX_TEMPFAIL always)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I've put together an always tempfail & sendmail-like DSN report back
patch.
Because I don't know how to transform the rejection reason into sysexit.h
codes, it always tempfails.
The hooks are so that:
a) config file setting:
lda_mode = mode
b) command line:
deliver --mode mode
where mode is default or sendmail.
When no
2003 Jun 05
3
estimation stable distribution parameters
Hi,
I am wondering whether anyone of you already implemented in R or S+ the
methods of estimation the parameters of stable distribution. If there is, i
will be happy to get the copy of the codes.
Regards
Dedi
2007 Sep 25
1
deliver w/quotas - MDN after accept mail?
I'm testing deliver with sendmail and fs quotas.
On an over quota condition, deliver accepts the mail, deletes it, then
issues a MDN immediately.
Is there a way to get deliver to soft fail like procmail does with a 400
error and queue the mail, then let sendmail handle the MDN, following
it's "confTO_QUEUEWARN" and "confTO_QUEUERETURN" ?
Thanks,
Ken
--
Ken
2009 May 24
2
Some questions about deliver
While investigating Dovecot's deliver with Postfix, I encountered some
behaviors making me wonder whether I really understand the purpose of
that binary. So, if you allow...
This is from Postfix' main.cf:
mailbox_command = /usr/local/dovecot/libexec/dovecot/deliver -e -n
This is my quick setup for Dovecot:
# 1.2.rc4: /usr/local/etc/dovecot.conf
# OS: Darwin 9.7.0