Ronald Wiplinger <[EMAIL PROTECTED]> writes: > Below is a request for confirmation (full message source), and as you > can see the From line and the Reply-To line have the domain attached > (elmit.com), while the text itself only has "dns". How can I fix that?
The confirm address in the Reply-To and the confirm address in the body of the message are the exact same variable in TMDA, called 'confirm_accept_address'. If you check the confirm_request.txt file in the templates directory, you'll see that that is the case. The reason they are different in the confirm request email you received is that, on the way out, Sendmail appended .elmit.com to the incomplete Reply-To header field, but knows nothing about the body of the message and so doesn't touch it. The confirm_accept_address variable is created from the RECIPIENT environment variable. In the case of Sendmail, you have to create that environment variable (and SENDER and EXT) yourself in a procmail script. Verify that you have followed the Sendmail instructions on these two pages. http://www.tmda.net/config-pre.html#sendmail http://www.tmda.net/config-server.html#sendmail If the problem persists, it is probably because somewhere along the line, mail is being forwarded to ronald@dns, which works because it's local. Try to find where that is happening and change it to forward to [EMAIL PROTECTED], or just [EMAIL PROTECTED], whichever you prefer. Once that's working, TMDA will automatically have the correct base address. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
