"Ben Polson" <[EMAIL PROTECTED]> writes:
> I get the correct confirmation email reply-to with the one-time token (using
> delimiter "-"), and am able to confirm successfully, however, the autoreply
> from TMDA letting me know that my address was verified and accepted is now
> coming "From:" the username-confirm-<token>@ instead of username@. Seems to
> me that it is a simple problem with tmda-rfilter not properly recognizing
> and parsing out the confirm-<token> in the verification response, but as I
> am no python guru, any help would be greatly appreciated. Thanks much!
This is most likely a problem with Postfix not parsing out the
EXTENSION and setting the environment properly.
> /etc/tmdarc:
>
> MAIL_TRANSFER_AGENT = "postfix"
> DELIVERY = "~/Maildir/"
> RECIPIENT_DELIMITER = "-"
> CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist_confirmed")
> USEVIRTUALDOMAINS = "0"
Have you followed the Postfix-specific instructions at
http://www.tmda.net/config-pre.html
You must enable 'recipient_delimiter' in main.cf (and make sure it is
set to '-', not '+', if you intend to use the dash character). This is
in addition to setting the RECIPIENT_DELIMITER (all caps) in your
~/.tmda/config file.
Finally, just a note. You have set USEVIRTUALDOMAINS to a True value
rather than a False one. Python isn't Perl :) Try the following
USERVIRTUALDOMAINS = 0
Tim
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users