Roger Gonzalez

Results 9 comments of Roger Gonzalez

I'm still finding the same bug almost two years 😞 I'm using the following workaround: ```bash bandit -r core/ -lll -s B413 ``` I just have to manually confirm that...

I don't know what to put there either 😞 please help!

I had this issue after an update on my mail server. It looks like emailwiz is not compatible with `postfix > 3.5.18-0+deb11u1` Try downgrading to version 3.5.18-0+deb11u1 using this: ```...

Did you ran a `sudo apt update` before? What version of Debian are you using?

> I did, im using Debian: `6.1.0-15-arm64 #1 SMP Debian 6.1.66-1 aarch64` Oh, you are using ARM, you should have started with that... Sorry, but I can help you there!...

> ``` > E: Version '3.5.18-0+deb11u1' for 'postfix' was not found > E: Version '3.5.18-0+deb11u1' for 'postfix-pcre' was not found > ``` > > I cant find the right Version,...

A quick internet search yielded the following solutions: ```bash apt-cache madison postfix # Gets the available postfix packages apt-cache madison postfix-pcre # Gets the available postfix-pcre packages ``` If you...

Same here! Upgraded from 17.0.2 to 18.0.0, using docker-compose for my configuration