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.
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 | 8 years ago | |
| DOCUMENTS | 8 years ago | |
| VIRTUAL_VACATION | 8 years ago | |
| configs | 11 years ago | |
| css | 10 years ago | |
| debian | 8 years ago | |
| docker | 8 years ago | |
| images | 8 years ago | |
| languages | 8 years ago | |
| model | 8 years ago | |
| scripts | 8 years ago | |
| smarty | 8 years ago | |
| templates | 8 years ago | |
| tests | 15 years ago | |
| users | 8 years ago | |
| .gitignore | 9 years ago | |
| CHANGELOG.TXT | 9 years ago | |
| GPL-LICENSE.TXT | 19 years ago | |
| INSTALL.TXT | 9 years ago | |
| LICENSE.TXT | 15 years ago | |
| README.md | 9 years ago | |
| backup.php | 12 years ago | |
| broadcast-message.php | 9 years ago | |
| calendar.js | 16 years ago | |
| common.php | 9 years ago | |
| config.inc.php | 8 years ago | |
| delete.php | 11 years ago | |
| edit.php | 10 years ago | |
| editactive.php | 11 years ago | |
| functions.inc.php | 8 years ago | |
| index.php | 9 years ago | |
| list-virtual.php | 9 years ago | |
| list.php | 11 years ago | |
| login.php | 8 years ago | |
| main.php | 12 years ago | |
| password-change.php | 8 years ago | |
| password-recover.php | 8 years ago | |
| sendmail.php | 9 years ago | |
| setup.php | 9 years ago | |
| smarty.inc.php | 8 years ago | |
| upgrade.php | 8 years ago | |
| vacation.php | 9 years ago | |
| viewlog.php | 8 years ago | |
| xmlrpc.php | 12 years ago | |
README.md
postfixadmin
PostfixAdmin - web based administration interface for Postfix mail servers
Useful Links
- Probably all you need to read (pdf)
- http://postfixadmin.sf.net - the current homepage for the project
- What is it? (txt)
- Installation instructions
- Wiki
- Mailing list
- IRC channel (#postfixadmin on irc.freenode.net).