Postfix says, "Message size exceeds fixed limit"
edit the config file change size*10:
sudo postconf -e "message_size_limit = 102400000"
( or /etc/postfix$ sudo vi main.cf )
reload config file:
sudo postfix reload
check again the message size limit:
postconf message_size_limit
edit the config file change size*10:
sudo postconf -e "message_size_limit = 102400000"
( or /etc/postfix$ sudo vi main.cf )
reload config file:
sudo postfix reload
check again the message size limit:
postconf message_size_limit
Comments
Post a Comment
https://gengwg.blogspot.com/