David

Results 11 comments of David

Name: dgcc1980 Business scenario: use it for personal projects and reddit bots. Show info on the front page: no :(. Link: no link for website Contact: https://reddit.com/u/dgc1980

automatic backup of the entire setup would be great, with an option to restore but also manual backup/restore for relocation/reinstall

I tested on a fresh install of CentOS 8 and had to the following to install it, I will see if I can debug the issue to be pushed into...

update, ok the docker engine just needs to be started after being installed via the install script, this should fix the issue with installing on CentOS 8

changes to the installation script as follows will allow installation via CentOS 8 without error ``` # Check docker version if [ ! -x "$(command -v docker)" ]; then if...

just an update to this, commenting out the `reject_unknown_helo_hostname` then `kill -HUP PID` worked. but it would still be great if there was a way we could disable it permanently.

Hi @willbrowningme could you also add the following headers to be transmitted when the email is relayed for spam reporting. ``` #Mailgun X-Mailgun-Sending-Ip: XX.xx.xx.xx X-Mailgun-Sid: hash #Hubspot X-HS-Cid: hash X-Report-Abuse-To:...

I just completed a small little hack for the Docker edition of AnonAddy to attach a `raw_headers.txt` to all emails. create a file called `insert-headers.sh` and insert the following ```...

having a lot of issue with the bash version of the hack, rewriting it as a php script to do the patch, will update soon

this is like V6 of the hack that has been changed to a PHP script to make it a bit easier and a lot easier reading. create a file called...