You are not logged in.
Pages: 1
When I run "sa-update" I get the following error messages, although the ownership should be clear!?
gpg: WARNUNG: Unsicheres Besitzverhältnis des Home-Verzeichnis `/etc/mail/spamassassin/sa-update-keys'
gpg: failed to create temporary file '/etc/mail/spamassassin/sa-update-keys/.#lk0x0000589f19ba00f0.I-NET.15882': Keine Berechtigung
gpg: Schlüsselblockhilfsmittel`/etc/mail/spamassassin/sa-update-keys/pubring.kbx': Keine Berechtigung
gpg: kein schreibbarer Schlüsselbund gefunden: Nicht gefunden
gpg: Fehler beim Lesen von `/usr/share/spamassassin/sa-update-pubkey.txt': Allgemeiner Fehler
gpg: import from '/usr/share/spamassassin/sa-update-pubkey.txt' failed: Allgemeiner Fehler
gpg: process '/usr/bin/gpg --homedir='/etc/mail/spamassassin/sa-update-keys' --batch --no-tty --status-fd=1 -q --logger-fd=1 --import' finished: exit 2
mkdir /var/lib/spamassassin/4.000001: Permission denied at /usr/bin/vendor_perl/sa-update line 492.what do i have to do?
Offline
You need to run it as the spamd user assuming you followed the wiki: https://wiki.archlinux.org/title/SpamAs … ting_rules
E.g.
sudo -u spamd sa-updateOffline
That worked, thank you
You have to know ;-)
Offline
Pages: 1