Displaying 1 result from an estimated 1 matches for "grautvornix".
2014 May 30
1
Disabling plus sign extension delimiter in lmtp listener (or userdb)
...h_username_chars).
Now the next problem turn out to be, that the lmtp listener stripps 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....