View previous topic :: View next topic |
Author |
Message |
pgu Guru

Joined: 30 Jul 2009 Posts: 599 Location: Oslo, Norway
|
Posted: Wed May 07, 2014 7:11 pm Post subject: [SOLVED] postfix message size? |
|
|
I'm trying to change the message size in my postfix setup:
Code: | # grep message_size_limit /etc/postfix/main.cf
message_size_limit = 20480000
# /etc/init.d/postfix restart
* Stopping postfix ... [ ok ]
* Starting postfix ... [ ok ]
# postconf -d|grep message_size_limit
message_size_limit = 10240000
|
It seems like postfix is using a different cf file. There is no /etc/conf.d/postfix. reload does not seem to do anything either;
Code: | # /etc/init.d/postfix reload
* Reloading postfix ... [ ok ]
# postconf -d|grep message_size_limit
message_size_limit = 10240000
|
the /var/log/messages file will say:
Code: | postfix/master[16216]: reload -- version 2.9.5, configuration /etc/postfix |
How can I get postfix to read my config file?
Last edited by pgu on Fri May 09, 2014 8:28 pm; edited 1 time in total |
|
Back to top |
|
 |
pgu Guru

Joined: 30 Jul 2009 Posts: 599 Location: Oslo, Norway
|
Posted: Wed May 07, 2014 7:21 pm Post subject: |
|
|
or is postconf broken? |
|
Back to top |
|
 |
freke l33t

Joined: 23 Jan 2003 Posts: 603 Location: Somewhere in Denmark
|
Posted: Thu May 08, 2014 11:20 am Post subject: |
|
|
shows the default values, whereas
shows your current/non-default values. |
|
Back to top |
|
 |
pgu Guru

Joined: 30 Jul 2009 Posts: 599 Location: Oslo, Norway
|
Posted: Fri May 09, 2014 8:27 pm Post subject: |
|
|
Thanks! For some reason I thought it was -d for dump (must have mixed it with a different program). |
|
Back to top |
|
 |
|