So, today I started to update some maschines (1.0.2rc), actually got two updated.
Well, these points did some headache:
- dovecot and postfix config is overwritten. Not very nice if you tweaked it a bit.
- policyd blocks gmx and 1&1 by default. (not an 1.03 issue, but worth to mention, this is a big one, at least in germany)
- 100MB quota for mailboxes. Where can I change that?
- I have a shop running and need some php.ini changes. php.ini gets overwritten by update. Bad. The "new feature" to enable e.g. allow_url_fopen in the backend did cost me some hair. Seem the system doesnt care if you edit the corresponding php.ini.
It still says allow_url_fopen=0, although it is enabled and and apache reloaded.
Where is the php.ini by default and why is it not read by the system by default?
I kept getting "Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0" until I found the panel option.
Maybe someone get similar issues.