Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
[Postfix] Kuyruktaki mesajlari tutmak, bekletmek (postfix hold) – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

[Postfix] Kuyruktaki mesajlari tutmak, bekletmek (postfix hold)

Postfix’te cok fazla ayni kisiden gonderilen mail varsa ve bu sorun yasatiyorsa o kisinin gonderdigi mailleri kuyrukta tutabilirsiniz. (Bekletebilirsiniz) Daha sonra beklettiginiz mailleri tekrar kuyruga isleyebilirsiniz.

# murat@salla.com ‘nin kuyruk id ‘lerini alip postsuper -h ile hold etmis oluyoruz.

postqueue -p | awk ‘BEGIN { RS = “” } { if ($7 == “murat@salla.com” ) print $1 }’ | tr -d ‘!*’ | postsuper -h

# murat@murat.ws ‘nin kuyruk id ‘lerini alip postsuper -r ile tekrar kuyruga sokuyoruz.

postqueue -p | awk ‘BEGIN { RS = “” } { if ($7 == “murat@salla.com” ) print $1 }’ | tr -d ‘!*’ | postsuper -r

# silmek icinse;

postqueue -p | awk ‘BEGIN { RS = “” } { if ($7 == “murat@salla.com” ) print $1 }’ | tr -d ‘!*’ | postsuper -d

kullanilabilir.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58