Displaying 18 results from an estimated 18 matches for "lmtp_destination_recipient_limit".
2010 Sep 09
1
LMTP proxying strategy with multiple recipient delivery
Hi Timo and All,
how does Dovecot act when an MTA tries to deliver a multiple recipient
message to a LMTP proxied system?
Does it uses server affinity table for each recipient?
I use lmtp_destination_recipient_limit = 1 setting in postfix to avoid
multiple recipient delivery. Is it right?
I use lmtp_destination_concurrency_limit = 1 too, but i think that it's
useless or, maybe, it can make performance worst.
Luca
2015 Apr 28
2
Dovecot LDA/LMTP vs postfix virtual delivery agent and the x-original-to header
...Sirainen <tss at iki.fi> wrote:
>> On 9.4.2012, at 15.50, Charles Marcus wrote:
>>>> LMTP adds a new Delivered-To:<rcpt-to at address> header when there is
>>>> a single RCPT TO. You can force a single RCPT TO from Postfix side by
>>>> setting lmtp_destination_recipient_limit=1. LMTP doesn't
>>>> add/remove/change X-Original-To: header.
>
>>> Ok, thanks Timo... but...
>>>
>>> Are you saying that this 'Delivered-To:' header can somehow be
>>> leveraged to provide the same info as the x-original-to header?
&g...
2014 Dec 12
0
LMTP BUG
...ecipient within single session.
It seems, that Dovecot LMTP restores root privileges not between each
recipient delivery attempt but after whole transaction.
The only solution is throttle Postfix to send single message with multiple
recipients as many small transactions - all with only ONE rcpt.
lmtp_destination_recipient_limit=1
makes this magic.
Otherwise you can find:
Dec 12 03:30:36 vm dovecot: lmtp(3580, info at xxx.com): Fatal: setgid(48672
from userdb lookup) failed with euid=33001, gid=43570, egid=43570:
Operation not permitted (This binary should probably be called with process
group set to 4867
2 instead of 43...
2014 Aug 22
0
Avoid "451 4.4.0 Remote server not answering (timeout while waiting for reply to DATA reply)"
...ot via LMTP,
it often gets an error "451 4.4.0 Remote server not answering (timeout
while waiting for reply to DATA reply)" from the Director.
Service LMTP is configured with "client_limit = 1" on Director en
backends (others limits are default ones).
Postfix is using "lmtp_destination_recipient_limit = 1" and
"lmtp_destination_concurrency_limit = 1".
I want that incoming messages are stored one after one per recipient
(have a queue per recipient). I does not seem to be done actually. I
think Postfix is sending too many messages at a time to Director.
How do you do to handle...
2012 Aug 09
1
Dovecot LMTP - Delivered-To header weirdness
Hi,
I'm not sure if this is a deliberate design decision or a technical
limitation that I've missed. Please briefly explain if so :). Or a bug
or feature request?
When LMTP receives a mail with a single recipient it adds a Delivered-To
header. However if the message is delivered in a batch that header isn't
added. At first I thought maybe the LMTP was doing something with
hardlinks
2014 Aug 30
2
Creating a backup of incoming mail
This is my master.cf line for dovecot virtual users:
dovecot unix - n n - - pipe flags=DRhu user=vpopmail:vchkpw argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop} -m ${extension}
I would like to also write every mail, before delivery to the user, to a backup location like /backup/imap/mm/dd
Possible?
--
'On whose authority?'
2012 Apr 05
2
Dovecot LDA/LMTP vs postfix virtual delivery agent and the x-original-to header
On 2012-04-05 4:18 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> Also with 2.x you may want to use LMTP rather than the LDA Piping.
>
> http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP
I am preparing to convert my main client's postfix_courier-imap setup to
dovecot 2.1, which currently just uses the postfix virtual delivery agent...
Does anyone know if the use of LMTP
2010 May 29
1
strange sieve situation
...n - - pipe
flags=DRhu user=mailman argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}
# postconf | grep dovecot
smtpd_sasl_type = dovecot
virtual_transport = dovecot
# postconf | grep destination_recipient_limit
default_destination_recipient_limit = 50
lmtp_destination_recipient_limit = $default_destination_recipient_limit
local_destination_recipient_limit = 1
relay_destination_recipient_limit = $default_destination_recipient_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
virtual_destination_recipient_limit = $default_destination_recipient_limit
I...
2015 Apr 28
0
Dovecot LDA/LMTP vs postfix virtual delivery agent and the x-original-to header
...s at iki.fi> wrote:
>>> On 9.4.2012, at 15.50, Charles Marcus wrote:
>>>>> LMTP adds a new Delivered-To:<rcpt-to at address> header when there is
>>>>> a single RCPT TO. You can force a single RCPT TO from Postfix side by
>>>>> setting lmtp_destination_recipient_limit=1. LMTP doesn't
>>>>> add/remove/change X-Original-To: header.
>>>> Ok, thanks Timo... but...
>>>>
>>>> Are you saying that this 'Delivered-To:' header can somehow be
>>>> leveraged to provide the same info as the x-origina...
2019 Jun 27
1
Dovecot LMTP mixing up users on multi-recipient mail
...ttrs = cn=user,homeDirectory=home,uidNumber=uid,gidNumber=gid
- index directory is calculated from the username
maildir:~/Maildir:INDEX=/var/cache/dovecot/index/%-1.1n/%n
Despite the error messages (which appear dozens of times per delivery
attempt) delivery seems to work. Workaround was to set
lmtp_destination_recipient_limit = 1
on the postfix in front of the message store.
Despite the report linked above being quite old, I can't recall having
issues with 2.2.13.
=== doveconf -n ===
# OS: Linux 4.19.0-5-amd64 x86_64 Debian 10.0
# Hostname: lxmhs74.srv.lrz.de
default_vsz_limit = 512 M
deliver_log_format = from...
2009 Dec 02
2
Can't receive mail from outside
..._on_demand = yes
lmtp_connection_cache_time_limit = 2s
lmtp_connection_reuse_time_limit = 300s
lmtp_data_done_timeout = 600s
lmtp_data_init_timeout = 120s
lmtp_data_xfer_timeout = 180s
lmtp_defer_if_no_mx_address_found = no
lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_discard_lhlo_keyword_address_maps =
lmtp_discard_lhlo_keywords =
lmtp_enforce_tls = no
lmtp_generic_maps =
lmtp_host_lookup = dns
lmtp_lhlo_name = $myhostname
lmtp_lhlo_timeout = 300s
lmtp_line_length_limit = 0
lmtp_mail_timeout = 300s
lmtp_mx_address_lim...
2019 Apr 12
2
Dovecot LDA/LMTP vs postfix virtual delivery agent and the x-original-to header
...wrote:
>>>> On 9.4.2012, at 15.50, Charles Marcus wrote:
>>>>>> LMTP adds a new Delivered-To:<rcpt-to at address> header when there is
>>>>>> a single RCPT TO. You can force a single RCPT TO from Postfix side by
>>>>>> setting lmtp_destination_recipient_limit=1. LMTP doesn't
>>>>>> add/remove/change X-Original-To: header.
>>>>> Ok, thanks Timo... but...
>>>>>
>>>>> Are you saying that this 'Delivered-To:' header can somehow be
>>>>> leveraged to provide the same i...
2006 May 25
2
tls not working with postfix in chroot mode on centos4.0
...ttl = 1000s
line_length_limit = 2048
lmtp_bind_address =
lmtp_bind_address6 =
lmtp_cache_connection = yes
lmtp_connect_timeout = 0s
lmtp_data_done_timeout = 600s
lmtp_data_init_timeout = 120s
lmtp_data_xfer_timeout = 180s
lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_lhlo_timeout = 300s
lmtp_mail_timeout = 300s
lmtp_quit_timeout = 300s
lmtp_rcpt_timeout = 300s
lmtp_rset_timeout = 120s
lmtp_sasl_auth_enable = no
lmtp_sasl_password_maps =
lmtp_sasl_security_options = noplaintext, noanonymous
lmtp_send_xforward_command...
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant
2014 Jun 13
2
Dovecot and Postfix - dovecot doesn't create sockets
...fault_destination_concurrency_limit
lmtp_destination_concurrency_negative_feedback =
$default_destination_concurrency_negative_feedback
lmtp_destination_concurrency_positive_feedback =
$default_destination_concurrency_positive_feedback
lmtp_destination_rate_delay = $default_destination_rate_delay
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_discard_lhlo_keyword_address_maps =
lmtp_discard_lhlo_keywords =
lmtp_dns_resolver_options =
lmtp_enforce_tls = no
lmtp_extra_recipient_limit = $default_extra_recipient_limit
lmtp_generic_maps =
lmtp_header_checks =
lmtp_host_lookup = dns
lmtp_initial_des...
2014 Nov 16
1
UNIX perms appear ok (ACL/MAC wrong?)
...default_destination_concurrency_limit
lmtp_destination_concurrency_negative_feedback =
$default_destination_concurrency_negative_feedback
lmtp_destination_concurrency_positive_feedback =
$default_destination_concurrency_positive_feedback
lmtp_destination_rate_delay = $default_destination_rate_delay
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_discard_lhlo_keyword_address_maps =
lmtp_discard_lhlo_keywords =
lmtp_dns_resolver_options =
lmtp_dns_support_level =
lmtp_enforce_tls = no
lmtp_extra_recipient_limit = $default_extra_recipient_limit
lmtp_generic_maps =
lmtp_header_checks =
lmtp_host_look...
2015 Nov 21
2
lmtp panic
Do you have a huge >4GB dovecot.index.cache file?
> On 17 Nov 2015, at 13:04, Sergey Schwartz <sergey.schwartz at bgoperator.com> wrote:
>
> Gentlemen,
>
> imap hits the same problem
>
> Nov 17 14:02:06 mx10 dovecot: imap(oleg.vasilyev at bgoperator.com): Panic: file mail-index-util.c: line 37 (mail_index_uint32_to_offset): assertion failed: (offset <
2013 Mar 14
8
Question regarding Postfix and Dovecot
...default_destination_concurrency_limit
lmtp_destination_concurrency_negative_feedback =
$default_destination_concurrency_negative_feedback
lmtp_destination_concurrency_positive_feedback =
$default_destination_concurrency_positive_feedback
lmtp_destination_rate_delay = $default_destination_rate_delay
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_discard_lhlo_keyword_address_maps =
lmtp_discard_lhlo_keywords =
lmtp_dns_resolver_options =
lmtp_enforce_tls = no
lmtp_extra_recipient_limit = $default_extra_recipient_limit
lmtp_generic_maps =
lmtp_header_checks =
lmtp_host_lookup = dns
lmtp_initial_des...