0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

736 Commits

Author SHA1 Message Date
Christian Boltz
723cde0905 sendmail.php:
- encode Subject with mb_encode_mimeheader
  https://sourceforge.net/tracker2/?func=detail&atid=937964&aid=2682897&group_id=191583


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@573 a1433add-5e2c-0410-b055-b7f2511e0802
2009-03-11 22:38:15 +00:00
David Goodwin
8b4e513701 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)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@572 a1433add-5e2c-0410-b055-b7f2511e0802
2009-03-08 21:16:41 +00:00
Christian Boltz
3a88303088 list-virtual.php
- do not hide "add alias" / "add mailbox" links if domain is a backup MX
  (includes some whitespace changes, the "real" change removes 3 lines of code
  checking for the backupmx setting)

edit-domain.php
- do not reset aliases, mailboxes and maxquota to disabled for backup MX domains

These changes should fix 
https://sourceforge.net/forum/forum.php?thread_id=2897067&forum_id=676076


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@571 a1433add-5e2c-0410-b055-b7f2511e0802
2009-02-26 22:57:11 +00:00
Christian Boltz
8b05971af9 broadcast-message.php:
- set mb_internal_encoding("UTF-8") to avoid broken encoding in mailheaders
  https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2641660&group_id=191583


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@570 a1433add-5e2c-0410-b055-b7f2511e0802
2009-02-26 22:35:50 +00:00
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
2009-02-25 10:24:30 +00:00
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
2009-02-25 10:22:57 +00:00
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
2009-02-16 12:40:15 +00:00
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
2009-02-15 15:02:26 +00:00
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
2009-02-11 20:02:15 +00:00
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
2009-02-09 19:11:43 +00:00
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
2009-02-05 12:14:36 +00:00
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
2009-02-04 21:05:08 +00:00
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
2009-02-03 21:02:04 +00:00
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
2009-02-03 17:50:13 +00:00
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
2009-02-02 22:14:23 +00:00
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
2009-01-30 22:19:50 +00:00
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
2009-01-25 21:56:37 +00:00
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
2009-01-25 21:37:42 +00:00
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
2009-01-25 21:36:08 +00:00
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
2009-01-25 21:31:40 +00:00
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
2009-01-25 20:53:11 +00:00
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
2009-01-25 20:16:05 +00:00
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
2009-01-24 15:44:41 +00:00
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
2009-01-24 15:39:32 +00:00
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
2009-01-23 23:12:50 +00:00
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
2009-01-23 21:45:54 +00:00
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
2009-01-23 21:40:50 +00:00
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
2009-01-23 21:37:02 +00:00
David Goodwin
e91d0a2c33 FAQ.txt: updating
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@541 a1433add-5e2c-0410-b055-b7f2511e0802
2009-01-21 13:47:04 +00:00
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
2009-01-20 20:42:53 +00:00
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
2009-01-20 12:05:26 +00:00
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
2009-01-20 12:00:46 +00:00
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
2009-01-20 11:54:34 +00:00
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
2009-01-20 11:53:54 +00:00
David Goodwin
2641670010 updating tests
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@531 a1433add-5e2c-0410-b055-b7f2511e0802
2009-01-20 11:49:03 +00:00
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
2009-01-18 12:03:14 +00:00
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
2009-01-17 20:09:43 +00:00
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
2009-01-16 18:17:18 +00:00
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
2009-01-15 14:32:43 +00:00
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
2009-01-15 12:27:55 +00:00
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
2009-01-15 12:25:41 +00:00
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
2009-01-15 12:25:19 +00:00
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
2009-01-15 12:24:56 +00:00
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
2009-01-15 12:24:36 +00:00
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
2009-01-15 12:21:08 +00:00
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
2009-01-15 11:38:11 +00:00
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
2009-01-15 11:25:54 +00:00
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
2009-01-15 11:19:51 +00:00
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
2009-01-14 16:03:50 +00:00
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
2009-01-14 13:13:25 +00:00