User contributions for Ebroch
Jump to navigation
Jump to search
30 March 2024
- 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
- 22:1622:16, 29 March 2024 diff hist +2,116 N Proxmox Backup & Restore Created page with "<pre> Backup VM (default, snapshot) # vmid=120 # vzdump $vmid INFO: starting new backup job: vzdump 120 INFO: Starting Backup of VM 120 (qemu) INFO: status = stopped INFO: update VM 120: -lock backup INFO: backup mode: stop INFO: ionice priority: 7 INFO: VM Name: qmt.devel.maria.rhel8 INFO: include disk 'scsi0' 'local-zfs:vm-120-disk-0' 10G INFO: creating archive '/var/lib/vz/dump/vzdump-qemu-120-2019_04_03-14_16_37.vma' INFO: starting kvm to execute..."
- 22:1622:16, 29 March 2024 diff hist +36 N Backup Created page with "== Proxmox Backup & Restore =="
- 22:1522:15, 29 March 2024 diff hist −8 ClamAV & SA to EPEL No edit summary
- 22:1322:13, 29 March 2024 diff hist +12 ClamAV & SA to EPEL No edit summary
- 22:1222:12, 29 March 2024 diff hist +476 N ClamAV & SA to EPEL Created page with " This script will remove the QT version of ClamAV and replace it with EPEL's version. This will mitigate wait times, hopefully, for newer versions of ClamAV and reduce workload for the QT lead. CentOS 7 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh CentOS 8 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos8.sh && chmod 755 ./clam-cos8.sh && ./clam-cos8.sh"
- 22:1222:12, 29 March 2024 diff hist +32 Migrate No edit summary
- 22:0622:06, 29 March 2024 diff hist +13 Many-Domain conversion No edit summary
- 22:0522:05, 29 March 2024 diff hist +131 EL7 to EL 8 or 9 No edit summary
- 22:0522:05, 29 March 2024 diff hist +4,515 N Many-Domain conversion Created page with "1. Stop services qmailctl stop && systemctl stop dovecot 2. Install and enable higher priority QMT MD repo, and Install QMT MD packages. CentOS 7/QMT only wget -O /etc/yum.repos.d/qmt-md.repo https://raw.githubusercontent.com/qmtoaster/mirrorlist/master/qmt-md-centos7.repo yum-config-manager --enable qmt-md-current wget -P /etc/yum.repos.d https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot.repo yum makecache yum clean all yum update dovecot qmail ezm..."
- 22:0422:04, 29 March 2024 diff hist +35 Migrate No edit summary
- 21:5821:58, 29 March 2024 diff hist +14 Many-Domain script No edit summary
- 21:5721:57, 29 March 2024 diff hist −4 EL7 to EL 8 or 9 No edit summary
- 21:5621:56, 29 March 2024 diff hist +231 EL7 to EL 8 or 9 No edit summary
- 21:5521:55, 29 March 2024 diff hist +2,733 N Many-Domain script Created page with " #!/bin/sh # This script converts the vpopmail db traditionally used by QMT with domain # tables (domain_tld) to the vpopmail table containing many domains (md). # In addition to this vpopmail db conversion appropriate replacement packages # must be installed to interact with the converted vpopmail db, specifically, # CentOS 7/8 pkgs designated with 'md'. The conversion was necessary not only # for Dovecot's dsync utility to utilize commands like `doveadm user '*'`..."
- 21:5421:54, 29 March 2024 diff hist +31 Migrate No edit summary
- 21:3321:33, 29 March 2024 diff hist −150 Vconvert Backend No edit summary
- 21:2921:29, 29 March 2024 diff hist +9 Migrate →Backend
- 21:2921:29, 29 March 2024 diff hist +30 N Migrate Backend Ebroch moved page Migrate Backend to Vconvert Backend current Tag: New redirect
- 21:2921:29, 29 March 2024 diff hist 0 m Vconvert Backend Ebroch moved page Migrate Backend to Vconvert Backend
- 21:2821:28, 29 March 2024 diff hist +29 N Backend Ebroch moved page Backend to Migrate Backend current Tag: New redirect
- 21:2821:28, 29 March 2024 diff hist 0 m Vconvert Backend Ebroch moved page Backend to Migrate Backend