> Yes. "postconf -d | grep size_limit"
>
>    body_checks_size_limit = 51200
>    bounce_size_limit = 50000
>    header_size_limit = 102400
>    mailbox_size_limit = 51200000
>    message_size_limit = 10240000
>
> Of these the last two are the most pertinent.
>
> --
>        Viktor.
>



[r...@vps04 log]# postconf -d | grep size_limit
body_checks_size_limit = 51200
bounce_size_limit = 50000
header_size_limit = 102400
mailbox_size_limit = 51200000
message_size_limit = 10240000
[r...@vps04 log]#

On -n (which is the actual one being used isn't it?) I get

[r...@vps04 log]# postconf -n | grep size_limit
message_size_limit = 20480000
[r...@vps04 log]#

Reply via email to