Displaying 9 results from an estimated 9 matches for "batch_max".
Did you mean:
match_max
2019 Aug 17
1
exim+dovecot+sieve issue
...vecot
> localuser:
> driver = accept
> domains = +local_domains : +virt_domains
> check_local_user
> transport = dovecot_lmtp
> cannot_route_message = Unknown account
> no_more
> dovecot_lmtp:
> driver = lmtp
> socket = /var/spool/dovecot/lmtp
> batch_max = 500
> rcpt_include_affixes
It worked perfectly, but after upgrade from Dovecot 2.2 to Dovecot 2.3
major version, I've found a lot of strange errors in exim panic.log
> mail exim[7821] Failed to get user name for uid 1175
> mail exim[7880]: Failed to get user name for uid 1173...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...#Dovecot auth check
# check_local_user
local_parts = ! root
transport = dovecot_lmtp
cannot_route_message = Unknown user
And this is the transport:
dovecot_lmtp:
driver = lmtp
socket = /var/run/dovecot/lmtp
#return_path_add
#maximum number of deliveries per batch, default 1
batch_max = 200
This might also be helpful (this is with check_local_user commented out in the router)
--------> local_user router <--------
local_part=nosuchuser domain=domainproblem.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
domainproblem.com in "+local_d...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...gt; # check_local_user
> local_parts = ! root
> transport = dovecot_lmtp
>
> And this is the transport:
>
> dovecot_lmtp:
> driver = lmtp
> socket = /var/run/dovecot/lmtp
> #return_path_add
> #maximum number of deliveries per batch, default 1
> batch_max = 200
Ok, the router cannot check the existence of the user. check_local_user
won't help you, as long as the $local_part is not a system user locally.
Basically you got 2 possibilities:
a) check in the routing stage by accessing the user database
-> testable with: exim -bv use...
2010 May 12
1
dovecot 2.0 and lmtp
Dovecot now support lmtp, i'm try to tell exim transport to use lmtp
driver = lmtp
command = /usr/libexec/dovecot/lmtp
batch_max = 20
user = 1000
group = 1000
But get error:
May 12 13:00:43 selfip exim[13863]: [13863] 1OC7nF-00036i-Ue ==
vase at selfip.ru R=usr_aliases T=usr_aliases defer (-19): Malformed LMTP
response after initial connection: Debug: none: root=, index=,
control=, inbox=
What does it mean?
--
Vasiliy...
2014 Sep 05
0
lmtp memory usage problem - Fatal: pool_system_realloc(268435456): Out of memory
Hi.
In my setup exim delivers mails to dovecot using LMTP. In one LMTP session exim
can deliver up to 200 recipients (batch_max set to that value).
Now the problem is that sometimes 256MB is not enoug for dovecot lmtp to handle
incoming emails.
My questions:
- how big memory limit should be for lmtp? I was thinking that lmtp (more or less) simply
reads from one descriptor and writes to file, then does rename() (maildir us...
2016 Nov 16
2
Exim still accepting emails to nonexistent users
After adding the configuration bit:
deny
message = invalid recipient
domains = +local_domains
!verify = recipient/callout=no_cache
from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart
the server is still accepting emails to recipients that do not exist in dovecot.
Any ideas?
2016 Mar 09
4
Setting up public mailboxes - user not found
...t sure but should Dovecot skip this and check the Public folder first before checking LDAP?
Another part of my setup is Exim4.
Here is the transport part:
dovecot_lmtp:
driver = lmtp
socket = /var/run/dovecot/lmtp
return_path_add
#maximum number of deliveries per batch, default 1
batch_max = 200
And here is the auth part:
dovecot_login:
driver = dovecot
public_name = LOGIN
server_socket = /var/run/dovecot/auth-client
# setting server_set_id might break several headers in mails sent by authenticated smtp. So be careful.
server_set_id = $auth1
.ifndef AUTH_SERVER_ALLOW_NO...
2017 Nov 26
2
lmtp-Eroor
...d=<E1eJ6cv-000624-Je at xxx.xxxxxxx.xxx>: stored mail into mailbox
'INBOX/TESTORDNER'
It happens when a mail gets delivered through lmtp.
My exim-Transport is this:
dovecot_lmtp:
driver = lmtp
socket = /var/run/dovecot/lmtp
#maximum number of deliveries per batch, default 1
batch_max = 200
And my dovecot-Conf is this:
# dovecot -n
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.13.0-trunk-amd64 x86_64 Debian 9.1 btrfs
auth_debug = yes
auth_mechanisms = plain login cram-md5 digest-md5
auth_socket_path = /var/run/dovecot/auth-u...
2014 Sep 01
1
dovecot 2.2.13: LMTP delivery with multiple recipients incorrectly mixes users
Hi.
I'm using exim that delivers email over LMTP to dovecot 2.2.13.
I noticed that dovecot LMTP service is sometimes (reare but repeats) mixing users. Example below.
There is one mail (msgid=<1ACE53B70631CA45B62348E4EE8757493731A59E at KRMXA41>)
that is going to be delivered to multiple local recipients.
Some recipients are delivered properly:
Sep 1 05:40:33 host dovecot: