Deleting emails from the postfix mailq by email address
To clean out some spam from the postfix mailq mailq | tail -n +2 | gawk ‘BEGIN { RS = "" } /email@domain.com/ { print […]
To clean out some spam from the postfix mailq mailq | tail -n +2 | gawk ‘BEGIN { RS = "" } /email@domain.com/ { print […]
This is becoming a Saga. One of my new server went offline 2 days ago. I logged in through a serial session and everything was […]
Wow that title was a mouthful. I need a tertiary DNS server that is remote from any of my current networks. Doing this using a […]
To extract all the email information you need to recreate all mail accounts. SELECT mail.mail_name,domains.name,accounts.password, mail.postbox, mail.redirect, mail.redir_addr, mail.mail_group,mail.autoresponder, mail.mbox_quota FROM domains,mail,accounts WHERE domains.id=mail.dom_id AND […]
If you need to view all the mailboxes and their passwords in plesk use this command via SSH. /usr/local/psa/admin/bin/mail_auth_view
If you are getting double bounces clogging up your mail queue Create the following file /var/qmail/control/doublebounceto And put a single # You can replace the […]
If/When you get a DNS problem or other network issue that causes the queue to fail it will fill up at a fair speed. Use […]
DRWeb has been causing lots of problems on 3 servers. Here is how to remove it completely [sourcecode]rpm -qa | grep "drweb" | xargs rpm […]
If you want additional css files in your custom wordpress theme you can use the following. Create a directory called css in your /wp-content/themes/themename/ directory […]
I used to use a hosts file supplied by a website that has now ceased operations. http://www.everythingisnt.com/hosts.html however I found this new one from a […]
Copyright © 2024 | WordPress Theme by MH Themes