search for: client_proxy_rcpt_parse_field

Displaying 1 result from an estimated 1 matches for "client_proxy_rcpt_parse_field".

2018 Mar 26
1
destuser setting useless on LMTP proxy
...ser determines the backend chosen. This is incorrect, the backend should be chosen based on the returned "user", and the "destuser" should only be used for the remote login (or rcpt, in case of LMTP). I'm using version 2.2.35. The problem seems to be in lmtp/commands.c, in client_proxy_rcpt_parse_fields, line 281-285 says: } else if (strcmp(key, "user") == 0 || strcmp(key, "destuser") == 0) { /* changing the username */ *address = value; } ... So it looks as if &quo...