Displaying 20 results from an estimated 2000 matches similar to: "sendmail -> lmtp 501 5.6.0 Data format error"
2019 Nov 28
0
sendmail -> lmtp 501 5.6.0 Data format error
Eg. When I send email from gmail it looks like this
(reason: 553 5.1.2 <xxxx at gmail.com>... Unrecognized host name
gmail.com.)
-----Original Message-----
To: dovecot
Subject: sendmail -> lmtp 501 5.6.0 Data format error
When changing in a working setup sendmail.mc
From this
MAILER(smtp)dnl
MAILER(procmail)dnl
To this
FEATURE(`local_lmtp',`[IPC]',`FILE
2019 Nov 28
1
sendmail -> lmtp 501 5.6.0 Data format error
On Thu, 28 Nov 2019, Marc Roos wrote:
> When changing in a working setup sendmail.mc
>
> From this
> MAILER(smtp)dnl
> MAILER(procmail)dnl
>
> To this
> FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl
> MAILER(local)dnl
>
> I am getting these errors '501 5.6.0 Data format error' and '
> Unrecognized host name'.
> ...
2015 Jan 13
0
[PATCH] Make Delivered-To optional
Hi,
I've read at least one e-mail on this list about making delivered-to in
lmtpd optional, but now I need this too, so I made a patch. The default
remains as is now (enabled).
Rationale: I would like to dsync users and I have catchall POP mailboxes
(meaning: a single mailbox gets the mails for a lot of e-mail addresses).
If I deliver the e-mails to Dovecot's lmtpd as the original
2020 Sep 07
2
Btrfs RAID-10 performance
Dne 07.09.2020 v 12:43 Sami Ketola napsal(a):
>> On 7. Sep 2020, at 12.38, Miloslav H?la <miloslav.hula at gmail.com> wrote:
>>
>> Hello,
>>
>> I sent this into the Linux Kernel Btrfs mailing list and I got reply: "RAID-1 would be preferable" (https://lore.kernel.org/linux-btrfs/7b364356-7041-7d18-bd77-f60e0e2e2112 at lechevalier.se/T/). May I ask you
2016 Apr 07
3
Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me
for every delivery:
Apr 07 13:38:33 lmtp(4434): Error:
net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil
srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
--
Tom
2013 Aug 05
1
How to configure sendmail using dovecot lmtp
Hi,
I can't seems to find any posting on how to configure sendmail to use
dovecot as lmtp. All I see is using it as LDA. I am particularly interested
on how to tell sendmail to ask dovecot to deliver the message to the user.
In the wiki for lda it says to add the following in the sendmail config:
FEATURE(`local_procmail',
2020 Jan 08
2
[EXTERNAL] Re: Thunderbird Subscription missing
Phillip> Users don?t create these folder. The system does based on the
Phillip> configuration which is what I have to figure out.
Then post your configuration details!
And details on how email gets into the system and into Dovecot.
2017 Jul 04
3
Dovecot user lookup from sendmail
Hi *
after trying everything I could think of and find on the web, I'm
totally stumped ... maybe someone give me some hints on what I'm doing
wrong, or where to look ...
I have an ancient customer box with sendmail & cyrus imap, with imap
using an LDAP database of users (no locally configured users), all of
which is working fine.
This machine needs to be replaced by a new
2019 Dec 05
1
How to rewrite local_lmpt ipc to tcp port 24
How to change this line in sendmail.mc, to the tcp port 24 on eg
127.0.0.1?
FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl
2020 Sep 07
0
Btrfs RAID-10 performance
Here's a few tips:
1. I assume that's a 2U format -24 bays.?You only have 1 raid card
for all 24 disks ? Granted you only have 16, but usually you should
assign 1 card per 8 drives. In our standard 2U chassis we have 3 hba's
per 8 drives. Your backplane should support that.
2. Add more drives
3. Get a pci nvme ssd card and move the indexes/control/sieve files
there.?
On Monday,
2019 Apr 30
1
regression with lmtp_hdr_delivery_address in 2.3
Hi,
In my LMTP config, I have
lmtp_hdr_delivery_address = none.
Under 2.2, Received headers looked like this:
Received: from smtp.example.com
by lmtp.example.com with LMTP id +IVdKS81cFwWagAAGhmRSA
; Fri, 22 Feb 2019 17:45:19 +0000
After the update to 2.3, they look like this:
Received: from smtp.example.com
by lmtp.example.com with LMTP
id MJbKAMFEclyKCQAAGhmRSA
2020 Nov 10
3
SSL alert number 42
This is a followup to my thread "Recommended Protocols?".
The error message is as follows:
dovecot: imap-login: Disconnected: TLS: SSL_read() failed: SSL
routines:ssl3_read_bytes:sslv3 alert bad certificate: SSL alert number 42
I have selected both SSL/TLS and STARTTLS on the Thunderbird side, with
identical results.
The first question that I have is this. Is there any way to know
2016 Oct 19
14
v2.2.26 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz.sig
There are quite a lot of changes since v2.2.25. Please try out this RC so we can get a good and stable v2.2.26 out.
* master: Removed hardcoded 511 backlog limit for listen(). The kernel
should limit this as needed.
* doveadm import: Source user is now initialized
2016 Oct 19
14
v2.2.26 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz.sig
There are quite a lot of changes since v2.2.25. Please try out this RC so we can get a good and stable v2.2.26 out.
* master: Removed hardcoded 511 backlog limit for listen(). The kernel
should limit this as needed.
* doveadm import: Source user is now initialized
2020 Jan 08
0
[EXTERNAL] Re: Thunderbird Subscription missing
John,
Below is configuration of dovecot.
The SMTP transport is postix There nothing outgoing only incoming.
These are coming from outside provider to our system.
So there no outbound email.
~# doveadm config
# 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS
# NOTE: Send doveconf -n output instead when
2019 Sep 25
4
BUG: Mailbox renaming algorithm got into a potentially infinite loop, aborting
Hi all!
I have two dovecot servers with dsync replication over tcp.
Replication works fine except for one user.
# doveadm replicator status
username
priority fast sync full sync success sync failed
customer at example.com
none 00:00:33 07:03:23 03:22:31 y
If i run dsync manually, i get the following error message:
dsync-local(customer at example.com): Debug: brain M: -- Mailbox
2019 Sep 27
2
Mail received but not indexed?
No, it is still old sendmail to /var/spool/mail/
-----Original Message-----
From: Sami Ketola [mailto:sami.ketola at dovecot.fi]
Sent: vrijdag 27 september 2019 15:17
To: dovecot
Cc: Marc Roos
Subject: Re: Mail received but not indexed?
> On 27 Sep 2019, at 16.06, Marc Roos via dovecot <dovecot at dovecot.org>
wrote:
> CentOS Linux release 7.6.1810 (Core)
>
2020 Aug 25
2
zlib errors after upgrading
> On 25/08/2020 14:35 Robert Nowotny <rnowotny at rotek.at> wrote:
>
>
> I get ZLIB Errors after dovecot upgrade from 2.3.10.1 to 2.3.11.3
>
>
> Aug 21 15:27:34 lxc-imap dovecot: imap(acsida)<63870><jZk...>: Error: Mailbox Sent: UID=40826: read(zlib(/home/vmail/virtualmailboxes/acsida/storage/m.2409)) failed:
2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
I found this[1] thread that describes the same problem with dovecot-LDA,
but the solution (add X-Original-To: header) has no effect with LMTP.
My sendmail LMTP configuration:
FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')
Sendmail's address test indicates that sendmail is providing user+detail
to LMTP (see below). Except for this problem, dovecot, LMTP, and sieve
2017 Feb 09
1
dovecot logout issues
hi
we are using dovecot version 2.2.7 (config file given below)
centos 6, qmail, vpopmail, mysql
server configuration
hex core processor, 16 gb ram 1 X 600 gb 15 k rpm for main drive and 2 X 2000 gb hdd for data (No raid)
busy server with around 4000 email ids --- load is around 2 to 10
the issue is that SQUIRRELMAIL webmail users suddenly lose connection while they are working on the webmail.