we welcome you to an all-new version of Froxlor: 0.9.15. One of the major changes is that we dropped support for Debian etch (please note: the 0.9.15 packages are incompatible with etch, but you should upgrade your distribution anyway!) and that we now have a complete native support for the NGINX webserver (developed by a community-member: Philderbeast, thank you very much).
Please note, that the Dovecot and Courier - configurations have changed due to a bug with allow-imap and allow-pop3, please compare your installed configurations to the configurations in the panel.
UPDATE: The configuration templates for Dovecot ('dovecot-sql.conf') are not working properly in 0.9.15. Due to a wrong SQL-query it is not possible to send mails.
Either use the quick-fix below if you already installed 0.9.15 or if you are a new user, use 0.9.15.1
Quickfix dovecot-sql.conf
- open the file /etc/dovecot/dovecot-sql.conf (or similar)
- find the line that starts with 'password_query = '
now replace (at the end of the line):
AND ((imap = 1 AND '%Ls' = 'imap') OR (pop3 = 1 AND '%Ls' = 'pop3'))with
AND ((imap = 1 AND '%Ls' = 'imap') OR (pop3 = 1 AND '%Ls' = 'pop3') OR '%Ls' = 'smtp')
The following changes and features also found their way into 0.9.15:
Legend:
Quote
+ = new
~ = changed
x = removed
~ = changed
x = removed
Quote
- + Webserver: Froxlor now supports the NGINX webserver (bug #103)
+ Unlocking of locked accounts via the panel (bug #473)
+ Added --force parameter for the master-cronjob
+ Tickets: pre-set the next available number for logical order when adding a new category (bug #464)
~ AWstats: fix undefined variable in webserver-cronjob (bug #454)
~ Configuration: determine own path for cronjob-configuration-template (bug #455)
~ Fixed issue if 'store default-index' is 'no' (bug #459)
~ Ebuild: fixed typo when setting permissions (bug #463)
~ Fixed possible wrong vhost-order for standard-subdomains (bug #465)
~ Corrected mailserver configs so they check for imap-allowed and pop3-allowed (bug #475)
~ Autoresponder: fixed sender if the receiver of the original mail is not the owner of the autoresponder (bug #476)
x Configuration-templates and support for Debian Etch
Download Froxlor 0.9.15.1
Visit www.froxlor.org or join our irc-channel #froxlor on irc.freenode.org
Debian packages are in process of being built and will be available later today as usual.
Thank you,
your Froxlor Team














