?? vcdir.readme
字號:
vcdir converts a .dir_control file into a mysql dir_control table. Compile line example for gnu/linux:Compile:gcc -I.. -I/usr/include/mysql -g -O2 -Wall -c vcdir.cLink:gcc -g -O2 -Wall -o vcdir vcdir.o ../libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lnsl -lcrypt -lmExample on how to use it:./vcdir domainname.comIn the above example vcdir converted a domain named "domainname.com"To check if it worked, use the mysql command line interface.mysql -uroot -p<enter your root password>use vpopmail;select * from dir_control where domain = "domainname.com";It should show data. The second column is the current numberof users on your system.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -