شيخة رواية
04-25-2020, 06:34 AM
أحيانا ولعدة أسباب قد يتم حظر موقع لديك على السيرفر من الإرسال بشكل دائم أو مؤقت لعدة أسباب منها تخطى حدود معينة بالسيرفر مثلا لكثرة الرسائل التى لا تصل deferred messages أو لتعدى الحد المسموح به فى الارسال فى اليوم
وهذا نص الرسالة اللي يصل على البريد من Mail Delivery System
كود:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
*****@gmail.com
Domain forums.support-ar.net
has an outgoing mail suspension. Message discarded.
الحل
يجب التأكد أولا إن كان الموقع متوقف أو لا Suspended
ثانيا ابحث فى ملف /etc/outgoing_mail_suspended_users إذا وجدت اليوزر حق الموقع موجود احذفه واحفظ الملف.
للتعديل على الملف من الشيل استخدم الأمر التالي
كود:
nano /etc/outgoing_mail_suspended_users
بعد الانتهاء من التعديل اضغط Ctrl+x
ثم اعد تشغيل الاكزيم
كود:
service exim restart
بالتوفيق
I was getting below error message while sending emails
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ####@gmail.com
Domain ****.com has outgoing email disabled.
Reporting-MTA: dns; hostname.com
Action: failed
Final-Recipient: ####@gmail.com
Status: 5.0.0
Solution:
Check if the domain is suspended or not
Check if user of the domain is suspended in the file: /etc/outgoing_mail_suspended_users
If you will find the entry then please remove it
Restart exim
كود:
service exim restart
وهذا نص الرسالة اللي يصل على البريد من Mail Delivery System
كود:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
*****@gmail.com
Domain forums.support-ar.net
has an outgoing mail suspension. Message discarded.
الحل
يجب التأكد أولا إن كان الموقع متوقف أو لا Suspended
ثانيا ابحث فى ملف /etc/outgoing_mail_suspended_users إذا وجدت اليوزر حق الموقع موجود احذفه واحفظ الملف.
للتعديل على الملف من الشيل استخدم الأمر التالي
كود:
nano /etc/outgoing_mail_suspended_users
بعد الانتهاء من التعديل اضغط Ctrl+x
ثم اعد تشغيل الاكزيم
كود:
service exim restart
بالتوفيق
I was getting below error message while sending emails
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ####@gmail.com
Domain ****.com has outgoing email disabled.
Reporting-MTA: dns; hostname.com
Action: failed
Final-Recipient: ####@gmail.com
Status: 5.0.0
Solution:
Check if the domain is suspended or not
Check if user of the domain is suspended in the file: /etc/outgoing_mail_suspended_users
If you will find the entry then please remove it
Restart exim
كود:
service exim restart