Displaying 1 result from an estimated 1 matches for "enoit".
Did you mean:
benoit
2014 May 30
1
Disabling plus sign extension delimiter in lmtp listener (or userdb)
...everything
after the + sign.
The MTA correctly sends the whole email address, so it's not the MTA's fault.
It can easily be tested by connecting to the dovecot LMTP listener IP address
by telnet:
220 grautvornix.imp.ch Dovecot ready.
mail from:<nobody>
250 2.1.0 OK
rcpt to:<b+enoit at iscan.ch>
550 5.1.1 <b+enoit at iscan.ch> User doesn't exist: b at iscan.ch
I could not find any configuration parameters for the lmtp listener or userdb
service to tell it what to do with the + sign.
Did I miss something, or is it impossible to have the + sign accepted as a
norm...