Actually, LMTP inet listener is only used for delivery purpose.
I separated the MTA and the MDA on distinct hosts.
Incomming mails are received by the MTA which proceed to some check
(anti-virus, spams, and aliases) and transport them to the MDA with LMTP.
Maybe I misunderstood something, but i
On Fri, Oct 26, 2012 at 11:00:12AM +0200, Thomas Leuxner wrote:
>submission_host = smtp.mydomain.tld
On second thought, above probably overrides this:
# doveconf -a | grep sendmail
sendmail_path = /usr/sbin/sendmail
...which may be the culprit.
Regards
Thomas
signature.asc
Description: Di
On Fri, Oct 26, 2012 at 10:51:52AM +0200, Raphael Ordinas wrote:
>service lmtp {
> inet_listener lmtp {
> address = 172.0.0.1
> port = 2525
> }
>}
Right, so you are using network sockets with LMTP. Probably does not
answer the question why it is not working wit
Hi,
Here's the doveconf -n output :
# doveconf -n
# 2.0.14: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.1-RELEASE-p5 amd64
auth_mechanisms = plain login
auth_username_format = %Lu
auth_worker_max_count = 90
default_process_limit = 1024
first_valid_gid = 1500
fi
On Thu, Oct 25, 2012 at 03:09:47PM +0200, Raphael Ordinas wrote:
> When sending mail to MTA (in case of sieve filter forwarding for
> example), dovecot pass a RCPT TO command just after the EHLO. He's
> missing the MAIL FROM command.
> Therefore, my MTA show me a warning like this : "improper comma
Hi everyone,
I'm facing a small issue with the lda/lmtp "submission_host" feature in
dovecot 2.0.14.
When sending mail to MTA (in case of sieve filter forwarding for
example), dovecot pass a RCPT TO command just after the EHLO. He's
missing the MAIL FROM command.
Therefore, my MTA show me a