Displaying 6 results from an estimated 6 matches for "mail_send_reject".
2010 Nov 23
2
change subject with dovecot+sieve
I'm using to make the filter sieve and would like to reject filter and
change the subject of emails that filter.
I have created the filter and it works correctly, but reject comes with the
following subject: "Mail Delivery Subsystem"
How I can do?
2007 May 09
3
PATCH: sendmail-like DSNs in Dovecot deliver (EX_TEMPFAIL always)
...nto 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 mode is specified, it defaults to "default", which is the current
behaviour.
In sendmail mode, mail_send_rejection() simply prints the rejection reason
to stdout, logs it and returns EX_TEMPFAIL.
Ideally, the return value would be specific to the reason. I haven't poked
into this deeply, but it doesn't look straight forward.
Bye,
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v...
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
2005 Sep 05
0
Dovecot-LDA: Development questions
...on errors.
Attached patch is a "brainstorming" like suggestion:
a) when sendmail is dropping a message, it spawns the LDA, captures
stderr/stdout and, if the LDA returns an exit code != 0, generates either
a DSN or, when EX_TEMPFAIL, queues the mail.
Hence, it is not necessary to have mail_send_rejection() to spawn another
sendmail instance. The attached patch suggest to introduce an
"operation_mode", in which Dovecot-LDA behaves differently for different
environments.
b) Some errors, like when spooling the message into the users folders
fails, because the user is out of quota, on...
2006 Oct 21
3
deliver + quota failure
I use Dovecot's deliver as the LDA for Postfix in a virtual user setting. My
maillog reads:
Oct 22 00:17:51 mail dovecot: auth(default): master in: USER 1
mark.ruys at in2sports.net service=deliver
Oct 22 00:17:51 mail dovecot: auth-worker(default):
sql(mark.ruys at in2sports.net): SELECT maildir AS home, 5000 AS uid, 5000 AS
gid, CONCAT('dirsize:storage=', round(quota/1000))
2007 Sep 21
1
dovecot 1.1alpha6 deliver+quota bugs
...-> /usr/lib/dovecot
/deliver [0x8091eb1] ->
/usr/lib/dovecot/deliver(index_mail_get_first_header+0x2b) [0x8092258]
-> /usr/lib/dovecot/deliver(mail_get_first_header+0x30) [0x80be839] ->
/usr/lib/
dovecot/deliver(deliver_get_return_address+0x23) [0x8058f9a] ->
/usr/lib/dovecot/deliver(mail_send_rejection+0x36) [0x805b428] ->
/usr/lib/dovecot/deliver(main+0xb53) [0x805a9eb] ->
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8) [0xb7e40ea8] ->
/usr/lib/dovecot/deliver [0x8058241]