Skip to content

Duplicated size statement in EHLO  #55

@a-marcellini

Description

@a-marcellini

I've found a strange problem with the new release: if I use a client to send an email to rabbit directly it works.
However, if it is a mail server (postfix) that forward the same mail to rabbit, using it as a relay, it doesn't work.
Moreover:
If I use telnet:

telnet <rabbitserver> <mailport>
The strange answer is:

EHLO MyServer
250-mail.local
250-AUTH PLAIN LOGIN
250-SIZE 41943040
250-SIZE 10485760
250-8BITMIME
250-PIPELINING
250 SMTPUTF8

Where 41943040 is the message size I put in rabbit.config while 10485760 is the default gen_smtp size, I suppose.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions