Displaying 20 results from an estimated 3465 matches for "lmtp".
2018 Mar 22
2
lmtp service timeouting even after receiving full message
I have a problem with some messages passed from exim to dovecot lmtp service:
From exim debug:
using socket /var/run/dovecot/lmtp
LMTP<< 220 mbox8 ready...
2020 Mar 15
3
lmtp and recipient_delimiter
...and <juri at koschikode.com> a ?crit :
>>
>> Hi list,
>>
>> I have a small problem with recipient_delimiters contained in usernames.
>> Recently I have extended recipient_delimiter from "+" to "+-" in both
>> Postfix and Dovecot (using lmtp) and now any user that have a '-' in it's
>> username can't receive mail anymore, because lmtp truncates the localpart
>> after the '-' and of course can't find the first half in the user database.
>>
>> To illustrate: given an account "foo-...
2020 Mar 11
2
lmtp and recipient_delimiter
Hi list,
I have a small problem with recipient_delimiters contained in usernames.
Recently I have extended recipient_delimiter from "+" to "+-" in both
Postfix and Dovecot (using lmtp) and now any user that have a '-' in it's
username can't receive mail anymore, because lmtp truncates the localpart
after the '-' and of course can't find the first half in the user database.
To illustrate: given an account "foo-bar at example.com", I get the...
2017 Oct 20
3
dovecot-2.3 (-git) Warning and Fatal Compile Error
...; edit-mail.c:235:14: error: too few arguments to function ?mailbox_transaction_begin?
>> raw_trans = mailbox_transaction_begin(raw_box, 0);
>
> I don't think your pigeonhole is from git master.
Thanks. That was it...
Now onto 2.3 -git, there is a repeatable crash occurring in lmtp. In
fact it looks like there could be more than one problem, because even
invoking lmtp (with gdb) and no arguments results in a gdb error about
an unaddressable byte.
However when lmtp is used normally within dovecot it crashes out on a
few but not all mails.
The full gdb output looks like...
2019 Dec 16
5
Local lmtp proxy on backend server
...gs = dovecot
default_fields = proxy=y host=svr2
}
passdb {
driver = passwd
skip = authenticated
default_fields = proxy=y host=svr2
}
-----Original Message-----
From: Aki Tuomi [mailto:aki.tuomi at open-xchange.com]
Sent: 16 December 2019 06:22
To: Marc Roos; dovecot
Subject: Re: Local lmtp proxy on backend server
On 15/12/2019 23:09 Marc Roos < m.roos at f1-outsourcing.eu> wrote:
I receive a local mail when I do a 'mail test' on a backend svr1
with
this[0] configuration. However when I just add only one
configuration
change 'lmtp_proxy = yes' I am g...
2017 Oct 20
0
dovecot-2.3 (-git) Warning and Fatal Compile Error
...nts to function
>>> ?mailbox_transaction_begin?
>>> ? raw_trans = mailbox_transaction_begin(raw_box, 0);
>>
>> I don't think your pigeonhole is from git master.
>
> Thanks.? That was it...
>
> Now onto 2.3 -git, there is a repeatable crash occurring in lmtp. In
> fact it looks like there could be more than one problem, because even
> invoking lmtp (with gdb) and no arguments results in a gdb error about
> an unaddressable byte.
>
> However when lmtp is used normally within dovecot it crashes out on a
> few but not all mails.
I s...
2018 Jan 27
2
Dovecot 2.3.0 assertion failure on LMTP delivery
Hi,
We are seeing a frequent assertion failure on LMTP delivery with 2.3.0. This only appears to happen on CentOS/RHEL 7.
Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Panic: file lib-event.c: line 148 (event_unref): assertion failed: (event != current_global_event)
Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Error...
2015 Feb 18
2
how to run dovecot imap on separate server from postfix?
Am 18.02.2015 um 18:15 schrieb Robert Fantini:
> I'm trying to figure out the exact line to put to /etc/postfix/main.cf
>
> for local lmtp deliver we use:
> mailbox_transport = *lmtp:unix:private/dovecot-lmtp*
>
> for remote it is supposed to be:* lmtp:host:port*
>
> yet at the remote lmtp does not use ports. UNIX domain sockets are used
> instead
so just configure dovecot lmtpd to listen on a TCP port, port 24 i...
2015 Nov 10
3
lmtp panic
Gents,
I've just upgraded to the latest build of dovecot , now lmtp delivery
process panics for just one user
Nov 10 15:36:49 mx10 dovecot: lmtp(oleg.vasilyev at bgoperator.com): Panic:
file str.c: line 22 (str_new_const): assertion failed: (str[len] == '\0')
Nov 10 15:36:49 mx10 dovecot: lmtp(oleg.vasilyev at bgoperator.com): Panic:
file str.c: line 2...
2023 Jan 08
3
Dovecot - mail_crypt - lmtp-server - no password to decrypt the key
...I am setting mail_crypt_global_private_key,
mail_crypt_global_public_key, mail_crypt_save_version from user_query
and userdb_mail_crypt_global_private_key_password from password_query.
mail_crypt seems to work fine in imap (I saved a message as draft and it
is stored encrypted on the disk), but lmtp complains about
"mail_crypt_global_private_key_password unset, no password to decrypt
the key" As you can see below in logs that it was able to set all other
mail_crypt_ configurations successfully from user_query. However, the
password is provided via password_query and I assume lmtp...
2018 May 09
0
lmtp panic with many recipients
Op 08/05/2018 om 10:34 schreef Olaf Hopp:
> Hi,
>
> I had an email with 58 recipients in the "To" and 13 in the "CC"
> Delivering it from exim to dovecot lmtp panics (see below)
> Panic: file smtp-address.c: line 533 (smtp_address_write): assertion
> failed: (smtp_char_is_qpair(*p))
>
> # 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.devel (61b47828)
> # OS: Linux 2.6.32-696.23.1.el6.x86_64 x86_64 CentOS relea...
2011 Jul 27
2
lmtp multiple recipients fail
Hello,
I am having a problem with the lmtp delivery of mail addressed to
multiple recipients. ?The first recipient receives the mail correctly
but the next recipients do not. ?ltmp apparently tries to create a
link from the subsequent recipients' mail store to the first recipient
mail store and fails. This returns 451 smtp codes to the...
2019 Dec 11
3
Lightweight LMTP daemon to avoid overkill MTA
Hi,
I was unclear in my question. The spam filter is only able to deliver mail over SMTP, not over LMTP.. So I would still need some kind of daemon that listens for SMTP and then offers incoming email to Dovecot's LMTP socket.
Met vriendelijke groeten,
William Edwards
T. 040 - 711 44 96
E. wedwards at cyberfusion.nl
?
----- Original Message -----
From: Marc Roos (M.Roos at f1-outsourcing.e...
2018 Mar 23
0
lmtp service timeouting even after receiving full message
On Thursday 22 of March 2018, Arkadiusz Mi?kiewicz wrote:
> I have a problem with some messages passed from exim to dovecot lmtp
> service:
>
> From exim debug:
>
> using socket /var/run/dovecot/lmtp
> LMTP<< 220 mbox8 ready
> LMTP>> LHLO mbox8...
> LMTP<< 250-mbox8
> LMTP<< 250-STARTTLS
> LMTP<< 250-8BITMIME
> LMTP<< 250-ENHANCEDSTATUSCODES
&...
2020 Sep 17
2
dovecot: lmtp: Error: fatal error: failed to reserve page summary memory
...RCVD_IN_MSPIKE_H2,RDNS_NONE,SPF_HELO_NONE,SPF_PASS
scantime=0.3,size=2760,user=Debian-exim,uid=114,required_score=5.0,rhost=::1,raddr=::1,rport=57844,mid=<CANcP0tbws-r=L8KrTug_NKLk0EuPwo1vKotdpV=
Pf95Pxusbww at mail.gmail.com>,autolearn=no autolearn_force=no
Sep 17 08:54:00 lonjemail dovecot: lmtp(4254): Connect from local
Sep 17 08:54:00 lonjemail dovecot: lmtp: Error: fatal error: failed to
reserve page summary memory
Sep 17 08:54:00 lonjemail dovecot: lmtp: Error:
Sep 17 08:54:00 lonjemail dovecot: lmtp: Error: runtime stack:
Sep 17 08:54:00 lonjemail dovecot: lmtp: Error: runtime.throw(0...
2018 Jan 27
0
Dovecot 2.3.0 assertion failure on LMTP delivery
Hi!
This is a bug in the new event code. Can you get a full gdb backtrace?
Aki
> On January 27, 2018 at 6:58 AM "J. Nick Koston" <nick at cpanel.net> wrote:
>
>
> Hi,
>
> We are seeing a frequent assertion failure on LMTP delivery with 2.3.0. This only appears to happen on CentOS/RHEL 7.
>
> Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmtp(29540): Panic: file lib-event.c: line 148 (event_unref): assertion failed: (event != current_global_event)
> Jan 24 08:30:58 smoker-devautomerge-c7-1 dovecot: lmt...
2019 Dec 17
1
Local lmtp proxy on backend server
Hi Aki, you have some ingenious remark that could help?
-----Original Message-----
To: aki.tuomi; dovecot
Subject: RE: Local lmtp proxy on backend server
I am staring constantly at the same logs, this is what I get from
dovecot[1]. Sendmail[2] is sending with test at svr1 maybe this overrides
lmtp proxying? This is a test with a special-userdb passwd-file also
having host=svr2
[1]
Dec 16 16:30:16 svr1 dovecot: lmtp(16...
2019 Jan 14
2
Error: User bob@aaa.bbb doesn't have home dir set, disabling duplicate database
Have enabled debug as suggested, but don't really know what I'm looking
for or what the 'correct' output should be.
---------------------
Jan 14 15:06:03 master: Info: Dovecot v2.2.33.2 (d6601f4ec) starting up
for imap, lmtp, sieve (core dumps disabled)
Jan 14 15:07:09 auth: Debug: Loading modules from directory:
/usr/lib/dovecot/modules/auth
Jan 14 15:07:09 auth: Debug: Module loaded:
/usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
Jan 14 15:07:09 auth: Debug: Module loaded:
/usr/lib/dovecot/modules/au...
2019 Jan 31
2
Error: User bob@aaa.bbb doesn't have home dir set, disabling duplicate database
It's been a while and I'm none the wiser.
Still getting lmtp and imap errors.
Jan 14 16:38:35 lmtp(bob at aaa.bbb): Error: User bob at aaa.bbb doesn't have
home dir set, disabling duplicate database
Jan 14 15:07:10 imap(bob at aaa.bbb): Error: User bob at aaa.bbb doesn't have
home dir set, disabling duplicate database
Thanks,
Leo
On 20/1/19 1:0...
2019 Dec 12
1
Lightweight LMTP daemon to avoid overkill MTA
I ended up 'hacking' LMTP support into the external spam filter. Someone else already contributed 'real' patches to implement LMTP support, so once I go live with this mail platform it should be stable.
Met vriendelijke groeten,
William Edwards
T. 040 - 711 44 96
E. wedwards at cyberfusion.nl
?
----- Original...