Am 19. März 2016 20:22:13 MEZ, schrieb Daniel Wasilewski <dan...@loadplans.eu>:
>Hi,
>
>At the beginning it's my first email on mailing list, so if I does
>wrong 
>please forgive me.
>
>Is somebody can explain why postfix still using default values ?
>
>root@vps1:~# postconf -e mailbox_size_limit=0
>root@vps1:~# postconf -e message_size_limit=0
>root@vps1:~# /etc/init.d/postfix restart
>[ ok ] Stopping Postfix Mail Transport Agent: postfix.
>[ ok ] Starting Postfix Mail Transport Agent: postfix.
>root@vps1:~# 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
See man postconf.
postconf -d shows postfix default values instead of the actual configured 
values.

>root@vps1:~# postconf -n | grep size_limit
>mailbox_size_limit = 0
>message_size_limit = 0
That are your configured values and should be in use by postfix.
You can check when you connect to port 25, message size is advertised after helo

>root@vps1:~#
>
>Best regards
>Daniel
-- 
Christian

Reply via email to