Signum / ispmail-bullseye-ansible

Ansible playbooks to set up a mail server according to the ISPmail guide at workaround.org / https://workaround.org/ispmail/bullseye/
25 stars 14 forks source link

Error for rspamd #7

Closed mikysal78 closed 5 months ago

mikysal78 commented 1 year ago

Hi, i have error on my vm

TASK [ispmail-rspamd : Hash the rspamd web interface password] ********************************************************************************************************************************************************************
fatal: [mail.xxx.org]: FAILED! => {"changed": true, "cmd": "rspamadm pw -p 12345;nnxx", "delta": "0:00:00.159062", "end": "2023-04-23 22:38:00.881939", "msg": "non-zero return code", "rc": 127, "start": "2023-04-23 22:38:00.722877", "stderr": "/bin/sh: 1: nnxx: not found", "stderr_lines": ["/bin/sh: 1: nnxx: not found"], "stdout": "CPU doesn't have SSSE3 instructions set required for hyperscan, disable it\n$2$xynrehbeemno8iimmg7fb9dhhgm4de1d$iq81y7cjx8zq3ibof698gwkj6rkgx67uju7j3gq684a8qurscjdy", "stdout_lines": ["CPU doesn't have SSSE3 instructions set required for hyperscan, disable it", "$2$xynrehbeemno8iimmg7fb9dhhgm4de1d$iq81y7cjx8zq3ibof698gwkj6rkgx67uju7j3gq684a8qurscjdy"]}

howto solve? Thanks

Signum commented 5 months ago

Sorry for the late response. SSSE3 is an CPU extension for cryptography that is also used by rspamd to generate secure passwords. You may want to enable that feature in your hypervisor.