Displaying 20 results from an estimated 2000 matches similar to: "Small issue with "submission host""
2020 Nov 12
1
Submission service capabilities listing
Hello all,
I'm attempting to implement a submission server with questions in
regards to how Dovecot handles the backend hosts capabilities. To my
understanding, Dovecot will connect to the host specified in either
submission_host or submission_relay_host, and gather a list of
capabilities. Once gathered, after the client sends the EHLO greeting
Dovecot will respond back with capabilities
2019 Jul 23
5
submission configuration issues
Hello,
I'm having trouble configuring the submission proxy.
I have configured the submission service as follow:
submission_host = smtp.example.com
submission_relay_host = localhost
submission_relay_port = 8587
submission_relay_rawlog_dir = /var/log/dovecot/
submission_relay_trusted = yes
My main issue is that until I login, dovecot-submission won't connect to the backend and query the
2019 Jul 27
2
submission configuration issues
> Le 27 juil. 2019 ? 14:30, Stephan Bosch <stephan at rename-it.nl> a ?crit :
>
> On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
>> Hello,
>>
>> I'm having trouble configuring the submission proxy.
>>
>> I have configured the submission service as follow:
>>
>> submission_host = smtp.example.com
>>
2011 Nov 12
1
submission_host problem
Hello,
I configured dovecot to use submission smtp host becouse of chroot.
submission_host = 127.0.0.1
Unfortunatelly:
Nov 12 05:11:15 myhost exim[23366]: 2011-11-12 05:11:15 SMTP protocol
synchronization error (next input sent too soon: pipelining was not
advertised): rejected "EHLO myhost" H=localhost [127.0.0.1] next
input="MAIL FROM:<root at myhost>\\r\\n"
Nov 12
2020 Aug 27
2
Submission proxy warning connecting to Exim
Hello,
When connecting to Exim 4.94, dovecot submission logs this warning:
dovecot[25235]: submission(alec)<25347><QNydV8+t+oMKAgAF>: Warning: smtp-client: conn localhost:25 ([::1]:25) [1]: Received invalid EHLO response line: Unexpected character in EHLO keyword
Looks like it doesn't like the underscore in "X_PIPE_CONNECT", since
it's neither "isalnum"
2020 Sep 25
3
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
I'm setting up an alternative submission relay host for dovecot. Atm, it's pointing @ fastmail.com.
with dovecot config,
submission_relay_host = smtp.fastmail.com
submission_relay_port = 465
submission_relay_ssl = smtps
submission_relay_ssl_verify = no
submission_relay_trusted = yes
submission_relay_user = 'acctID at mydomain.com'
2019 Jun 21
2
Submission service and SMTP AUTH capability
Hi Everyone!
I've setup dovecot 2.3.2.1 on a Gentoo server. I want to configure the
submission service in order to replace the corresponding part in Postfix
(which is my SMTP server).
I configured submission it with just a few options different of the
default ones:
submission_client_workarounds = whitespace-before-path
submission_relay_host = 127.0.0.1
submission_relay_port = 10026
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
Hello,
I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix
backend server. Dovecot announces CHUNKING, but the Postfix backend does
not support (or announce) it.
HELO from Postfix:
220 backend.mydomain.com ESMTP Postfix (Ubuntu)
ehlo test
250-backend.mydomain.com
250-PIPELINING
250-SIZE 104857600
250-VRFY
250-ETRN
250-STARTTLS
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
On 09/20/2018 12:56 PM, Robert Schetterer wrote:
> Am 20.09.2018 um 11:04 schrieb Michael Goth:
>> Hello,
>>
>> I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix
>> backend server. Dovecot announces CHUNKING, but the Postfix backend
>> does not support (or announce) it.
>>
>> HELO from Postfix:
>>
>> ?? 220
2013 Sep 21
2
LDA quota rejection
Hi to all, i have dovecot 2.2.5 and i have implemented lda rejection
through quota full
this is my dovecot conf
protocol lda {
mail_fsync = optimized
auth_socket_path = /usr/local/var/run/dovecot/auth-userdb
deliver_log_format = msgid=<%f>-<%s>-%m: %$
hostname = mail.cgilfe.it
info_log_path = /var/log/dovecot/dovecot-deliver.log
log_path =
2018 Dec 18
4
Apple mail fails with Submission
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 18 December 2018 at 02:30 Adi Pircalabu via dovecot <
<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
</div>
2018 Aug 01
1
LMTP error, mysterious
ah well, but i'm not using sql at all.
here's doveconf -n:
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-4-amd64 x86_64 Debian 9.4
auth_cache_negative_ttl = 0
auth_mechanisms = plain login
hostname = rhyno.tech
mail_debug = yes
mail_location = maildir:~/mail
namespace inbox {
? inbox = yes
? location =
? mailbox Drafts {
???
2019 Jul 27
0
submission configuration issues
service submission-login {
? inet_listener submissions {
? ? haproxy = no
? ? port = 465
? ? reuse_port = no
? ? ssl = yes
? }
}
Shouldn't the port be 587 here?
My config file looks like:
service submission-login {
? inet_listener submission {
??? #port = 587
? }
}
The # comment must also mean something..
On 7/27/19 3:21 PM, Jean-Daniel via dovecot wrote:
>
>
>> Le 27
2019 Jul 27
0
submission configuration issues
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted
2019 Jul 27
0
submission configuration issues
On 23/07/2019 17:13, Jean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted
2019 Jan 07
1
Apple mail fails with Submission
After the submission with dovecot it sends it to postfix, the postfix log
is:
postfix/submission/smtpd[19509]: connect from example.org[192.168.1.1]
postfix/submission/smtpd[19509]: client=example.org[192.168.1.1],
sasl_method=PLAIN, sasl_username=test at example.org
postfix/submission/smtpd[19509]: *warning: non-SMTP command from
example.org <http://example.org>[192.168.1.1]:
2018 Sep 28
1
Dovecot submission announces CHUNKING but backend Postfix does not support it
On 09/20/2018 10:24 PM, Stephan Bosch wrote:
>
>
> Op 20/09/2018 om 13:39 schreef Michael Goth:
>> On 09/20/2018 12:56 PM, Robert Schetterer wrote:
>>> Am 20.09.2018 um 11:04 schrieb Michael Goth:
>>>> Hello,
>>>>
>>>> I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix
>>>> backend server. Dovecot
2019 Jun 21
1
Submission service and SMTP AUTH capability
Hi Christian, first of all I appreciate your quick answer.
You are correct, if I "openssl -starttls smtp -connect <host>:<port>" I
notice the AUTH capability is published, so that explains why the
clients that I configure with STARTTLS are able to find out the AUTH
mechanisms and authenticate correctly.
I also found out that the AUTH is shown before entering STARTTLS if
2009 Aug 10
2
extraction of elements in a matrice???
i have a matrice M and i want to extract only rows where GWP_Max is positif and smaller than 1000 but it is given me this:!!!???
> M
Policy.Number GWP_Max
1 4001023 500
2 4001025 700
3 4001028 600
4 4001062 2335.1
5 6100001 2000
6 1060000006 1400
7 1060000009 77.19
8 1060000071 18898.88
9 1060000073
2018 Dec 18
3
Apple mail fails with Submission
Postfix debug peer logging
Dec 18 17:08:11 mail postfix/submission/smtpd[10626]: >
server.example.org[XX.XX.XX.XX]:
250 2.1.5 Ok
Dec 18 17:08:11 mail postfix/submission/smtpd[10626]: watchdog_pat:
0x55ef4ec020180
Dec 18 17:08:11 mail postfix/submission/smtpd[10626]: vstream_fflush_some:
fd 10 flush 28
Dec 18 17:08:11 mail postfix/submission/smtpd[10626]:
vstream_buf_get_ready: fd 10 got 15
Dec