mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
3.45 release
This commit is contained in:
@ -339,3 +339,6 @@ Added the Excluded Directories page for entering directories not to include in b
|
||||
Updated the modify-domain.pl script to allow excluded directories to be managed with the --add-exclude and --remove-exclude parameters. Also updated list-domains.pl to show exclusions.
|
||||
When enabling or disabling proxying for a domain, existing Apache directives are no longer re-generated from the template.
|
||||
Added an option to the form for backing up a single virtual server to download the resulting file in the browser, rather than saving it to a file or sending to an SSH or FTP server.
|
||||
The button to stop or restart ProFTPd is always displayed in the right frame, even if private IP-based FTP is not enabled.
|
||||
---- Changes since 3.45 ----
|
||||
Added a setting to control if virtual server owners can see mailboxes, on the Module Config page under Server administrator permissions.
|
||||
|
@ -41,6 +41,7 @@ edit_afiles=Can edit alias include and reply files?,1,1-Yes,0-No
|
||||
edit_homes=Can select home directories for users?,1,1-Yes,0-No
|
||||
edit_ftp=Can create FTP users?,1,1-Yes,0-No
|
||||
edit_quota=Can set mailbox quotas?,1,1-Yes,0-No
|
||||
show_pass=Can see mailbox and virtual server passwords?,1,1-Yes,0-No
|
||||
alias_types=Allowed alias types,13,1-Address,2-Addresses in file,3-File,4-Program,5-Autoreply,6-Filter,7-Other user mailbox,8-Same mailbox in domain,9-Bounce,10-User's mailbox,11-Delete,12-Autoresponder file
|
||||
post_check=Update all Webmin users after configuration changes?,1,1-Yes,0-No
|
||||
leave_acl=Always re-update Webmin module ACLs?,1,0-Yes,1-No
|
||||
|
@ -3,7 +3,7 @@ desc=Virtualmin Virtual Servers (GPL)
|
||||
category=servers
|
||||
depends=net useradmin quota acl cron mailboxes 1.337
|
||||
os_support=*-linux macos freebsd openbsd solaris
|
||||
version=3.442.gpl
|
||||
version=3.45.gpl
|
||||
desc_de=Virtualmin Virtuelle Server
|
||||
desc_fr=Serveurs Virtuels Virtualmin
|
||||
virtualmin=gpl
|
||||
|
Reference in New Issue
Block a user