Monday, August 18, 2025

Replace old IP with New one in Direct Admin


./ipswap.sh Old_IP  New_IP


for example:

 ./ipswap.sh 35.224.2.88 104.197.113.37

No comments:

Post a Comment

Linux command to find user who failed to login from pop/imap

 journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...