Roadmap for version 3.0.3 Expand all | Collapse all
90% of 49 tasks completed. 5 open tasks:
- FS#1259 - Send copy to: EMAIL Expand Collapse
-
The field in the database is filled out but no email is sent to the cc address on the Send copy to:
Ubuntu 10.04, SVN, Followed the Ubuntu 10.04 Perfect Server.
I will figure this out if no one else does before I get the chance. Just wanted to document the issue.
- FS#1267 - Remote Function selection is wrong Expand Collapse
-
In the remote_user.tform.php regarding the whitelist and blacklist. There is two times the normal white/blacklist in it. One should be replaced with the spamuser white/black list.
- FS#1280 - Dashboard and remote Expand Collapse
-
Add the Dashboard to default add_user.
Maybe as startmodule too:
$modules = 'mail,sites,dns,tools';
to
$modules = 'dashboard,mail,sites,dns,tools';
- FS#1290 - errormessages in expert install mode when dovecot is used Expand Collapse
-
sh: /etc/init.d/courier-authdaemon: No such file or directory
sh: /etc/init.d/courier-imap: No such file or directory
sh: /etc/init.d/courier-imap-ssl: No such file or directory
sh: /etc/init.d/courier-pop: No such file or directory
sh: /etc/init.d/courier-pop-ssl: No such file or directory
Restarting IMAP/POP3 mail server: dovecot.
- FS#1298 - mailfilter saving file in DOS format causing script to error Expand Collapse
-
http://www.howtoforge.com/forums/showthread.php?t=48090
Roadmap for version 3.0.4 Expand all | Collapse all
0% of 9 tasks completed. 9 open tasks:
- FS#620 - Proftpd support Expand Collapse
-
I'm using ispconfig 3 with proftpd (instead of pure-ftp).
To support it i make the following small hack:
1 - in table ftp_user added two int column nguid and nuid to store numeric uid/gid corresponding to existing uid/gid (user and group names). I set this fields manually when create a new ftp account (but could be done by a script)
2 - in /etc/proftpd.conf make the very simple config:
<IfModule mod_sql.c>
SQLAuthTypes Crypt
SQLAuthenticate users*
SQLConnectInfo db-ispconfig@127.0.0.1 ispconfig <password>
SQLUserInfo ftp_user username password nuid ngid dir '/bin/false'
SQLUserWhereClause "active = 'y' AND server_id = '1'"
#SQLLog PASS login
#SQLLogFile /var/log/proftpd/mod_sql.log
</IfModule>
You could also track connections count, ul/dl traffic, limit ul/dl rate, etc.
IMHO is a very good idea to store nuid/ngid in table web_domain (corresponding to system_user/system_group) when a new web/user is created: is a very usefull info!
This nuid/ngid can then be copied in table ftp_user when a new ftp account is created/edited.
- FS#785 - Mailman integration Expand Collapse
-
Mailman integration.
- FS#835 - system-state not updated when there is no data Expand Collapse
-
if the server.sh is not running at a server then there is no monitoring-data for this server (this occurs, if the log-file is present (by a killed or hanged server.sh) and so the server.sh is not running).
this is not "found" by the monitor. means, the monitor tells "system ok" but it is NOT.
the monitor has to check if there is any "NEW" data and if not, the system is not o.k.
- FS#899 - Folder protection Expand Collapse
-
Hi developers
PLS integeat a possibility for creating password protected folders.
The script should creat a .htaccess and .htpasswd file.
Many users do not want create this per hand. Its a important feautre.
Thanks
admins
See: http://www.howtoforge.com/forums/showthread.php?t=38313
- FS#952 - Module for virtual machine management Expand Collapse
-
Add a module that allows the creation and management of virtual machines.
Possible Technologies:
- OpenVZ
- KVM
- Virtualbox (commandline tools)
- Xen
- FS#1035 - Add short info texts for functions Expand Collapse
-
hi there,
it would be nice if there were short info texts what a specific funtions does.
e.g. when you click on "fetchmail" there should be a short introduction what this function will do or/and how it works.
some functions are pretty clear, but i think many users dont know all functions. in that case a short info/introduction would be very nice and helpful.
- FS#1102 - Convert internationalized domains to punycode automatically Expand Collapse
-
E.g. with this library or the php-idns functions from pecl
http://www.phpclasses.org/browse/package/1509.html
- FS#1214 - default-value for user - default template Expand Collapse
-
if we add a new user, his default-template is always "default". We use our own template, so it would be nice, if there is a config for the default-template of a new user
- FS#1215 - show username in client-list Expand Collapse
-
it would be nice, if we can see the username in the client-list (because we now the user-name but not always the exact company name to search)
Roadmap for version 3.0.5 Expand all | Collapse all
0% of 1 tasks completed. 1 open tasks:
- FS#350 - Mailuser interface Expand Collapse
-
A interface where mailuser can perform basic task for there mail account:
- checking used space / remaining space
- changing password
- creating/removing alias addresses
- creating/removing forwarding rules
- set spam and antivirus settings (basic predefined settings)
Roadmap for version 3.0.6 Expand all | Collapse all
0% of 1 tasks completed. 1 open tasks:
- FS#900 - WebFTP Expand Collapse
-
Hi developers
Pls integreat a WebFTP in the ISPConfig3 Panel. Thats usefull for all of our
all customers.
Per Example Plesk an more have it in the controlpanel. All customers know and use it,
and so far they want it from a new panel too....
admins