实例介绍
extman-1.1.tar.gz 配合postfix安装邮局系统的好工具。
【实例截图】
【核心代码】
extman-1.1.tar
└── extman-1.1
├── addon
│ ├── cleanup.sql
│ ├── courbd.ttf
│ ├── mailgraph_ext
│ │ ├── AUTHORS
│ │ ├── CHANGES
│ │ ├── COPYING
│ │ ├── mailgraph_ext.pl
│ │ ├── mailgraph-init
│ │ ├── qmonitor.pl
│ │ ├── README
│ │ ├── README.ext
│ │ └── VERSION
│ ├── README
│ ├── upgrade_0.16_to_0.2beta3.sql
│ ├── upgrade_0.2.0_to_0.2.1.sql
│ ├── upgrade_0.2.1_to_0.2.2.sql
│ ├── upgrade_0.2.3_to_0.2.4.sql
│ └── upgrade_0.2beta3_to_0.2.0.sql
├── AUTHORS
├── cgi
│ ├── alias.cgi
│ ├── captcha.cgi
│ ├── changepwd.cgi
│ ├── domain.cgi
│ ├── forgetpwd.cgi
│ ├── groupmail.cgi
│ ├── index.cgi
│ ├── manager.cgi
│ ├── overview.cgi
│ ├── signup.cgi
│ ├── sysctrl.cgi
│ ├── sysinfo.cgi
│ ├── user.cgi
│ └── viewlog.cgi
├── ChangeLog
├── contrib
│ ├── backup.sh
│ ├── courier-authlib-ldap.patch
│ ├── makegbook.pl
│ ├── makeglobabook.pl
│ ├── passwd2ext.pl
│ ├── README
│ ├── reset_extman_mysql_passwd.pl
│ ├── sender.pl
│ └── updatecf.pl
├── daemon
│ ├── cmd_plugin
│ │ ├── freebsd-cmd
│ │ └── linux-cmd
│ └── cmdserver
├── docs
│ ├── backport
│ ├── extmail.schema
│ ├── extmail.sql
│ ├── init.ldif
│ ├── init.sql
│ ├── ldap_virtual_alias_maps.cf
│ ├── ldap_virtual_domains_maps.cf
│ ├── ldap_virtual_limit_maps.cf
│ ├── ldap_virtual_mailbox_maps.cf
│ ├── ldap_virtual_sender_maps.cf
│ ├── mysql_virtual_alias_maps.cf
│ ├── mysql_virtual_domains_maps.cf
│ ├── mysql_virtual_limit_maps.cf
│ ├── mysql_virtual_mailbox_maps.cf
│ ├── mysql_virtual_sender_maps.cf
│ └── README.postfix
├── html
│ ├── default
│ │ ├── ac.js
│ │ ├── autocomplete.css
│ │ ├── changepwd.html
│ │ ├── default.css
│ │ ├── edit_alias.html
│ │ ├── edit_domain.html
│ │ ├── edit_groupmail.html
│ │ ├── edit_manager.html
│ │ ├── editor.html
│ │ ├── edit_user.html
│ │ ├── error.html
│ │ ├── FOOTER.html
│ │ ├── forgetpwd.html
│ │ ├── images
│ │ │ ├── add.gif
│ │ │ ├── alias.gif
│ │ │ ├── attach.gif
│ │ │ ├── backup.gif
│ │ │ ├── common
│ │ │ │ ├── advclose.gif
│ │ │ │ ├── bar0.gif
│ │ │ │ ├── bar1.gif
│ │ │ │ ├── bar2.gif
│ │ │ │ ├── bar3.gif
│ │ │ │ ├── bar4.gif
│ │ │ │ ├── bar5.gif
│ │ │ │ ├── bar6.gif
│ │ │ │ ├── bar7.gif
│ │ │ │ ├── bar8.gif
│ │ │ │ ├── bar9.gif
│ │ │ │ ├── bb_alipay.gif
│ │ │ │ ├── bb_bold.gif
│ │ │ │ ├── bb_center.gif
│ │ │ │ ├── bb_clear.gif
│ │ │ │ ├── bb_code.gif
│ │ │ │ ├── bb_color.gif
│ │ │ │ ├── bb_contract.gif
│ │ │ │ ├── bb_email.gif
│ │ │ │ ├── bb_expand.gif
│ │ │ │ ├── bb_flash.gif
│ │ │ │ ├── bb_fly.gif
│ │ │ │ ├── bb_image.gif
│ │ │ │ ├── bb_indent.gif
│ │ │ │ ├── bb_italic.gif
│ │ │ │ ├── bb_left.gif
│ │ │ │ ├── bb_menupop.gif
│ │ │ │ ├── bb_orderedlist.gif
│ │ │ │ ├── bb_outdent.gif
│ │ │ │ ├── bb_qq.gif
│ │ │ │ ├── bb_quote.gif
│ │ │ │ ├── bb_ra.gif
│ │ │ │ ├── bb_redo.gif
│ │ │ │ ├── bb_removeformat.gif
│ │ │ │ ├── bb_right.gif
│ │ │ │ ├── bb_rm.gif
│ │ │ │ ├── bb_separator.gif
│ │ │ │ ├── bb_table.gif
│ │ │ │ ├── bb_underline.gif
│ │ │ │ ├── bb_undo.gif
│ │ │ │ ├── bb_unlink.gif
│ │ │ │ ├── bb_unorderedlist.gif
│ │ │ │ ├── bb_url.gif
│ │ │ │ ├── bb_wma.gif
│ │ │ │ ├── bb_wmv.gif
│ │ │ │ ├── icon_signinxspace.gif
│ │ │ │ ├── index.htm
│ │ │ │ ├── jsmenu.gif
│ │ │ │ ├── medal10.gif
│ │ │ │ ├── medal1.gif
│ │ │ │ ├── medal2.gif
│ │ │ │ ├── medal3.gif
│ │ │ │ ├── medal4.gif
│ │ │ │ ├── medal5.gif
│ │ │ │ ├── medal6.gif
│ │ │ │ ├── medal7.gif
│ │ │ │ ├── medal8.gif
│ │ │ │ ├── medal9.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── notice.gif
│ │ │ │ ├── number0.gif
│ │ │ │ ├── number1.gif
│ │ │ │ ├── number2.gif
│ │ │ │ ├── number3.gif
│ │ │ │ ├── number4.gif
│ │ │ │ ├── number5.gif
│ │ │ │ ├── number6.gif
│ │ │ │ ├── number7.gif
│ │ │ │ ├── number8.gif
│ │ │ │ ├── number9.gif
│ │ │ │ ├── online_admin.gif
│ │ │ │ ├── online_guest.gif
│ │ │ │ ├── online_member.gif
│ │ │ │ ├── online_moderator.gif
│ │ │ │ ├── online_supermod.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── rss.gif
│ │ │ │ ├── sigline.gif
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── watermark.gif
│ │ │ │ ├── xml.gif
│ │ │ │ ├── zoomin.gif
│ │ │ │ └── zoomout.gif
│ │ │ ├── del.gif
│ │ │ ├── domain.gif
│ │ │ ├── edit.gif
│ │ │ ├── fck_strip.gif
│ │ │ ├── green.gif
│ │ │ ├── grey.gif
│ │ │ ├── hint_sm.gif
│ │ │ ├── home.gif
│ │ │ ├── logo.gif
│ │ │ ├── passwd.gif
│ │ │ ├── sort_asc.gif
│ │ │ ├── sort_desc.gif
│ │ │ ├── srv_running.gif
│ │ │ ├── srv_stopped.gif
│ │ │ ├── start.gif
│ │ │ ├── stop.gif
│ │ │ ├── tbk.gif
│ │ │ ├── toploading.gif
│ │ │ └── user.gif
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── common.js
│ │ │ ├── editor.js
│ │ │ ├── menu.js
│ │ │ └── tab.js
│ │ ├── jumpto.inc
│ │ ├── manlib.js
│ │ ├── multifile_new.inc
│ │ ├── overview_alias.html
│ │ ├── overview.html
│ │ ├── overview_manager.html
│ │ ├── overview_user.html
│ │ ├── passwd.html
│ │ ├── signup.html
│ │ ├── sysctrl.html
│ │ ├── sysinfo.html
│ │ ├── tab.css
│ │ ├── TOP_BAN.html
│ │ ├── TOP_NAV.html
│ │ ├── UTF8.inc
│ │ └── viewlog_all.html
│ ├── images
│ │ ├── donate.png
│ │ └── extman_logo.gif
│ ├── index.html
│ └── plugins
│ ├── chkupdate
│ │ ├── chkupdate.js
│ │ └── style.css
│ ├── phprpc_client.js
│ └── rpc_init.js
├── INSTALL
├── lang
│ ├── en_US
│ ├── zh_CN
│ └── zh_TW
├── libs
│ ├── CmdTools.pm
│ ├── Crypt
│ │ └── PasswdMD5.pm
│ ├── Encode
│ │ └── IMAPUTF7.pm
│ ├── Ext
│ │ ├── buildpkg.sh
│ │ ├── CaptCha.pm
│ │ ├── CGI.pm
│ │ ├── Cmd
│ │ │ ├── Client.pm
│ │ │ ├── Protocol.pm
│ │ │ └── Server.pm
│ │ ├── Config.pm
│ │ ├── DateTime.pm
│ │ ├── FCGI.pm
│ │ ├── GD.pm
│ │ ├── GraphLog.pm
│ │ ├── HashDir.pm
│ │ ├── Lang.pm
│ │ ├── Mgr
│ │ │ ├── LDAP.pm
│ │ │ └── MySQL.pm
│ │ ├── MgrApp
│ │ │ ├── Alias.pm
│ │ │ ├── ChangePwd.pm
│ │ │ ├── Domain.pm
│ │ │ ├── ForgetPwd.pm
│ │ │ ├── GroupMail.pm
│ │ │ ├── Login.pm
│ │ │ ├── Manager.pm
│ │ │ ├── OverView.pm
│ │ │ ├── Signup.pm
│ │ │ ├── Sysctrl.pm
│ │ │ ├── Sysinfo.pm
│ │ │ ├── User.pm
│ │ │ └── ViewLog.pm
│ │ ├── MgrApp.pm
│ │ ├── Mgr.pm
│ │ ├── MIME.pm
│ │ ├── Passwd.pm
│ │ ├── RFC822.pm
│ │ ├── Session.pm
│ │ ├── Template.pm
│ │ ├── Unicode
│ │ │ ├── Iconv.pm
│ │ │ ├── IMAPUTF7.pm
│ │ │ └── UTF8.pm
│ │ ├── Unicode.pm
│ │ └── Utils.pm
│ ├── Ext.pm
│ └── HTML
│ └── KTemplate.pm
├── README
├── README.fcgi
├── tools
│ ├── adminctl.pl
│ ├── aliasctl.pl
│ ├── diffinfo.pl
│ ├── domainctl.pl
│ ├── expireusers.pl
│ ├── maildirmake.pl
│ ├── purgeuser.pl
│ ├── reportusage.pl
│ ├── setid.pl
│ └── userctl.pl
├── Version
└── webman.cf.default
27 directories, 271 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论