Displaying 20 results from an estimated 105 matches for "enhancedstatuscodes".
2020 Sep 25
3
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
...bmission(recipient at example.com)<xxxxxxxxxxxxxxxx>: Debug: smtp-client: conn smtp.fastmail.com:465 (66.111.4.140:465) [1]: command EHLO: Got reply (1/1): 250 mail.messagingengine.com PIPELINING SIZE 73000000 AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN ENHANCEDSTATUSCODES 8BITMIME (1 commands pending, 0 commands queued)
it's clearly non-fatal, simply a warning.
i certainly do _not_ see this with every relay host, so suspect it's unique to fastmail's EHLO response. at least within the set of hosts I've tested.
i'd like to find/fix it ... either...
2013 Jul 04
2
DOVECOT 2.2.4 = 501 5.5.4 Unsupported options in LMTP
...}
}
quota is not included
***************************************************
telnet to dspam LMTP
# telnet 192.168.1.34 24
Trying 192.168.1.34...
Connected to 192.168.1.34.
Escape character is '^]'.
220 DSPAM LMTP 3.9.0 Ready
LHLO test.com
250-localhost.localdomain
250-PIPELINING
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 SIZE
MAIL FROM:<test at test.com>
250 2.1.0 OK
RCPT TO:<user at test.com>
250 2.1.5 OK
DATA
354 Enter mail, end with "." on a line by itself
1234567
qwertyu
asdfghj
.
530 5.3.0 <user at test.com> Fatal: 501 5.5.4 Unsupported options
QUIT
221 2.0.0 OK
Co...
2005 Aug 05
2
SMTP auth with Sendmail
..., compiling the same mc file on the 4.1
machine gives this error:
xxxxx [x.x.x.x] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
in the logs, it doesn't even try to authenticate, the cyrus sasl rpm is
installed for auth PLAIN
It reports this from the EHLO so all looks good:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
250-DELIVERBY
250 HELP
The 3.4 box reports this:
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-DELIVERBY
250 HELP
Any help would be greatly appr...
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
...end 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
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
HELO from Dovecot proxy:
220 proxy.mydomain.com Dovecot ready.
ehlo test
250-proxy.mydomain.com
250-8BITMIME
250-AUTH PLAIN LOGIN
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUSCODES
250-SIZE
250-STARTTLS
250 PIPELINING
When a client se...
2019 Jun 21
2
Submission service and SMTP AUTH capability
...me from localhost. This causes issues with some
smtp clients which authenticate (python smtpclient).
When I telnet the submission service from localhost I get:
220 (protected hostname) Dovecot ready.
EHLO L
250-(protected hostname)
250-8BITMIME
250-AUTH PLAIN LOGIN
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUSCODES
250-SIZE
250-STARTTLS
250 PIPELINING
quit
221 2.0.0 Bye
But when I do the same from another host other than the one running
dovecot (telnetting the submission port):
220 (protected hostname) Dovecot ready.
EHLO L
250-(protected hostname)
250-8BITMIME
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUS...
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
...t;
>> 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
>> ?? 250-ENHANCEDSTATUSCODES
>> ?? 250-8BITMIME
>> ?? 250 DSN
>>
>>
>> HELO from Dovecot proxy:
>>
>> ?? 220 proxy.mydomain.com Dovecot ready.
>> ?? ehlo test
>> ?? 250-proxy.mydomain.com
>> ?? 250-8BITMIME
>> ?? 250-AUTH PLAIN LOGIN
>> ?? 250-BURL imap
&g...
2019 Jul 27
2
submission configuration issues
...t;>
>> That mean that the first EHLO message don't get the right capabilities list.
>>
>> "
>> EHLO example.com
>>
>> 250-smtp.example.com
>> 250-8BITMIME
>> 250-AUTH PLAIN LOGIN
>> 250-BURL imap
>> 250-CHUNKING
>> 250-ENHANCEDSTATUSCODES
>> 250-SIZE
>> 250 PIPELINING
>> "
>>
>> This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response).
>> After login, if I send an new EHLO command, everything is properly reported. The raw log shows...
2012 Feb 08
1
TLS support on postfix
...t for SMTP.
From the localhost when I do an EHLO, following is the output
[root at xxxxxxx ~]# nc localhost 25
220 xxxxxxx.xxxx.xxx.xx ESMTP Postfix
EHLO localhost
250-xxxxxxx.xxxx.xxx.xx
250-PIPELINING
250-SIZE 41943040
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
However from a remote location when I do the EHLO, the response does not contains STARTTLS, ENHANCEDSTATUSCODES and DSN
krishna at L03:~$ nc xxxxxxx.xxxx.xxx.xx 25
220 xxxxxxx.xxxx.xxx.xx ESMTP Postfix
EHLO localhost
250-xxxxxxx.xxxx.xxx.xx
250-PIPELINING
250-SIZE 4194...
2019 Jul 23
5
submission configuration issues
...n't connect to the backend and query the capabilities and so won't report the right capabilities.
That mean that the first EHLO message don't get the right capabilities list.
"
EHLO example.com
250-smtp.example.com
250-8BITMIME
250-AUTH PLAIN LOGIN
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUSCODES
250-SIZE
250 PIPELINING
"
This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response).
After login, if I send an new EHLO command, everything is properly reported. The raw log shows that unlike what the documentation says,
dovecot don&...
2017 Mar 08
4
Up to date guide/information Sendmail SMTP Auth
...h telnet to port 25 this is the result:
> telnet merlin 25
Trying 10.10.3.6...
Connected to merlin.ciss.local.
Escape character is '^]'.
220 mdw1982.com ESMTP Sendmail 8.14.7/8.13.8; Wed, 8 Mar 2017 16:53:31 -0500
ehlo merlin
250-mdw1982.com Hello [10.10.3.102], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
> auth login
504 5.3.3 AUTH mechanism login not available
thoughts?
2017 Mar 08
1
Up to date guide/information Sendmail SMTP Auth
...> from the modified sendmail.mc.
>
> Make sure you have run "yum install sendmail-cf" so that "cd /etc/mail;
> make" can do what it should do.
>
> > -0500
> > ehlo merlin
> > 250-mdw1982.com Hello [10.10.3.102], pleased to meet you
> > 250-ENHANCEDSTATUSCODES
> > 250-PIPELINING
> > 250-8BITMIME
> > 250-SIZE
> > 250-DSN
> > 250-ETRN
> > 250-DELIVERBY
> > 250 HELP
> >> auth login
> > 504 5.3.3 AUTH mechanism login not available
> >
> > thoughts?
>
> Alexander
And now?
> telnet...
2020 Sep 26
0
dovecot warns (non-fatal) "invalid EHLO response line: Unexpected character in EHLO keyword" connecting to submission relay ?
...bmission(recipient at example.com)<xxxxxxxxxxxxxxxx>: Debug: smtp-client: conn smtp.fastmail.com:465 (66.111.4.140:465) [1]: command EHLO: Got reply (1/1): 250 mail.messagingengine.com PIPELINING SIZE 73000000 AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN AUTH=DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN ENHANCEDSTATUSCODES 8BITMIME (1 commands pending, 0 commands queued)
>
> it's clearly non-fatal, simply a warning.
>
> i certainly do _not_ see this with every relay host, so suspect it's unique to fastmail's EHLO response. at least within the set of hosts I've tested.
>
> i'd lik...
2019 Jul 27
0
submission configuration issues
...;>>
>>> "
>>> EHLO example.com <http://example.com>
>>>
>>> 250-smtp.example.com <http://250-smtp.example.com>
>>> 250-8BITMIME
>>> 250-AUTH PLAIN LOGIN
>>> 250-BURL imap
>>> 250-CHUNKING
>>> 250-ENHANCEDSTATUSCODES
>>> 250-SIZE
>>> 250 PIPELINING
>>> "
>>>
>>> This list don't contains VRFY, DNS, and SIZE is not specified (all
>>> of these is present in backend EHLO response).
>>> After login, if I send an new EHLO command, everything is...
2018 Sep 28
1
Dovecot submission announces CHUNKING but backend Postfix does not support it
...mydomain.com ESMTP Postfix (Ubuntu)
>>>> ?? ehlo test
>>>> ?? 250-backend.mydomain.com
>>>> ?? 250-PIPELINING
>>>> ?? 250-SIZE 104857600
>>>> ?? 250-VRFY
>>>> ?? 250-ETRN
>>>> ?? 250-STARTTLS
>>>> ?? 250-ENHANCEDSTATUSCODES
>>>> ?? 250-8BITMIME
>>>> ?? 250 DSN
>>>>
>>>>
>>>> HELO from Dovecot proxy:
>>>>
>>>> ?? 220 proxy.mydomain.com Dovecot ready.
>>>> ?? ehlo test
>>>> ?? 250-proxy.mydomain.com
>>>&g...
2014 Sep 29
2
No AUTH PLAIN with dovecot 2.0.19
...lnet returns
telnet mx2.wyona.com 587
Trying 50.116.54.197...
Connected to node3.wyona.com.
Escape character is '^]'.
220 node3.members.linode.com ESMTP Postfix (Ubuntu)
EHLO letscallitevil.com
250-node3.members.linode.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
So far I have used dovecot version 1.2.9, which works very fine, but the
configuration
/etc/dovecot/dovecot.conf
seems to be very different in the case of dovecot version 2.0.19.
I have checked all kind of tutorials for several days now, like for example
https://help.ubunt...
2010 Feb 08
7
slowness in sendmail - 60 second timeout
...agestation.com
geisj at pagestation.com... Connecting to [127.0.0.1] via relay...
220 devcentos5x64.msgnet.com ESMTP Sendmail 8.13.8/8.13.8; Mon, 8 Feb
2010 10:02:15 -0500
>>> EHLO devcentos5x64.msgnet.com
250-devcentos5x64.msgnet.com Hello localhost [127.0.0.1], pleased to
meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
>>> MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56
AUTH=root at devcentos5x64.msgnet.com
250 2.1.0 <root at devcentos5x64.msgnet.com>... Sender ok
>>> RCP...
2017 Dec 23
3
dovecot-submission SMTP send error with Thunderbird (BODY=8BITMIME)
...6 inside-mail.reub.net.submission >
2001:44b8:31d4:1311:45ec:e191:8093:3e9d.61175: Flags [P.], seq 43:200,
ack 54, win 225, length 157
`.c|...@ .D.1..........# .D.1...E.....>..K.....r".
UP...:...250-thunderstorm.reub.net
250-8BITMIME
250-AUTH PLAIN LOGIN
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUSCODES
250-SIZE
250-STARTTLS
250 PIPELINING
14:12:20.015953 IP6 2001:44b8:31d4:1311:45ec:e191:8093:3e9d.61175 >
inside-mail.reub.net.submission: Flags [P.], seq 54:91, ack 200, win
8234, length 37
`._..9.? .D.1...E.....>. .D.1..........#...K". U....P. *....AUTH PLAIN xxxx
14:12:20.035676 I...
2016 Feb 11
3
LMTP proxy does not pass RCPT TO: ... 5xx response back
...uota message already at
RCPT TO time.
Here is what I typed, connected to the director
Connection to director1 2525 port [tcp/*] succeeded!
220 director1.rz.hs-example.de Dovecot (Ubuntu) ready.
LHLO mailhub1.rz.hs-example.de
250-director1.rz.hs-example.de
250-8BITMIME
250-ENHANCEDSTATUSCODES
250 PIPELINING
MAIL FROM:<hs at schlittermann.de>
250 2.1.0 OK
RCPT TO:<heiko at hs-example.de>
250 2.1.5 OK
And here is, what TCPDUMP sees (cut for clarity):
00:22:23.029251 IP6 2001:638:914:f33::5:1.59466 > 2001:638:914:f33::5:ff.2525: Flags [S],
00:2...
2012 Oct 16
3
setting up postfix
...t motor]# mail -v larry.martell at gmail.com
Subject: test
test
.
EOT
larry.martell at gmail.com... Connecting to [127.0.0.1] via relay...
220 localhost.localdomain ESMTP Postfix
>>> EHLO localhost.localdomain
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
>>> MAIL From:<motor at localhost.localdomain> SIZE=219
250 2.1.0 Ok
>>> RCPT To:<larry.martell at gmail.com>
>>> DATA
250 2.1.5 Ok
354 End data with <CR><LF>.<CR><LF>
>>> .
250 2.0.0 Ok: queued as D26C8830...
2018 Sep 20
0
Dovecot submission announces CHUNKING but backend Postfix does not support it
...oes
> 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
> ? 250-ENHANCEDSTATUSCODES
> ? 250-8BITMIME
> ? 250 DSN
>
>
> HELO from Dovecot proxy:
>
> ? 220 proxy.mydomain.com Dovecot ready.
> ? ehlo test
> ? 250-proxy.mydomain.com
> ? 250-8BITMIME
> ? 250-AUTH PLAIN LOGIN
> ? 250-BURL imap
> ? 250-CHUNKING
> ? 250-ENHANCEDSTATUS...