Set csf to no
da build set csf no
| # /usr/local/directadmin/custombuild/custom/dovecot/2.4/conf/mail_max_userip_connections.conf | |
| mail_max_userip_connections = 100 | |
| remote 127.0.0.1 { | |
| mail_max_userip_connections = 150 | |
| } |
| # Admin contact | |
| imunify360-agent config update '{"ADMIN_CONTACTS": {"emails": ["[email protected]"]}}' | |
| # General config with CSF not installed (CSF integration false) | |
| imunify360-agent config update '{"AUTO_WHITELIST": {"timeout": 1440}}' | |
| imunify360-agent config update '{"CONTROL_PANEL": {"compromised_user_admin_notification": true, "generic_user_notifications": true}}' | |
| imunify360-agent config update '{"CSF_INTEGRATION": {"catch_lfd_events": false}}' | |
| # Malware scanning | |
| imunify360-agent config update '{"MALWARE_SCANNING": {"detect_admin_tools": true, "notify_on_detect": true}}' |
| #!/bin/bash | |
| for file in /etc/virtual/limit_*; do | |
| usern=$(echo "$file"|cut -d '_' -f2) | |
| # Skip limit_unknown | |
| if [ "$usern" = "unknown" ]; then | |
| continue | |
| fi | |
| ddev mutagen reset && ddev config global --performance-mode=none && ddev config --performance-mode=none |
| # Delta Fiber | |
| 62.45.70.100 | |
| 62.45.71.100 |
Reset Edgerouter X to factory defaults and connect to LAN network with IPv4 address range 192.168.1.1/24 configured. When the EdgeRouter X is reset to factory defaults, it is in a minimal, unconfigured state:
SSH into Edgerouter X (use port 2222 for SSH) and update config, replace 192.168.1.254 with main router IP
| # Replace EMAIL | |
| doveadm force-resync -u EMAIL -f "*" | |
| systemctl restart dovecot |
Install the required tools:
dnf install cloud-utils-growpart
Use growpart to extend the partition to the end of the disk:
growpart /dev/vda 4