Displaying 20 results from an estimated 20 matches for "dovecot_lmtp".
Did you mean:
dovecot_ldap
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
#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...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
..._aliases:
?
> hide data = CHECK_VIRTUAL_ALIASES
> local_user:
> debug_print = "R: local_user for $local_part@$domain"
> driver = accept
> domains = +local_domains
> #Dovecot auth check
> # 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...
2019 Aug 17
1
exim+dovecot+sieve issue
...liver
messages to dovecot.
Mailman is responsible for mailing lists, Roundcube webmail has managsieve
module to create sieve filters.
Exim router,transport for dovecot
> 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...
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?
2014 Nov 17
2
LMTPS : TLS over LMTP not working
...TLS for LMTP at Postfix's side, communication between Postfix and Dovecot is not working.
I put
ssl = yes
ssl_cert = </dovecot/ssl/ssl-LMTP.pem
ssl_key = </dovecot/ssl/ssl-LMTP.key
in section protocol LMTP within 20-lmtp.conf
and
service lmtp {
inet_listener lmtp {
name = dovecot_lmtp
address = xx.xx.xx.xx
port = 26
ssl = yes
}
process_min_avail = 5
}
within 10-master.conf
Did I miss something ?
Thank you for your help.
Regards,
Stan
2016 Nov 07
2
Redirect the emails from domain2 to domain1
...9;ve
assumed that it is enough to add domain_old to the list of local domains:
domainlist local_domains = @ : domain_new : domain_old
...
begin routers
...
local_users:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
transport = dovecot_lmtp
cannot_route_message = Unknown user
However in Dovecot I'm checking both the username and the domain to
perform the authentication:
auth_username_format = %Lu
passdb { driver = sql ; }
password_query = SELECT username, domain, password FROM users WHERE
username = '%n' AND domain =...
2018 Jan 03
2
sieve/internal error/detail subaddress and IMAP4FLAGS.
...er/.dovecot.sieve is still corrupt; bailing out and reverting to def
ault delivery
Jan 3 13:37:27 thebighonker dovecot: lmtp(549): Disconnect from local: Client has quit the connection (state = READY)
Jan 3 13:37:27 thebighonker exim[545]: 1eWoqt-00008f-4u == ler_testd at lerctr.org R=localuser T=dovecot_lmtp defer (-46): LMTP error after end of data: 451 4.2.0 <ler_testd at lerctr.org>
BUG: Unknown internal error
Jan 3 13:37:27 thebighonker dovecot: indexer-worker(ler at lerctr.org/536): Indexed 1 messages in INBOX (UIDs 127797..127797)
.dovecot.sieve points to master.sieve (below), and the...
2016 Nov 23
0
Exim still accepting emails to nonexistent users
...ail address. :/
I managed to get this working using local_user changes by adding ldap user
verification there:
local_user:
debug_print = "R: local_user LDAP lookup for $local_part@$domain"
driver = accept
domains = +local_domains
condition = CHECK_VIRTUAL_USER
transport = dovecot_lmtp
cannot_route_message = Unknown user
Where CHECK_VIRTUAL_USER is:
# Query that tests the existence of the user
CHECK_VIRTUAL_USER = \
${lookup ldap{user="cn=exim4,ou=dsa,dc=mydomain,dc=com" pass=PASS \
ldap:///dc=mydomain,dc=com?mail?sub?(&(objectClass=inetOrgPerson)(...
2018 Jan 03
0
sieve/internal error/detail subaddress and IMAP4FLAGS.
...ve is still corrupt; bailing out and reverting to def
> ault delivery
> Jan 3 13:37:27 thebighonker dovecot: lmtp(549): Disconnect from local: Client has quit the connection (state = READY)
> Jan 3 13:37:27 thebighonker exim[545]: 1eWoqt-00008f-4u == ler_testd at lerctr.org R=localuser T=dovecot_lmtp defer (-46): LMTP error after end of data: 451 4.2.0 <ler_testd at lerctr.org>
> BUG: Unknown internal error
> Jan 3 13:37:27 thebighonker dovecot: indexer-worker(ler at lerctr.org/536): Indexed 1 messages in INBOX (UIDs 127797..127797)
OK, problem is visible directly by dumping the...
2017 Dec 12
2
TLS Error and not working lmtp
...<D6bC4Rlg8ut/AAAB>
The key and crt are exactly the same files as before.
The second problem is, lmtp is not working. I use exactly the same
config for the debians dovecot and dovecot from git. But in the
gitversion the error in exim is:
Failed to connect to socket /var/run/dovecot/lmtp for dovecot_lmtp
transport: Connection refused
My config is:
# dovecot -n
# 2.3.devel (b1aac3a1d): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.devel (624e1769)
# OS: Linux 4.13.0-trunk-amd64 x86_64 Debian 9.3 btrfs
auth_debug = yes
auth_mechanisms = plain login cram-md5 digest-md5
auth_socket_pat...
2019 Apr 15
6
SOLR/Index?
On 15/04/2019 10:59, Larry Rosenman via dovecot wrote:
> I'll run a full test when I'm back in front of areal computer vs. My
> phone.(in a few hours)
>
> Get Outlook for Android <https://aka.ms/ghei36>
>
> ------------------------------------------------------------------------
> *From:* dovecot <dovecot-bounces at dovecot.org> on behalf of John
>
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi,
Heiko Schlittermann <hs at schlittermann.de> (Mo 21 Nov 2016 11:50:13 CET):
> a) Routing stage
> You need to interact with the user database dovecot uses.
> Either you access the user database directory (flat file, LDAP,
> whatever) or you use the ${readsocket?} feature of Exim to talk to
> dovecot.
The readsocket trick doesn't seem to work anymore.
Using
$
2019 Apr 15
1
Fwd: SOLR/Index?
...e=660)
>> Apr 15 04:29:03 thebighonker dovecot[2507]: lmtp(49364): Disconnect from local: Client has quit the connection (state=READY)
>> Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 => ler <ler at lerctr.org <mailto:ler at lerctr.org>> R=localuser T=dovecot_lmtp S=404 C="250 2.0.0 <ler at lerctr.org <mailto:ler at lerctr.org>> 6ACWMN9OtFzUwAAAu+mOrA Saved" QT=0s DT=0s
>> Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 Completed QT=0s
>> Apr 15 04:29:03 thebighonker dovecot[2507]: indexer-worker(ler at le...
2019 Apr 15
0
Fwd: SOLR/Index?
...est fts1970 from=ler at lerctr.org size=660)
> Apr 15 04:29:03 thebighonker dovecot[2507]: lmtp(49364): Disconnect from
> local: Client has quit the connection (state=READY)
> Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 => ler <
> ler at lerctr.org> R=localuser T=dovecot_lmtp S=404 C="250 2.0.0 <
> ler at lerctr.org> 6ACWMN9OtFzUwAAAu+mOrA Saved" QT=0s DT=0s
> Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 Completed QT=0s
> Apr 15 04:29:03 thebighonker dovecot[2507]: indexer-worker(
> ler at lerctr.org/49366): Indexed 1 messages i...
2017 Dec 12
0
TLS Error and not working lmtp
...e key and crt are exactly the same files as before.
>
> The second problem is, lmtp is not working. I use exactly the same
> config for the debians dovecot and dovecot from git. But in the
> gitversion the error in exim is:
>
> Failed to connect to socket /var/run/dovecot/lmtp for dovecot_lmtp
> transport: Connection refused
>
> My config is:
>
> # dovecot -n
> # 2.3.devel (b1aac3a1d): /usr/local/etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.devel (624e1769)
> # OS: Linux 4.13.0-trunk-amd64 x86_64 Debian 9.3 btrfs
> auth_debug = yes
> auth_mechanisms =...
2016 Nov 02
0
doveadm index: can't index a different namespace?
...home/mrm/MAILARCHIVE/inboxNov ?1 13:25:14 thebighonker dovecot: indexer-worker(mrm): Debug: fs: root=/home/mrm/MAILARCHIVE, index=, indexpvt=, control=, inbox=/home/mrm/MAILARCHIVE/inbox, alt=Nov ?1 13:25:14 thebighonker exim[6544]: 1c1dkI-0001gw-B7 => mrm <mrm at lerctr.org> R=localuser T=dovecot_lmtp S=11532 C="250 2.0.0 <mrm at lerctr.org> pfbVHwreGFhQFgAAu+mOrA Saved" QT=0s DT=0sNov ?1 13:25:14 thebighonker exim[6544]: 1c1dkI-0001gw-B7 Completed QT=0sNov ?1 13:25:15 thebighonker dovecot: indexer-worker(mrm): Debug: Mailbox INBOX: Opened mail UID=447860 because: fts indexingNov...
2019 Apr 15
0
SOLR/Index?
...NBOX' (subject=test fts1970 from=ler at lerctr.org size=660)
Apr 15 04:29:03 thebighonker dovecot[2507]: lmtp(49364): Disconnect from
local: Client has quit the connection (state=READY)
Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 => ler <
ler at lerctr.org> R=localuser T=dovecot_lmtp S=404 C="250 2.0.0 <
ler at lerctr.org> 6ACWMN9OtFzUwAAAu+mOrA Saved" QT=0s DT=0s
Apr 15 04:29:03 thebighonker exim[49535]: 1hFxvD-000Csq-P6 Completed QT=0s
Apr 15 04:29:03 thebighonker dovecot[2507]: indexer-worker(
ler at lerctr.org/49366): Indexed 1 messages in INBOX (UIDs 175402...
2016 Mar 09
4
Setting up public mailboxes - user not found
...ries to see if the user exists and fails because there is no such user (which is true, the LDAP object office3 has a different base).
I?m not 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_...
2017 Nov 26
2
lmtp-Eroor
...rtual size (Cache file is unusable)
And the next is:
dovecot[23202]: lmtp(jakob): rphlK01SG1qiWgAAk1Mx3g: sieve:
msgid=<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...
2016 Nov 01
4
doveadm index: can't index a different namespace?
doveadm -D -vvvvvv index \#ARCHIVE/\* garners the below for ALL mailboxes
in the
namespace:
doveadm(ler): Error: Mailbox #ARCHIVE/2013/04/clamav-rules: Status lookup
failed: Internal error occurred. Refer to server log for more information.
[2016-11-01 13:25:21]
doveadm(ler): Error: lucene: Failed to sync mailbox INBOX: Mailbox isn't
selectable
doveadm(ler): Error: Mailbox