>>  I'm trying to run tmda-ofmipd under daemontools in a 
>> qmail/vpopmail environment... But when trying to send mail, 
>> my log gives me this:
> 
>> @400000004653db6f1c6789ac KeyError: 'getpwnam(): name not 
>> found: domain.dk'
> 
> Tried a few things, and ended up with things working... Sort of...

Not familiar with this one, sorry.

> A new issue has popped up. I'm using qmail (as per qmailtoaster.com) which
> has been patched with DomainKey support.
> The problem is that tmda-ofmipd injects the mail using the sendmail command.
> As far as I can see, the DomainKey support in Qmail has been implemented as
> a replacement for the original qmail-queue. The only problem is, that it
> seems like the DomainKey part isn't implemented via either the sendmail nor
> the qmail-inject command...
> 
> Does anyone have a workarounf for this - so that outgoing messages via
> tmda-ofmipd also can be signed with DomainKey ?

In my daemontools 'run' script for tmda-ofmipd, I simply have:
===
QMAILQUEUE="bin/qmail-dk"
RELAYCLIENT=""
DKSIGN="/etc/domainkeys/%/default"

export QMAILQUEUE RELAYCLIENT DKSIGN
===
And then qmail-dk does the rest.

Regards,
-- 
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/
_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to