su - zimbra
postconf | grep smtpd_recipient_limit komutu koşturduğumuzda gelen değeri göreceksiniz muhtelemen default değer "1000" görünecek
postconf -e 'smtpd_recipient_limit = 5000' şeklinde yazıp enter yaptığımızda yeni değer atanmış olur yeni değerin atandığından emin olmak isterseniz eğer.
postconf | grep smtpd_recipient_limit komutu ile öğrenebilirsiniz.
postfix reload komutu koşturarak verilen değeri aktif etmiş oluruz.
not :
postconf -e smtpd_client_recipient_rate_limit = 1000
postconf -e smtpd_recipient_limit = 1000
postconf -e smtpd_recipient_overshoot_limit=1000