0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
2009-04-18 19:56:24 +00:00
ADDITIONS fetchmail.pl: 2009-04-09 20:05:45 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
css css/default.css 2008-11-11 23:00:09 +00:00
debian debian/changelog, function.inc.php, CHANGELOG.TXT : 2.3 rc3 is almost here 2009-04-06 19:59:11 +00:00
DOCUMENTS POSTFIX_CONF.txt. 2009-04-09 20:46:44 +00:00
images applied patch from lenix - theme support for postfixadmin; see http://sourceforge.net/tracker/index.php?func=detail&aid=1898481&group_id=191583&atid=937966 - thank you 2008-02-21 21:43:58 +00:00
languages ru.lang: update from pusischev - see https://sourceforge.net/tracker/index.php?func=detail&aid=2697838&group_id=191583&atid=937966 - thank you 2009-03-20 21:25:07 +00:00
model model/*, tests/*: 2009-04-15 21:54:18 +00:00
templates templates/search.php: 2009-04-10 14:20:46 +00:00
tests model/*, tests/*: 2009-04-15 21:54:18 +00:00
users fix bug where user entered vacation details were not being returned when you go to set yourself away again 2009-03-30 12:46:35 +00:00
VIRTUAL_VACATION INSTALL.TXT - see https://sourceforge.net/forum/forum.php?thread_id=3026548&forum_id=676076 ; general update, and add in a note on alias expansion 2009-02-25 10:22:57 +00:00
backup.php backup.php: 2008-07-18 23:15:52 +00:00
broadcast-message.php broadcast-message.php: 2009-02-26 22:35:50 +00:00
CHANGELOG.TXT debian/changelog, function.inc.php, CHANGELOG.TXT : 2.3 rc3 is almost here 2009-04-06 19:59:11 +00:00
common.php common.php: remove requirement to delete setup.php; require $CONF["setup_password"] is changed etc 2009-04-08 20:17:24 +00:00
config.inc.php config.inc.php: add setup_password 2009-04-08 20:15:03 +00:00
create-admin.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
create-alias-domain.php create-alias-domain.php: fix undefined variables 2009-04-18 19:40:50 +00:00
create-alias.php see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward) 2009-03-08 21:16:41 +00:00
create-domain.php create-domain.php: if the user makes a domain a backup mx, then accept whatever they type in for mailboxes/aliases 2009-02-25 10:24:30 +00:00
create-mailbox.php create-mailbox.php: Remove commented out & dead code 2009-04-06 19:54:11 +00:00
delete.php see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward) 2009-03-08 21:16:41 +00:00
edit-active-admin.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-active-domain.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-active.php inital merge of lenix's patch for domain aliasing; I think list-virtual.php needs some attention, but I've run out of time right now; upgrade.php has been updated to create the tables correctly (tested on pgsql and mysql); functionality or php scripts not tested yet 2008-05-21 21:05:48 +00:00
edit-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
edit-alias.php edit-alias.php: reindent and make the $CONF["alias_control_admin"] and $CONF["special_alias_control"] are respected (for domain admins) - global admins can do whatever they like... 2009-04-02 20:30:07 +00:00
edit-domain.php list-virtual.php 2009-02-26 22:57:11 +00:00
edit-mailbox.php allow local_part to change (in theory this code serves no purpose, as the username cannot be changed.. but perhaps it will be in the future (part 2 of operation shut-up-libertytek-charles :) ) 2008-12-12 19:40:39 +00:00
edit-vacation.php edit-vacation.php: 2008-08-01 20:47:07 +00:00
fetchmail.php fetchmail.php: 2009-03-26 23:07:45 +00:00
functions.inc.php debian/changelog, function.inc.php, CHANGELOG.TXT : 2.3 rc3 is almost here 2009-04-06 19:59:11 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
INSTALL.TXT INSTALL.TXT: we now require PHP5+ 2009-03-12 09:11:22 +00:00
LICENSE.TXT LICENSE.TXT: updated contributors 2008-04-26 20:54:26 +00:00
list-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
list-domain.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
list-virtual.php reindent; fix postgres date formatting issue with +01 times 2009-04-18 19:38:20 +00:00
login.php login.php: do not require the deletion of setup.php 2009-04-08 20:16:35 +00:00
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
main.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
motd-users.txt Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
motd.txt Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
password.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
search.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
sendmail.php sendmail.php: 2009-03-11 22:38:15 +00:00
setup.php setup.php: remove duplication of error message ... 2009-04-18 19:56:24 +00:00
upgrade.php upgrade.php: see tdiehl on irc.. perhaps this fixes his problem (i hate mysql) 2009-01-14 13:13:25 +00:00
variables.inc.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
viewlog.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
xmlrpc.php xmlrpc.php: 2009-04-11 20:45:38 +00:00