search for: pipelining_connect_advertise_host

Displaying 2 results from an estimated 2 matches for "pipelining_connect_advertise_host".

2020 Aug 27
2
Submission proxy warning connecting to Exim
...1906 250-X_PIPE_CONNECT 1598480923.401906 250-CHUNKING 1598480923.401906 250-STARTTLS 1598480923.401906 250 HELP 1598480923.409242 250 OK 1598480923.434743 250 Accepted 1598480923.578335 250- 511 byte chunk, total 511 1598480923.578335 250 OK id=1kB3uN-0006ar-HU Adding the line "pipelining_connect_advertise_hosts =" to Exim's config fixes the issue by disabling X_PIPE_CONNECT. Is this a bug in Exim or is Dovecot being too strict? Thanks, Alec [1] https://github.com/dovecot/core/blob/2.3.11.3/src/lib-smtp/smtp-syntax.c#L250
2020 Sep 02
0
Submission proxy warning connecting to Exim
...50-CHUNKING > 1598480923.401906 250-STARTTLS > 1598480923.401906 250 HELP > 1598480923.409242 250 OK > 1598480923.434743 250 Accepted > 1598480923.578335 250- 511 byte chunk, total 511 > 1598480923.578335 250 OK id=1kB3uN-0006ar-HU > > Adding the line "pipelining_connect_advertise_hosts =" to Exim's config > fixes the issue by disabling X_PIPE_CONNECT. > > Is this a bug in Exim or is Dovecot being too strict? > > Thanks, > Alec > > [1] https://github.com/dovecot/core/blob/2.3.11.3/src/lib-smtp/smtp-syntax.c#L250 Dovecot follows the standards as s...