PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Christian Boltz d04c82fbcb
change default for vacation.activeuntil to 2038
When adding the activeuntil field during the upgrade, it got set to
2000-01-01 which is a bad idea for existing vacation entries - the new
vacation.pl will consider them as outdated.

Introduce a new {DATEFUTURE}, and set the default value for activeuntil
to 2038 (that's the limit in MySQL for 'timestamp' columns, we'll have to
switch to 'datetime' in 20 years ;-)

Note that sqlite doesn't support changing the field default, so sqlite
users will have to live with the wrong default.

Also note that this fix does not change existing vacation entries if you
already have the activeuntil column.

Reported by Christoph Lechleitner on the mailinglist
8 years ago
ADDITIONS fix surname typo 8 years ago
DOCUMENTS see #86 - remove unnecessary config user/group 8 years ago
VIRTUAL_VACATION syslog ident set to "vacation" 8 years ago
configs migrate search input field to use search[_], and use list.tpl for alias domains 11 years ago
css default.css: 10 years ago
debian improve config file loading when installed from a debian package 8 years ago
docker variables for docker 8 years ago
images favicon within images folder 8 years ago
languages Add texts for password recovery to all languages 8 years ago
model Fix broken table names caused by doubled table_by_key() calls 8 years ago
scripts fix perms (executable) 8 years ago
smarty bump file 8 years ago
templates favicon within images folder 8 years ago
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 15 years ago
users Fix microtime() usage 8 years ago
.gitignore Fix filename for *.menu.conf.php in gitignore 9 years ago
CHANGELOG.TXT changelog update etc. for 3.1 release 9 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT update requirements and links in INSTALL.TXT 9 years ago
LICENSE.TXT LICENSE.TXT: 15 years ago
README.md Update/remove outdated information 9 years ago
backup.php functions.inc.php: 12 years ago
broadcast-message.php Fixed: php 5.4 array shortcut syntax errors on 5.3 9 years ago
calendar.js - big merge of Postfixadmin smarty into trunk 16 years ago
common.php Finally get rid of variables.inc.php 9 years ago
config.inc.php Add support for MySQL connections over SSL 8 years ago
delete.php delete.php: 11 years ago
edit.php Add CSRF protection for POST requests 10 years ago
editactive.php editactive.php: 11 years ago
functions.inc.php Update functions.inc.php 8 years ago
index.php remove silencing of @include_once - fixes #20 9 years ago
list-virtual.php remove php4 constructor; hide some cNav_bar variables and rename some variables 9 years ago
list.php list.php: 11 years ago
login.php log IP address for failed logins as well - see #105 8 years ago
main.php remove "postfixadmin.com" in comments in lots of files 12 years ago
password-change.php Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 8 years ago
password-recover.php Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 8 years ago
sendmail.php Finally get rid of variables.inc.php 9 years ago
setup.php Correct some "=+ 1" -> "+= 1" typos in setup.py. 9 years ago
smarty.inc.php clear stat cache so the is_writeable() result will eventually change with subsequent page reloads if the user has actually fixed the dir 8 years ago
upgrade.php change default for vacation.activeuntil to 2038 8 years ago
vacation.php Finally get rid of variables.inc.php 9 years ago
viewlog.php Fix syntax error in viewlog.php 8 years ago
xmlrpc.php fix xmlrpc function call (non-static method being called statically); fix method docblock which is read by Zend_XmlRpc_Server etc 12 years ago

README.md

postfixadmin

PostfixAdmin - web based administration interface for Postfix mail servers