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
Christian Boltz 3e5549bfad functions.inc.php:
- move DNS checks from check_email() to check_domain()
- add clear error message on non-resolvable domains (using flash_error() -
  this is probably not the best solution, but better than nothing)
- made error messages translatable

create-domain.php:
- avoid duplicated call to check_domain (to avoid duplicated error message)
- domains are now DNS-checked on creation - see the changes in check_domain()
  in functions.inc.php

languages/*:
- added error messages for the above changes


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@429 a1433add-5e2c-0410-b055-b7f2511e0802
2008-07-29 23:18:40 +00:00
ADDITIONS fetchmail.pl: 2008-03-24 13:40:48 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
css 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
debian CHANGELOG.TXT 2008-07-23 22:44:05 +00:00
DOCUMENTS DOVECOT.txt: 2008-05-25 20:49:40 +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 functions.inc.php: 2008-07-29 23:18:40 +00:00
templates create-alias-domain.php: 2008-07-27 21:28:55 +00:00
users users/vacation.php: 2008-02-26 20:31:25 +00:00
VIRTUAL_VACATION vacation.pl: add patch from Luxten - enable re-notification after definable timeout - see : https://sourceforge.net/tracker/index.php?func=detail&aid=2031631&group_id=191583&atid=937966 2008-07-29 20:33:30 +00:00
backup.php backup.php: 2008-07-18 23:15:52 +00:00
broadcast-message.php broadcast-message.php: 2007-12-13 23:22:14 +00:00
CHANGELOG.TXT CHANGELOG.TXT 2008-07-23 22:44:05 +00:00
common.php common.php: 2008-04-25 20:35:55 +00:00
config.inc.php config.inc.php 2008-07-27 19:24:09 +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: 2008-07-27 21:28:55 +00:00
create-alias.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
create-domain.php functions.inc.php: 2008-07-29 23:18:40 +00:00
create-mailbox.php create-mailbox.php: 2008-07-22 21:57:51 +00:00
delete.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-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 rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-alias.php fix possible XSS hole (security fix) 2007-12-02 16:53:56 +00:00
edit-domain.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
edit-mailbox.php edit-mailbox.php: merge of patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1996052&group_id=191583&atid=937966 ; thanks Sylvain BEUCLER - beuc 2008-06-17 21:19:44 +00:00
edit-vacation.php edit-vacation.php: 2008-02-26 20:27:15 +00:00
fetchmail.php fetchmail.php: PostgreSQL does not need the next autoincrement value to be asigned fo rit 2008-04-26 21:55:16 +00:00
functions.inc.php functions.inc.php: 2008-07-29 23:18:40 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php 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
INSTALL.TXT INSTALL.TXT: Updated (a lot) 2008-04-10 10:18:11 +00:00
LICENSE.TXT LICENSE.TXT: updated contributors 2008-04-26 20:54:26 +00:00
list-admin.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
list-domain.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
list-virtual.php config.inc.php + all files related to alias domains 2008-07-27 19:06:55 +00:00
login.php Summary: Added language selector to login form 2007-12-30 01:32:33 +00:00
logout.php update license headers 2007-09-30 15:53:54 +00:00
main.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +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 rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00
search.php search.php: reindent; and merge patch from amsys - see http://sourceforge.net/tracker/index.php?func=detail&aid=1845743&group_id=191583&atid=937966 2007-12-06 21:40:43 +00:00
sendmail.php sendmail.php: 2008-06-29 16:11:37 +00:00
setup.php setup.php: 2008-06-10 22:34:25 +00:00
upgrade.php make this upgrade conditional on the row not already being there 2008-07-28 14:07:54 +00:00
variables.inc.php update license headers 2007-09-30 15:53:54 +00:00
viewlog.php rename templates to .php instead of .tpl 2007-12-02 13:59:33 +00:00