Hi
check the output of
Code:
postconf -n | grep message_size_limit
if you don't get any output so the default values are in place check them with
Code:
postconf -d | grep message_size_limit
If you want to change the value use
Code:
postconf -e 'message_size_limit = 104857600'
for 104MB or any other size in bytes.
This will add the line above to your main.cf configuration file
EDIT: example of calculating right size settings
(1MB = 1*1024*1024 = 1048576 -> 100MB = 1*1024*1024*102.4 = 107374182.4 = 107374183)
Recent comments
19 hours 16 min ago
22 hours 12 min ago
23 hours 25 min ago
1 day 49 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 21 hours ago
1 day 21 hours ago
2 days 1 hour ago