Mark J. Nernberg wrote:
I am having an issue with tmda-ofmipd accepting/passing on mail.It seems that after tmda-ofmipd reads the message, the parsing of the location for the crypt_key file is not happening. The log of the session (X is where two data lines were removed)
> ...
TMDA.Errors.ConfigError: Can't find key file: /usr/tmda/%s/crypt_key))
> ... It looks like TMDA is looking for the literal path: /usr/tmda/%s/crypt_key I imagine your /etc/tmdarc or other configuration file has a line like this: CRYPT_KEY_FILE = "/usr/tmda/%s/crypt_key" whereas it should be this: CRYPT_KEY_FILE = "/usr/tmda/%s/crypt_key" % user_id where user_id is some variable that you want to substitute into the string. -- Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO [EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
