On Thu, 22 Dec 2005, Josh Berry wrote: > > The problem is that the "to" field in the transport is returning the > message to $sender_address ... which should be the person who has sent > the mail. Unfortunately, the $sender_address value is being overwritten > by the username used for SMTP Auth (which is forced for all clients) and > may be different from the users mail address.
Submission mode assumes that usernames are valid local parts, because it is designed to work like local submission on a Unix box. If this isn't the case for you, you probably want the /sender_retain option. You also need verify=sender. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
