Index: head/mail/postfixadmin/Makefile =================================================================== --- head/mail/postfixadmin/Makefile (revision 478985) +++ head/mail/postfixadmin/Makefile (revision 478986) @@ -1,63 +1,62 @@ # Created by: Rob Evers # $FreeBSD$ PORTNAME= postfixadmin -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports.maintainer@evilphi.com COMMENT= PHP web-based management tool for Postfix virtual domains and users LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL-LICENSE.TXT RUN_DEPENDS+= p5-DBI>=1.634:databases/p5-DBI \ + p5-Email-Sender>=1.300031:mail/p5-Email-Sender \ p5-Email-Valid>=0.12:mail/p5-Email-Valid \ p5-Log-Dispatch>=1.79:devel/p5-Log-Dispatch \ p5-Log-Log4perl>=0.26:devel/p5-Log-Log4perl \ - p5-Mail-Sender>=0.7.04:mail/p5-Mail-Sender \ p5-MIME-EncWords>=0.040:mail/p5-MIME-EncWords USES= cpe perl5 shebangfix php CPE_VENDOR= postfix_admin_project CPE_PRODUCT= postfix_admin NO_ARCH= yes NO_BUILD= yes SUB_FILES+= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_DEFINE= DOCS OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= PGSQL USE_PERL5= run -USE_PHP= mbstring pcre session spl xmlrpc +USE_PHP= mbstring pcre phar session spl xmlrpc MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql SQLITE_USE= php=sqlite3 do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/templates_c -.for i in *.php calendar.js favicon.ico - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${WWWDIR} -.endfor -.for i in configs css images languages model scripts smarty templates tests users + ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${WWWDIR} +.for i in configs languages lib model public scripts templates tests @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/${i} .endfor @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.TXT ${WRKSRC}/README.md ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.TXT ${STAGEDIR}${DATADIR} .for i in ADDITIONS VIRTUAL_VACATION @cd ${WRKSRC}/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${i} .endfor do-install-DOCS-on: + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/DOCUMENTS && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/mail/postfixadmin/distinfo =================================================================== --- head/mail/postfixadmin/distinfo (revision 478985) +++ head/mail/postfixadmin/distinfo (revision 478986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504130429 -SHA256 (postfixadmin-3.1.tar.gz) = 36eaed433c673382fb5d513bc3b0d2685bf3169ead6065293d3a0f8f6d262aa4 -SIZE (postfixadmin-3.1.tar.gz) = 1279224 +TIMESTAMP = 1525403385 +SHA256 (postfixadmin-3.2.tar.gz) = 866d4c0ca870b2cac184e5837a4d201af8fcefecef09bc2c887a6e017a00cefe +SIZE (postfixadmin-3.2.tar.gz) = 1324335 Index: head/mail/postfixadmin/files/pkg-message.in =================================================================== --- head/mail/postfixadmin/files/pkg-message.in (revision 478985) +++ head/mail/postfixadmin/files/pkg-message.in (revision 478986) @@ -1,11 +1,14 @@ -If you are upgrading, you need to update your current installation's -database by browsing to [URL]/setup.php where [URL] is the -postfixadmin webroot. +If you are upgrading, you may need to update your current installation's +database. You can do so by browsing to [URL]/setup.php where [URL] is the +postfixadmin root. To avoid checksum errors when removing or upgrading postfixadmin, do not -edit config.inc.php. Instead put your configuration settings in -config.local.php in the postfixadmin webroot. That file will be included +edit config.inc.php. Instead, put your configuration settings in +config.local.php in the postfixadmin webroot. That file will be included automatically by config.inc.php. For detailed information, please see the complete installation steps in -%%DATADIR%%/INSTALL.TXT +%%DATADIR%%/INSTALL.TXT. + +See %%DATADIR%%/CHANGELOG.TXT for any upgrade-related details, including +configuration changes. Index: head/mail/postfixadmin/pkg-plist =================================================================== --- head/mail/postfixadmin/pkg-plist (revision 478985) +++ head/mail/postfixadmin/pkg-plist (revision 478986) @@ -1,454 +1,476 @@ %%PORTDOCS%%%%DOCSDIR%%/BACKUP_MX.txt %%PORTDOCS%%%%DOCSDIR%%/DOVECOT.txt %%PORTDOCS%%%%DOCSDIR%%/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/HORDE.txt %%PORTDOCS%%%%DOCSDIR%%/LANGUAGE.txt %%PORTDOCS%%%%DOCSDIR%%/POSTFIXADMIN.txt %%PORTDOCS%%%%DOCSDIR%%/POSTFIX_CONF.txt +%%PORTDOCS%%%%DOCSDIR%%/Postfix-Dovecot-Postgresql-Example.md %%PORTDOCS%%%%DOCSDIR%%/SECURITY.txt %%PORTDOCS%%%%DOCSDIR%%/SUPERADMIN.txt %%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt %%PORTDOCS%%%%DOCSDIR%%/screenshots/README.txt %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-admin-create-alias.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-admin-create-domain.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-admin-create-mailbox.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-admin-domain-list.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-admin-virtual-list.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-inital-welcome.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-mail-admin-login.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-user-change-forward.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-user-overview.jpg %%PORTDOCS%%%%DOCSDIR%%/screenshots/postfixadmin-user-vacation.jpg %%DATADIR%%/ADDITIONS/README.TXT %%DATADIR%%/ADDITIONS/change_password.tgz %%DATADIR%%/ADDITIONS/cleanupdirs.pl %%DATADIR%%/ADDITIONS/convert-passwd-to-postfixadmin.pl %%DATADIR%%/ADDITIONS/cyrus/Changelog %%DATADIR%%/ADDITIONS/cyrus/README-ES.txt %%DATADIR%%/ADDITIONS/cyrus/README.txt %%DATADIR%%/ADDITIONS/cyrus/cyrus-mailbox-postcreation.pl %%DATADIR%%/ADDITIONS/cyrus/cyrus-mailbox-postdelete.pl %%DATADIR%%/ADDITIONS/cyrus/cyrus-mailbox-postedit.pl %%DATADIR%%/ADDITIONS/cyrus/cyrus.conf %%DATADIR%%/ADDITIONS/delete-mailq-by-domain.pl %%DATADIR%%/ADDITIONS/fetchmail.pl %%DATADIR%%/ADDITIONS/import_users_from_csv.py %%DATADIR%%/ADDITIONS/mailbox_remover.pl %%DATADIR%%/ADDITIONS/mkeveryone.pl %%DATADIR%%/ADDITIONS/pfa_maildir_cleanup.pl %%DATADIR%%/ADDITIONS/postfixadmin-domain-postdeletion.sh %%DATADIR%%/ADDITIONS/postfixadmin-mailbox-postcreation.sh %%DATADIR%%/ADDITIONS/postfixadmin-mailbox-postdeletion.sh %%DATADIR%%/ADDITIONS/quota_usage.pl %%DATADIR%%/ADDITIONS/squirrelmail-plugin/INSTALL %%DATADIR%%/ADDITIONS/squirrelmail-plugin/LICENSE.txt %%DATADIR%%/ADDITIONS/squirrelmail-plugin/README.md %%DATADIR%%/ADDITIONS/squirrelmail-plugin/common.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/config.php.sample %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/README.Debian %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/changelog %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/conffiles %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/control %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/copyright %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/docs %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/files %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/postfixadmin-squirrelmail.dirs %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/postinst %%DATADIR%%/ADDITIONS/squirrelmail-plugin/debian/rules %%DATADIR%%/ADDITIONS/squirrelmail-plugin/functions.inc.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/index.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/build.sh %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/cs_CZ/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/cs_CZ/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/da_DK/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/da_DK/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/de_DE/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/de_DE/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/hu_HU/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/hu_HU/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/it_IT/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/nl_NL/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/nl_NL/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/pl_PL/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/pl_PL/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/pt_BR/LC_MESSAGES/postfixadmin.mo %%DATADIR%%/ADDITIONS/squirrelmail-plugin/locale/pt_BR/LC_MESSAGES/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/po/postfixadmin.po %%DATADIR%%/ADDITIONS/squirrelmail-plugin/postfixadmin_changepass.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/postfixadmin_forward.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/postfixadmin_vacation.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/setup.php %%DATADIR%%/ADDITIONS/squirrelmail-plugin/version %%DATADIR%%/ADDITIONS/virtualmaildel.php %%DATADIR%%/CHANGELOG.TXT %%DATADIR%%/GPL-LICENSE.TXT %%DATADIR%%/INSTALL.TXT %%DATADIR%%/LICENSE.TXT %%DATADIR%%/README.md +%%DATADIR%%/VIRTUAL_VACATION/Contributions.txt %%DATADIR%%/VIRTUAL_VACATION/FILTER_README -%%DATADIR%%/VIRTUAL_VACATION/INSTALL.TXT -%%DATADIR%%/VIRTUAL_VACATION/index.php +%%DATADIR%%/VIRTUAL_VACATION/INSTALL.md %%DATADIR%%/VIRTUAL_VACATION/tests/asterisk-email.txt %%DATADIR%%/VIRTUAL_VACATION/tests/facebook.txt %%DATADIR%%/VIRTUAL_VACATION/tests/mail-myself.txt %%DATADIR%%/VIRTUAL_VACATION/tests/mailing-list.txt %%DATADIR%%/VIRTUAL_VACATION/tests/spam.txt %%DATADIR%%/VIRTUAL_VACATION/tests/teodor-smtp-envelope-headers.txt %%DATADIR%%/VIRTUAL_VACATION/tests/test-email.txt %%DATADIR%%/VIRTUAL_VACATION/tests/test.sh %%DATADIR%%/VIRTUAL_VACATION/vacation.pl -%%WWWDIR%%/backup.php -%%WWWDIR%%/broadcast-message.php -%%WWWDIR%%/calendar.js %%WWWDIR%%/common.php %%WWWDIR%%/config.inc.php %%WWWDIR%%/configs/menu.conf -%%WWWDIR%%/css/calendar.css -%%WWWDIR%%/css/default.css -%%WWWDIR%%/delete.php -%%WWWDIR%%/edit.php -%%WWWDIR%%/editactive.php -%%WWWDIR%%/favicon.ico %%WWWDIR%%/functions.inc.php -%%WWWDIR%%/images/arrow-l.png -%%WWWDIR%%/images/arrow-r.png -%%WWWDIR%%/images/arrow-u.png -%%WWWDIR%%/images/calendar/cal.gif -%%WWWDIR%%/images/calendar/next_mon.gif -%%WWWDIR%%/images/calendar/next_year.gif -%%WWWDIR%%/images/calendar/no_cal.gif -%%WWWDIR%%/images/calendar/pixel.gif -%%WWWDIR%%/images/calendar/prev_mon.gif -%%WWWDIR%%/images/calendar/prev_year.gif -%%WWWDIR%%/images/calendar/shade_bl.png -%%WWWDIR%%/images/calendar/shade_bm.png -%%WWWDIR%%/images/calendar/shade_br.png -%%WWWDIR%%/images/calendar/shade_mr.png -%%WWWDIR%%/images/calendar/shade_tr.png -%%WWWDIR%%/images/index.php -%%WWWDIR%%/images/logo-default.png -%%WWWDIR%%/images/mail_bg.gif -%%WWWDIR%%/images/postbox.png -%%WWWDIR%%/images/postfixadmin.png -%%WWWDIR%%/images/postfixadmin2.png -%%WWWDIR%%/images/postfixadmin2.xcf -%%WWWDIR%%/images/quota-colors.png %%WWWDIR%%/index.php %%WWWDIR%%/languages/bg.lang %%WWWDIR%%/languages/ca.lang %%WWWDIR%%/languages/cn.lang %%WWWDIR%%/languages/cs.lang %%WWWDIR%%/languages/da.lang %%WWWDIR%%/languages/de.lang %%WWWDIR%%/languages/en.lang %%WWWDIR%%/languages/es.lang %%WWWDIR%%/languages/et.lang %%WWWDIR%%/languages/eu.lang %%WWWDIR%%/languages/fi.lang %%WWWDIR%%/languages/fo.lang %%WWWDIR%%/languages/fr.lang %%WWWDIR%%/languages/hr.lang %%WWWDIR%%/languages/hu.lang %%WWWDIR%%/languages/index.php %%WWWDIR%%/languages/is.lang %%WWWDIR%%/languages/it.lang %%WWWDIR%%/languages/ja.lang %%WWWDIR%%/languages/language-update.sh %%WWWDIR%%/languages/language.php %%WWWDIR%%/languages/lt.lang %%WWWDIR%%/languages/mk.lang %%WWWDIR%%/languages/nb.lang %%WWWDIR%%/languages/nl.lang %%WWWDIR%%/languages/nn.lang %%WWWDIR%%/languages/pl.lang %%WWWDIR%%/languages/pt-br.lang %%WWWDIR%%/languages/ro.lang %%WWWDIR%%/languages/ru.lang %%WWWDIR%%/languages/sk.lang %%WWWDIR%%/languages/sl.lang %%WWWDIR%%/languages/sv.lang %%WWWDIR%%/languages/tr.lang %%WWWDIR%%/languages/tw.lang -%%WWWDIR%%/list-virtual.php -%%WWWDIR%%/list.php -%%WWWDIR%%/login.php -%%WWWDIR%%/main.php +%%WWWDIR%%/lib/random_compat.phar +%%WWWDIR%%/lib/random_compat.phar.pubkey +%%WWWDIR%%/lib/random_compat.txt +%%WWWDIR%%/lib/smarty.inc.php +%%WWWDIR%%/lib/smarty/COPYING.lib +%%WWWDIR%%/lib/smarty/libs/Autoloader.php +%%WWWDIR%%/lib/smarty/libs/Smarty.class.php +%%WWWDIR%%/lib/smarty/libs/SmartyBC.class.php +%%WWWDIR%%/lib/smarty/libs/bootstrap.php +%%WWWDIR%%/lib/smarty/libs/debug.tpl +%%WWWDIR%%/lib/smarty/libs/plugins/block.textformat.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.counter.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.cycle.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.fetch.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_checkboxes.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_image.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_options.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_radios.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_select_date.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_select_time.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.html_table.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.mailto.php +%%WWWDIR%%/lib/smarty/libs/plugins/function.math.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.capitalize.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.date_format.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.debug_print_var.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.escape.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.mb_wordwrap.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.regex_replace.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.replace.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.spacify.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifier.truncate.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.cat.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_characters.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_paragraphs.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_sentences.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.count_words.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.default.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.escape.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.from_charset.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.indent.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.lower.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.noprint.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.string_format.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.strip.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.strip_tags.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.to_charset.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.unescape.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.upper.php +%%WWWDIR%%/lib/smarty/libs/plugins/modifiercompiler.wordwrap.php +%%WWWDIR%%/lib/smarty/libs/plugins/outputfilter.trimwhitespace.php +%%WWWDIR%%/lib/smarty/libs/plugins/shared.escape_special_chars.php +%%WWWDIR%%/lib/smarty/libs/plugins/shared.literal_compiler_param.php +%%WWWDIR%%/lib/smarty/libs/plugins/shared.make_timestamp.php +%%WWWDIR%%/lib/smarty/libs/plugins/shared.mb_str_replace.php +%%WWWDIR%%/lib/smarty/libs/plugins/shared.mb_unicode.php +%%WWWDIR%%/lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource_custom.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_data.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_block.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_append.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_assign.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block_child.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_break.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_call.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_capture.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_child.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_config_load.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_continue.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_debug.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_eval.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_extends.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_for.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_foreach.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_function.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_if.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_include.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_include_php.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_insert.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_nocache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_parent.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_php.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_section.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compile_while.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_compilebase.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_configfilelexer.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_configfileparser.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_data.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_debug.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_errorhandler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_extension_handler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_append.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearassign.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearcache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_configload.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_createdata.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getglobal.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_gettags.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_literals.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerclass.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerobject.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_registerresource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_code.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_template.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_parsetree_text.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_eval.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_extends.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_file.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_php.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_registered.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_stream.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_resource_string.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_capture.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_template.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templatelexer.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_testinstall.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_internal_undefined.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_custom.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_recompiled.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_resource_uncompiled.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_security.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_cached.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_compiled.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_config.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_resource_base.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_template_source.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_undefined_variable.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smarty_variable.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smartycompilerexception.php +%%WWWDIR%%/lib/smarty/libs/sysplugins/smartyexception.php +%%WWWDIR%%/lib/smarty/smarty_version %%WWWDIR%%/model/AdminHandler.php %%WWWDIR%%/model/AdminpasswordHandler.php %%WWWDIR%%/model/AliasHandler.php %%WWWDIR%%/model/AliasdomainHandler.php %%WWWDIR%%/model/CliDelete.php %%WWWDIR%%/model/CliEdit.php %%WWWDIR%%/model/CliHelp.php %%WWWDIR%%/model/CliScheme.php %%WWWDIR%%/model/CliView.php %%WWWDIR%%/model/Config.php %%WWWDIR%%/model/DomainHandler.php %%WWWDIR%%/model/FetchmailHandler.php %%WWWDIR%%/model/MailboxHandler.php %%WWWDIR%%/model/PFAHandler.php +%%WWWDIR%%/model/Shell.php %%WWWDIR%%/model/VacationHandler.php +%%WWWDIR%%/public/backup.php +%%WWWDIR%%/public/broadcast-message.php +%%WWWDIR%%/public/calendar.js +%%WWWDIR%%/public/common.php +%%WWWDIR%%/public/css/calendar.css +%%WWWDIR%%/public/css/default.css +%%WWWDIR%%/public/delete.php +%%WWWDIR%%/public/edit.php +%%WWWDIR%%/public/editactive.php +%%WWWDIR%%/public/images/arrow-l.png +%%WWWDIR%%/public/images/arrow-r.png +%%WWWDIR%%/public/images/arrow-u.png +%%WWWDIR%%/public/images/calendar/cal.gif +%%WWWDIR%%/public/images/calendar/next_mon.gif +%%WWWDIR%%/public/images/calendar/next_year.gif +%%WWWDIR%%/public/images/calendar/no_cal.gif +%%WWWDIR%%/public/images/calendar/pixel.gif +%%WWWDIR%%/public/images/calendar/prev_mon.gif +%%WWWDIR%%/public/images/calendar/prev_year.gif +%%WWWDIR%%/public/images/calendar/shade_bl.png +%%WWWDIR%%/public/images/calendar/shade_bm.png +%%WWWDIR%%/public/images/calendar/shade_br.png +%%WWWDIR%%/public/images/calendar/shade_mr.png +%%WWWDIR%%/public/images/calendar/shade_tr.png +%%WWWDIR%%/public/images/favicon.ico +%%WWWDIR%%/public/images/index.php +%%WWWDIR%%/public/images/logo-default.png +%%WWWDIR%%/public/images/mail_bg.gif +%%WWWDIR%%/public/images/postbox.png +%%WWWDIR%%/public/images/postfixadmin.png +%%WWWDIR%%/public/images/postfixadmin2.png +%%WWWDIR%%/public/images/postfixadmin2.xcf +%%WWWDIR%%/public/images/quota-colors.png +%%WWWDIR%%/public/index.php +%%WWWDIR%%/public/list-virtual.php +%%WWWDIR%%/public/list.php +%%WWWDIR%%/public/login.php +%%WWWDIR%%/public/main.php +%%WWWDIR%%/public/password-change.php +%%WWWDIR%%/public/password-recover.php +%%WWWDIR%%/public/sendmail.php +%%WWWDIR%%/public/setup.php +%%WWWDIR%%/public/upgrade.php +%%WWWDIR%%/public/users/calendar.js +%%WWWDIR%%/public/users/css/calendar.css +%%WWWDIR%%/public/users/css/default.css +%%WWWDIR%%/public/users/edit-alias.php +%%WWWDIR%%/public/users/images/calendar/cal.gif +%%WWWDIR%%/public/users/images/calendar/next_mon.gif +%%WWWDIR%%/public/users/images/calendar/next_year.gif +%%WWWDIR%%/public/users/images/calendar/no_cal.gif +%%WWWDIR%%/public/users/images/calendar/pixel.gif +%%WWWDIR%%/public/users/images/calendar/prev_mon.gif +%%WWWDIR%%/public/users/images/calendar/prev_year.gif +%%WWWDIR%%/public/users/images/calendar/shade_bl.png +%%WWWDIR%%/public/users/images/calendar/shade_bm.png +%%WWWDIR%%/public/users/images/calendar/shade_br.png +%%WWWDIR%%/public/users/images/calendar/shade_mr.png +%%WWWDIR%%/public/users/images/calendar/shade_tr.png +%%WWWDIR%%/public/users/index.php +%%WWWDIR%%/public/users/login.php +%%WWWDIR%%/public/users/main.php +%%WWWDIR%%/public/users/password-change.php +%%WWWDIR%%/public/users/password-recover.php +%%WWWDIR%%/public/users/password.php +%%WWWDIR%%/public/users/vacation.php +%%WWWDIR%%/public/vacation.php +%%WWWDIR%%/public/viewlog.php +%%WWWDIR%%/public/xmlrpc.php %%WWWDIR%%/scripts/postfixadmin-cli %%WWWDIR%%/scripts/postfixadmin-cli.php -%%WWWDIR%%/scripts/shells/mailbox.php -%%WWWDIR%%/scripts/shells/shell.php %%WWWDIR%%/scripts/snippets/crypt.php %%WWWDIR%%/scripts/snippets/crypt_test.php %%WWWDIR%%/scripts/snippets/dovecot_crypt.php -%%WWWDIR%%/sendmail.php -%%WWWDIR%%/setup.php -%%WWWDIR%%/smarty.inc.php -%%WWWDIR%%/smarty/COPYING.lib -%%WWWDIR%%/smarty/libs/Autoloader.php -%%WWWDIR%%/smarty/libs/Smarty.class.php -%%WWWDIR%%/smarty/libs/SmartyBC.class.php -%%WWWDIR%%/smarty/libs/debug.tpl -%%WWWDIR%%/smarty/libs/plugins/block.textformat.php -%%WWWDIR%%/smarty/libs/plugins/function.counter.php -%%WWWDIR%%/smarty/libs/plugins/function.cycle.php -%%WWWDIR%%/smarty/libs/plugins/function.fetch.php -%%WWWDIR%%/smarty/libs/plugins/function.html_checkboxes.php -%%WWWDIR%%/smarty/libs/plugins/function.html_image.php -%%WWWDIR%%/smarty/libs/plugins/function.html_options.php -%%WWWDIR%%/smarty/libs/plugins/function.html_radios.php -%%WWWDIR%%/smarty/libs/plugins/function.html_select_date.php -%%WWWDIR%%/smarty/libs/plugins/function.html_select_time.php -%%WWWDIR%%/smarty/libs/plugins/function.html_table.php -%%WWWDIR%%/smarty/libs/plugins/function.mailto.php -%%WWWDIR%%/smarty/libs/plugins/function.math.php -%%WWWDIR%%/smarty/libs/plugins/modifier.capitalize.php -%%WWWDIR%%/smarty/libs/plugins/modifier.date_format.php -%%WWWDIR%%/smarty/libs/plugins/modifier.debug_print_var.php -%%WWWDIR%%/smarty/libs/plugins/modifier.escape.php -%%WWWDIR%%/smarty/libs/plugins/modifier.needle.php -%%WWWDIR%%/smarty/libs/plugins/modifier.regex_replace.php -%%WWWDIR%%/smarty/libs/plugins/modifier.replace.php -%%WWWDIR%%/smarty/libs/plugins/modifier.spacify.php -%%WWWDIR%%/smarty/libs/plugins/modifier.truncate.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.cat.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_characters.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_paragraphs.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_sentences.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.count_words.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.default.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.escape.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.from_charset.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.indent.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.lower.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.noprint.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.string_format.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.strip.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.strip_tags.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.to_charset.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.unescape.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.upper.php -%%WWWDIR%%/smarty/libs/plugins/modifiercompiler.wordwrap.php -%%WWWDIR%%/smarty/libs/plugins/outputfilter.trimwhitespace.php -%%WWWDIR%%/smarty/libs/plugins/shared.escape_special_chars.php -%%WWWDIR%%/smarty/libs/plugins/shared.literal_compiler_param.php -%%WWWDIR%%/smarty/libs/plugins/shared.make_timestamp.php -%%WWWDIR%%/smarty/libs/plugins/shared.mb_str_replace.php -%%WWWDIR%%/smarty/libs/plugins/shared.mb_unicode.php -%%WWWDIR%%/smarty/libs/plugins/shared.mb_wordwrap.php -%%WWWDIR%%/smarty/libs/plugins/variablefilter.htmlspecialchars.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_custom.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_data.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_append.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_assign.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_block.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_break.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_call.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_capture.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_config_load.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_continue.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_debug.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_eval.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_extends.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_for.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_foreach.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_function.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_if.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_include.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_include_php.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_insert.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_nocache.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_php.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_section.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_while.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compilebase.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfilelexer.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfileparser.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_data.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_debug.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_clear.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_handler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_append.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearassign.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcache.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_configload.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_createdata.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettags.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerclass.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerobject.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerresource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_nocache_insert.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_code.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_template.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_text.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_eval.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_extends.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_file.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_php.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_registered.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_stream.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_string.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_hhvm.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_validatecompiled.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_var.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_template.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatebase.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatelexer.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templateparser.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_testinstall.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_undefined.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_custom.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_recompiled.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_uncompiled.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_security.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_cached.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_compiled.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_config.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_resource_base.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_source.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_undefined_variable.php -%%WWWDIR%%/smarty/libs/sysplugins/smarty_variable.php -%%WWWDIR%%/smarty/libs/sysplugins/smartycompilerexception.php -%%WWWDIR%%/smarty/libs/sysplugins/smartyexception.php -%%WWWDIR%%/smarty/smarty_version %%WWWDIR%%/templates/backupwarning.tpl %%WWWDIR%%/templates/broadcast-message.tpl %%WWWDIR%%/templates/editform.tpl %%WWWDIR%%/templates/flash_error.tpl %%WWWDIR%%/templates/footer.tpl %%WWWDIR%%/templates/header.php %%WWWDIR%%/templates/header.tpl %%WWWDIR%%/templates/index.tpl %%WWWDIR%%/templates/list-virtual.tpl %%WWWDIR%%/templates/list-virtual_alias.tpl %%WWWDIR%%/templates/list-virtual_alias_domain.tpl %%WWWDIR%%/templates/list-virtual_mailbox.tpl %%WWWDIR%%/templates/list.tpl %%WWWDIR%%/templates/login.tpl %%WWWDIR%%/templates/main.tpl %%WWWDIR%%/templates/menu.tpl %%WWWDIR%%/templates/message.tpl +%%WWWDIR%%/templates/password-change.tpl +%%WWWDIR%%/templates/password-recover.tpl %%WWWDIR%%/templates/password.tpl %%WWWDIR%%/templates/sendmail.tpl %%WWWDIR%%/templates/users_edit-alias.tpl %%WWWDIR%%/templates/users_main.tpl %%WWWDIR%%/templates/users_menu.tpl %%WWWDIR%%/templates/vacation.tpl %%WWWDIR%%/templates/viewlog.tpl +%%WWWDIR%%/tests/GeneratePasswordTest.php +%%WWWDIR%%/tests/PacryptTest.php %%WWWDIR%%/tests/RemoteAliasTest.php %%WWWDIR%%/tests/RemoteTest.php %%WWWDIR%%/tests/RemoteUserTest.php %%WWWDIR%%/tests/RemoteVacationTest.php +%%WWWDIR%%/tests/ValidatePasswordTest.php %%WWWDIR%%/tests/common.php -%%WWWDIR%%/upgrade.php -%%WWWDIR%%/users/calendar.js -%%WWWDIR%%/users/css/calendar.css -%%WWWDIR%%/users/css/default.css -%%WWWDIR%%/users/edit-alias.php -%%WWWDIR%%/users/images/calendar/cal.gif -%%WWWDIR%%/users/images/calendar/next_mon.gif -%%WWWDIR%%/users/images/calendar/next_year.gif -%%WWWDIR%%/users/images/calendar/no_cal.gif -%%WWWDIR%%/users/images/calendar/pixel.gif -%%WWWDIR%%/users/images/calendar/prev_mon.gif -%%WWWDIR%%/users/images/calendar/prev_year.gif -%%WWWDIR%%/users/images/calendar/shade_bl.png -%%WWWDIR%%/users/images/calendar/shade_bm.png -%%WWWDIR%%/users/images/calendar/shade_br.png -%%WWWDIR%%/users/images/calendar/shade_mr.png -%%WWWDIR%%/users/images/calendar/shade_tr.png -%%WWWDIR%%/users/index.php -%%WWWDIR%%/users/login.php -%%WWWDIR%%/users/main.php -%%WWWDIR%%/users/password.php -%%WWWDIR%%/users/vacation.php -%%WWWDIR%%/vacation.php -%%WWWDIR%%/viewlog.php -%%WWWDIR%%/xmlrpc.php @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c