hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

import key script for Zeyple does not work #367

Closed Aphris-Karu closed 5 years ago

Aphris-Karu commented 5 years ago

Classification

Please delete options that are not relevant.

Reproducibility

Please delete options that are not relevant.

Description

running the encryption.sh script returns

gpg: "user@my.tld" not a key ID: skipping

Steps to reproduce

  1. Turn on Zeyple
  2. log into container
  3. run "encryption.sh import-all-keys"

Expected results

I would expect it to import all the keys for all the email boxes

Actual results

fails with gpg: "user@my.tld" not a key ID: skipping

Debugging information

looking at the script it appears to try to download the keys using the --recv-keys which needs a key ID but the script is providing the users email address. 
hardware commented 5 years ago

This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.