0

I used LMTP command like RCTP to: "uid+folder@domain".

The deliver is succeeded when I use the folder name without any whitespace inside.

RCTP to:<test+test@test.com">

But I get "500 5.5.2 Syntax error in recipient address" when I use the folder(test test) contains whitespace.

RCTP to:<test+test test@test.com">

Please help.

tripleee
  • 175,061
  • 34
  • 275
  • 318
kelly
  • 41
  • 3
  • Not familiar with LMTP but SMTP requires quoting around whitespace. Try `<"test+test test"@test.com>` – tripleee Jul 31 '14 at 20:25
  • Doesn't work. RCPT TO:<"test+test test"@test.com> 450 4.2.1 Mailbox disabled, not accepting messages 503 5.5.1 No recipients – kelly Jul 31 '14 at 20:27
  • Probably a question for the maintainer of the server you are using. We can tell you what the protocol says but not how it maps to a local resource without knowing which piece of software is doing the mapping. Either way, this should be migrated to http://serverfault.com/ – tripleee Jul 31 '14 at 20:32
  • Can you post names of both communicating servers? [e.g. postfix to dovecot] – AnFi Aug 02 '14 at 03:44

0 Answers0