User contributions for Ebroch
Jump to navigation
Jump to search
30 March 2024
- 11:0611:06, 30 March 2024 diff hist +42 Disabling Spam checking for a particular address or domain No edit summary current
- 11:0611:06, 30 March 2024 diff hist +41 Account verification using badmailto No edit summary current
- 11:0411:04, 30 March 2024 diff hist +4 Adding greylisting to QMT No edit summary
- 11:0411:04, 30 March 2024 diff hist −1 Adding greylisting to QMT No edit summary
- 11:0311:03, 30 March 2024 diff hist +42 Adding greylisting to QMT No edit summary
- 11:0211:02, 30 March 2024 diff hist +2 Adding greylisting to QMT No edit summary
- 11:0111:01, 30 March 2024 diff hist +5 Qmail-greyd No edit summary current
- 11:0111:01, 30 March 2024 diff hist +31 Qmail-greyd No edit summary
- 11:0011:00, 30 March 2024 diff hist +13 Qmail-greyd No edit summary
- 10:5910:59, 30 March 2024 diff hist +4,251 N Qmail-greyd Created page with "#!/usr/bin/python # Before running this script make sure to have done : # mkdir /var/qmail/grey # chown qmaild.nofiles /var/qmail/grey # test with env TCPREMOTEIP="127.0.0.1" GREY="" ./greyd /bin/bash -c env | grep RB # and do not forget to delete the folder and file created before going in production # Design similar to http://www.jonatkins.com/page/software/qgreylist import os import sys import time minute = 60 hour = 60*60 day = 60*60*24 # Configuration start con..."
- 10:5910:59, 30 March 2024 diff hist +28 Adding greylisting to QMT No edit summary
- 10:5610:56, 30 March 2024 diff hist 0 Adding greylisting to QMT No edit summary
- 10:5510:55, 30 March 2024 diff hist +7 Adding greylisting to QMT No edit summary
- 10:5510:55, 30 March 2024 diff hist +84 Adding greylisting to QMT No edit summary
- 10:5310:53, 30 March 2024 diff hist −82 Adding greylisting to QMT No edit summary
- 10:5210:52, 30 March 2024 diff hist −4 Adding greylisting to QMT No edit summary
- 10:5210:52, 30 March 2024 diff hist +32 Adding greylisting to QMT No edit summary
- 10:5110:51, 30 March 2024 diff hist −4 Adding greylisting to QMT No edit summary
- 10:5110:51, 30 March 2024 diff hist −4 Adding greylisting to QMT No edit summary
- 10:5010:50, 30 March 2024 diff hist +31 Adding greylisting to QMT No edit summary
- 10:4910:49, 30 March 2024 diff hist +3 Adding greylisting to QMT No edit summary
- 10:4910:49, 30 March 2024 diff hist −2 Adding greylisting to QMT No edit summary
- 10:4910:49, 30 March 2024 diff hist +46 Adding greylisting to QMT No edit summary
- 10:4710:47, 30 March 2024 diff hist +4 Adding greylisting to QMT No edit summary
- 10:4710:47, 30 March 2024 diff hist −30 Adding greylisting to QMT No edit summary
- 10:4610:46, 30 March 2024 diff hist −62 Adding greylisting to QMT No edit summary
- 10:4510:45, 30 March 2024 diff hist +1 Adding greylisting to QMT No edit summary
- 10:4210:42, 30 March 2024 diff hist −131 Adding greylisting to QMT No edit summary
- 10:3310:33, 30 March 2024 diff hist −32 Adding greylisting to QMT No edit summary
- 10:3110:31, 30 March 2024 diff hist +20 Spamdyke No edit summary
- 01:5601:56, 30 March 2024 diff hist +410 N AWS Created page with " 1. AWS cloud backup Install AWS pkgs on mail server (once) a. # yum install awscli awstats Configure keys from your AWS account on mail server (once) b. # aws configure From mail server create AWS bucket for backup (once) c. # aws s3 mb s3://my-bucket --region us-west-1 Synchronize mail store to AWS d. # aws s3 sync /home/vpopmail/domains/mydomain.com s3://my-bucket/mydomain.com"
- 01:5401:54, 30 March 2024 diff hist +1,208 N Collaboration (RTC) Created page with " 1. Openfire Collaboration a. # yum -y install java-1.7.0-openjdk libstdc++ b. # wget -O openfire-*.rpm http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-*.rpm c. # yum -y localinstall openfire-*.rpm d. Open firewall #!/bin/sh for port in 5222 5223 7070 7443 5269 5275 5276 5262 5263 9090 9091 7777 5229 do echo -n "Opening port: $port : " tput setaf 2 firewall-cmd --zone=public --add-port=$port/tcp --permanen..."
- 01:4901:49, 30 March 2024 diff hist +10 Remote Access No edit summary
- 01:4901:49, 30 March 2024 diff hist 0 Remote Access No edit summary
- 01:4801:48, 30 March 2024 diff hist +1,357 N Remote Access Created page with " 1. Remote Desktop Server a. Install Xfce Desktop (above) b. # yum install xrdp && systemctl enable xrdp && systemctl start xrdp && echo "xfce4-session" > ~/.Xclients && chmod a+x ~/.Xclients c. # firewall-cmd --zone=public --add-port=3389/tcp --permanent && firewall-cmd --reload d. Access email server with Windows/Linux Remote Desktop Client, and accept default configuratioin 2. VNC Server a. Install Desktop (above) b. # yum install tigervnc-server t..."
- 01:4401:44, 30 March 2024 diff hist +257 N Desktop Created page with " 1. Destkops a. Xfce # yum -y install epel-release gnome-classic-session control-center gnome-terminal nautilus-open-terminal liberation-mono-fonts # yum -y groupinstall "Xfce" "base-x" # systemctl set-default graphical.target # reboot"
- 01:4201:42, 30 March 2024 diff hist +122 User Tips & Tricks No edit summary
- 01:3501:35, 30 March 2024 diff hist −4 Software and Infrastructure No edit summary
- 01:3401:34, 30 March 2024 diff hist +3 Software and Infrastructure No edit summary
- 01:3401:34, 30 March 2024 diff hist +457 N Software and Infrastructure Created page with " Create RPM build environment CentOS 6/7/8 # yum -y groupinstall "Development Tools" # yum install epel-release rpmdevtools mock # useradd build # passwd build # visudo Under root ALL=(ALL) ALL Add build ALL=(ALL) ALL $ su - build $ rpmdev-setuptree Command: mkdir # mkdir options <dir> Examples: # mkdir myProject # mkdir -p myProject/{src,doc,tools,db} # mkdir -p myProject/{src,doc/{api,system},tools,db}"
- 01:3401:34, 30 March 2024 diff hist +41 User Tips & Tricks →Build Environment
- 01:3001:30, 30 March 2024 diff hist +25 User Tips & Tricks No edit summary
- 01:2401:24, 30 March 2024 diff hist +33 Troubleshooting →Notes
- 01:2101:21, 30 March 2024 diff hist +24 Troubleshooting →Notes
- 01:2001:20, 30 March 2024 diff hist +1,581 Troubleshooting →Notes
- 01:2001:20, 30 March 2024 diff hist +11 Troubleshooting No edit summary
29 March 2024
- 23:3923:39, 29 March 2024 diff hist −79 Main Page No edit summary
- 23:0223:02, 29 March 2024 diff hist −73 QmailToaster:About No edit summary current Tag: Manual revert
- 23:0223:02, 29 March 2024 diff hist +73 QmailToaster:About No edit summary Tag: Reverted
- 22:5522:55, 29 March 2024 diff hist +30 Alias Domains No edit summary