David Goodwin
f59423c8d6
create-domain.php: if the user makes a domain a backup mx, then accept whatever they type in for mailboxes/aliases
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@569 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
5a9de37a65
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
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@568 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
8eafea4617
see https://sourceforge.net/tracker/index.php?func=detail&aid=2581010&group_id=191583&atid=937964 - thanks dystopian
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@567 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
11c39af699
- added/fixed vim: lines to nearly all *.php files (exception: templates/*)
...
(ts=3 or ts=4 depending on the file content)
- several whitespace fixes
- (no code changes)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@566 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
12c4c45416
create-domain.php:
...
- fixed "undefined variable $tBackupmx" on POST
- fixed vim: line - create-domain.php already uses 4 spaces per tab
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@565 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
68943a5477
functions.inc.php
...
- added comment about courier-authlib supporting only two-character salt
(see mail from Jan Röhrich in postfixadmin-devel about r560)
- fixed vim: line - functions.inc.php uses 4 spaces
- replaced "else if" with "elseif"
- replaced tabs with spaces
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@564 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
69034b38c9
see https://sourceforge.net/tracker/index.php?func=detail&aid=2567397&group_id=191583&atid=937966 - correct link to delete alias
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@563 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Jan Roehrich
12dc358ad0
functions.inc.php:
...
- fixed some remarks in pacrypt
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@562 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
48f3be29bf
CHANGELOG.TXT:
...
- updated with latest changes
functions.inc.php
- whitespace fixes
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@561 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Jan Roehrich
e218b81af2
config.inc.php:
...
- Added configuration for courier authlib authentication flavors
function.inc.php:
- changed pa_crypt to make it handle courier authlib authentication flavors
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@560 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
0c97fb861a
nl.lang:
...
- language update by Johan Hendriks ( sylhouette )
https://sourceforge.net/tracker2/?func=detail&atid=937966&aid=2556927&group_id=191583
it.lang:
- fix some typos, patch by Fabio Bonelli ( fabiobon )
https://sourceforge.net/tracker2/?func=detail&atid=937966&aid=2556431&group_id=191583
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@559 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
125e91a2b6
CHANGELOG.TXT
...
- updated to r557
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@558 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
7d9ca0b5c2
VACATION INSTALL.TXT
...
- add note about using /etc/mail/postfixadmin/vacation.conf
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@554 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
a981ac865a
list-virtual.php
...
- switch to boolconf() to avoid "undefined variable" warning
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@553 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
8a9b6cb310
templates/list-virtual.php:
...
- switch to boolconf() to avoid "undefined variable" warning
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@552 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
9f24bef7d9
users/login.php:
...
- also switch to the new "login failed" message
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@551 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
2411cd7765
login.php
...
- put '<span class="error_msg">' and '</span>' into login.php, not in *.lang
languages/*.lang:
- removed pLogin_username_incorrect and pLogin_password_incorrect texts
- added pLogin_failed to all translations (without the wrapping <span>)
- removed the <span> from pLogin_failed in en.lang and fi.lang
translation-update.sh:
- added "--remove string" option to remove texts from language files
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@550 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
d24ffeeb80
de.lang:
...
- translated several texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@549 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
de76d028a2
quota_usage.pl: update from Jose Nilton <jniltinho@gmail.com> - add print of total domain and total mailbox
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@547 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
ef768fe142
nb.lang: patch from Odd Henriksen - oddhenriksen - see https://sourceforge.net/tracker/index.php?func=detail&aid=2532202&group_id=191583&atid=937966 - thanks
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@546 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz
e6c9a75793
nl.lang:
...
- fixed typo (reported by Michiel van Baak on ML)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@545 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
d900e909f0
nl.lang: thanks Johan Hendriks - sylhouette - see https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2530792&group_id=191583
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@544 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
77208e1eec
user contributed script - Jose Nilton <jniltinho@gmail.com>
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@543 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
72676b0af9
do not use empty as it thinks the string 0 is empty...
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@542 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
e91d0a2c33
FAQ.txt: updating
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@541 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
eb186193d4
functions.inc.php: remove dev comment (echo of sql)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@538 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
a61eeccefb
bump up svn revision
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@537 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
2d34a4ca70
update docs a litt;e add revision to .pl file
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@535 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
6589f8bc22
mail-myself.txt: test stuff
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@533 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
cf2a995e13
vacation.pl: make it strip/discover addresses better, slightly better logging, stop it requiring a messageid
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@532 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
2641670010
updating tests
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@531 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
d3f3bd955a
adding file from Jose Nilton <jniltinho@gmail.com> - produces report of quota usage etc
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@529 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
0eb47ac380
update in preparation for beta release
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@527 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
234f638b09
updated fi.lang from Jorma Tuomainen <jorma.tuomainen@walkingwoods.com>
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@526 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
a1a81c9823
config.inc.php, functions.inc.php - add support for mysql_encrypt method for password encrpytion - useful for pam integration, apparently - see https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1793352&group_id=191583
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@525 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
23afeac839
functions.inc.php / CHANGELOG.txt - bump version numbers etc
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@524 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
43cfa0136f
try to be more helpful
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@523 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
0a2fb26940
config.inc.php: do not default to this being enabled
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@522 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
ebf675f302
CHANGELOG.TXT: 2.3beta.. soon perhaps
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@521 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
1193e752ac
functions.inc.php: reindent
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@520 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
49079bd1e5
delete.php: fix alias_domain deletion and reindent
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@519 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
049a9ecc96
merge patch for dovecot quota viewing - see https://sourceforge.net/tracker/index.php?func=detail&aid=2060309&group_id=191583&atid=937966 - thank you shario; sorry it took so long to merge!
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@518 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
c4250c42b0
fetchmail.pl: applied patch from albanpeignier - add locking, config file and syslog stuff to fetchmail.pl
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@517 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
723090d6d0
add patch for domain postcreation script; see https://sourceforge.net/tracker/index.php?func=detail&aid=2508593&group_id=191583&atid=937966
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@516 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
dbff1d5210
en.lang: see ticket 2359801 - make login messages more generic
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@515 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
84cd5ddfcd
upgrade.php: see tdiehl on irc.. perhaps this fixes his problem (i hate mysql)
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@514 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
b2ba25693e
wiza thinks this is hte correct behaviour (i.e return true not false
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@513 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
b64d0c0604
delete.php: this probably allows you to delete domains
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@512 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
b6c2be4976
upgrade.php: fix mysql alter table add columns to only take place if hte field does not exist
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@511 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin
926a774bbf
upgrade.php: add _mysql_field_exists() so we do not add fields that are already there; fix bugs -hopefully fix errors seen by Tom me@tdiehl.org - see postfixadmin-devel mailing list etc
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@510 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago