Vqadmin: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(init)
 
K (typo)
 
Zeile 1: Zeile 1:
vqadmin is a web based control panel that allows system administrators to perform actions which require root access — for example, adding and deleting domains. The cgi is authenticated using Apache style htpasswd files. A user based ACL provides control over what actions can be performed, such as adding/deleting a domain or accessing user email account information to allow modification of user passwords and quotas. Account service restrictions include enabling or disabling of pop access, authentication based smtp relay control, courier-imap access and sqwebmail access. <br>
vqadmin is a web based control panel that allows system administrators to perform actions which require root access — for example, adding and deleting domains. The cgi is authenticated using Apache style htpasswd files. A user based ACL provides control over what actions can be performed, such as adding/deleting a domain or accessing user email account information to allow modification of user passwords and quotas. Account service restrictions include enabling or disabling of pop access, authentication based smtp relay control, courier-imap access and sqwebmail access. <br>  


<br>
<br>  


http://www.inter7.com/index.php?page=vqadmin<br>
http://www.inter7.com/index.php?page=vqadmin<br>  
<pre>
<pre>./configure --enable-cgibindir=/usr/lib/cgi-bin/vqadmin
 
make  
./configure --enable-cgibindir=/usr/lib/cgi-bin/vqadmin
</pre>  
 
<br> [[Category:Linux]] [[Category:Mail]] [[Category:Vpopmail]] [[Category:WWW]]
make
</pre>
 
[[Kategorie:Linux]]
[[Kategorie:Mail]]
[[Kategorie:Vpopmail]]
[[Kategorie:WWW]]

Aktuelle Version vom 18. Februar 2011, 20:01 Uhr

vqadmin is a web based control panel that allows system administrators to perform actions which require root access — for example, adding and deleting domains. The cgi is authenticated using Apache style htpasswd files. A user based ACL provides control over what actions can be performed, such as adding/deleting a domain or accessing user email account information to allow modification of user passwords and quotas. Account service restrictions include enabling or disabling of pop access, authentication based smtp relay control, courier-imap access and sqwebmail access.


http://www.inter7.com/index.php?page=vqadmin

./configure --enable-cgibindir=/usr/lib/cgi-bin/vqadmin
make