As of this AM, I'm getting several bounces causing thousands upon thousands of deferred emails.
The receiver domain is showing as;
networksolution.com
The receiver address is;
noreply@networksolution.com
The sender address is;
mailer-daemon
For now I'm running a script as root every second (simple loop) of;
/opt/zimbra/common/sbin/postqueue -p |egrep -v '^ *\(|-Queue ID-' | awk 'BEGIN { RS = "" } { if ($7 == "noreply@networksolution.com") print $1} '| tr -d '*!'| /opt/zimbra/common/sbin/postsuper -d -
While this is keeping things at bay, by no means is it a real solution.
Would any one know how to fix this?
I'm at a 1000% loss.
The receiver domain is showing as;
networksolution.com
The receiver address is;
noreply@networksolution.com
The sender address is;
mailer-daemon
For now I'm running a script as root every second (simple loop) of;
/opt/zimbra/common/sbin/postqueue -p |egrep -v '^ *\(|-Queue ID-' | awk 'BEGIN { RS = "" } { if ($7 == "noreply@networksolution.com") print $1} '| tr -d '*!'| /opt/zimbra/common/sbin/postsuper -d -
While this is keeping things at bay, by no means is it a real solution.
Would any one know how to fix this?
I'm at a 1000% loss.
Statistics: Posted by aurfalien — Fri Apr 11, 2025 4:30 pm