يصف هذا وثيقة كيف أن يتوازن في round robin style outbound على cisco بريد إلكتروني أمن تطبيق (ESA).
في AsyncOS، يمكنك تكوين تسليم روبن دائري باستخدام الأمر smtproutes. كل اتصال جديد
سيتم الانتقال بين الخوادم التي تم تكوينها. لاحظ أن هذا سيوازن الاتصالات الجديدة فقط
تم تعيينه إلى الخادم الهدف وليس عدد رسائل البريد الإلكتروني التي تم إرسالها إلى كل أنبوب.
mail.example.com> smtproutes
There are no routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- IMPORT - Import new routes from a file.
[]> new
Enter the hostname for which you want to set up a permanent route.
Partial hostnames such as ".example.com" are allowed.
Use "ALL" for the default route.
[]> ironport.com
Enter the destination hosts, separated by commas, which you want mail for
ironport.com to be delivered.
Enter /dev/null by itself if you wish to discard the mail.
[]>192.168.0.1,192.168.0.2,192.168.0.3
Mapping for ironport.com to 192.168.0.1, 192.168.0.2, 192.168.0.3 created.
There are currently 1 routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- DELETE - Remove a route.
- PRINT - Display all routes.
- IMPORT - Import new routes from a file.
- EXPORT - Export all routes to a file.
- CLEAR - Remove all routes.
[]>
المراجعة | تاريخ النشر | التعليقات |
---|---|---|
1.0 |
12-Aug-2014 |
الإصدار الأولي |