"F. Even" <[EMAIL PROTECTED]> writes:

> OK, I have a FreeBSD box running postfix and TMDA.
> 
> What I want is to use an alias for the TMDA challenge/response, and not the
> account name itself.  I want the confirmation message going out without
> using the unix account name.
> 
> Here is what I have tried:
> 
> USERNAME = "fhe"
> HOSTNAME = "elitists.org"
> FULLNAME = "F. Even"
> MESSAGE_FROM_STYLE = "angles"
> CONFIRM_ADDRESS = "[EMAIL PROTECTED]"
> 
> Now...the unix account name itself is something completely different, lets
> call it "acctname."
> 
> Now, first of all, when the confirmation message, the message does not send
> out using the "USERNAME" I have specified, but the unix acctname.  Yet, the
> message is sent w/ the correct "FULLNAME" and "MESSAGE_FROM_STYLE."

USERNAME is rarely used and only then as a final fallback, if TMDA
can't determine the appropriate address another way.  For incoming
mail, the RECIPIENT environment variable, set by Postfix, is always
used, so USERNAME never comes into play.

If you want to base the confirmation address on a different address
than what is provided in RECIPIENT, CONFIRM_ADDRESS is the way to do
it.

> Now, when someone tries to confirm their message w/ the above
> config, it also fails.

Probably because when Postfix translates the address
[EMAIL PROTECTED] to
<acctname>@elitist.org, it loses the '-confirm-XXXXXXX.YYYYY.ZZZZZZ'
part, which TMDA needs to cryptographically verify the address.  So
the message looks like a normal message to <acctname>@elitists.org.

I don't know if there is a way to have Postfix preserve the extension
portion of the incoming address and append it to 'acctname' as part of
the alias processing.  If so, that might work for you.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to