You are not logged in.
gnaaa, my error, debug output did not work - can you please send one more?
Offline
Sure. Done.
Last edited by mistersmee (2021-02-02 13:04:39)
Offline
ok, I see: You email is not encrypted, also it's not signed. This is strange. Are you really sending with sendmailadvanced? Maybe the default recipient must really be forced ...
I assume, you're really sending with sendmailadvanced, because it *does* have a hashcash stamp.
Offline
Yeah, I am sending with sendmailadvanced. I'll try with buildmaster@archlinux32.org in /etc/sendmailadvanced.conf.
Offline
another thought: maybe you need to trust the buildmaster's key some level - you can try encrypting to that key manually with gpg and see if gpg does that or refuses tue to whatever.
Offline
I have the buildmaster key set to ultimate through gpg --edit. how do I manually encrypt to that key?
Offline
`gpg -e -r buildmaster@archlinux32.org -o encrypted raw`
but I see, that it's already working for you
Offline
Yeah, I am sending with sendmailadvanced. I'll try with buildmaster@archlinux32.org in /etc/sendmailadvanced.conf.
This worked! Thanks!
Offline
I played around a little on my arch32 boxes (which did not yet report installed packages) and it appears, trusting the key "ultimately" is sufficient (e.g. no default recipient needs to be set). Also, I added some lines to report-installed-packages, so the most recent key will be fetched before using it for encryption. This should avoid any outdated keys (as long as archlinux32.org has the most recent one, of course).
If the trust is set to anything less than "ultimately" (e.g. even "full" does not work), gpg will give a prompt, if one really wants to encrypt to that key. This prompt is "short-circuited" when run inside sendmailadvanced, thus no encryption takes place then.
oh, it appears, there is a bug in sendmailadvanced: the default in gpg_recipients must be something to which actually can be encrypted (even though, it will not be used for encryption, if there is another recipient with a usable key).
Offline