Commit Graph

27 Commits (98d9d0e525d96788aade59a06b8d20f1dae9491d)

Author SHA1 Message Date
Christian Boltz 46006ed3d8 INSTALL.txt, UPGRADE.txt:
- bumped PHP requirements to >= 5.1.2

BACKUP_MX.txt:
- removed version requirements (no need to have them in 3 files)
- added note about using reject_unverified_recipient or relay_recipient_maps


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@669 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
David Goodwin 08e54eead9 update documentation; get ready for a 2.3rc4 release
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@634 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
Christian Boltz 493c8dcec4 POSTFIX_CONF.txt.
- honor alias_domain.active (see mail from Daniel Reichelt in postfixadmin-devel)
- fix query for maildir in virtual_mailbox_maps - the maildir field already 
  contains the domain (exact layout depends on the $CONF settings), so there's
  no need to prepend it again


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@620 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
David Goodwin ec6acef54b POSTFIX_CONF.txt: see e.g. https://sourceforge.net/tracker/index.php?func=detail&aid=2693375&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@600 a1433add-5e2c-0410-b055-b7f2511e0802
15 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 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
Christian Boltz 509b4dba73 FAQ.txt:
- added note about sudo configuration


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@462 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz fd7a445cb7 DOVECOT.txt:
- changed default_pass_scheme to MD5-CRYPT to match default config.inc.php
  https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1971591&group_id=191583
- added description of possible settings

(Note: a dovecot expert should proofread my changes ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@372 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 7c267b1b26 BACKUP_MX.txt:
- updated example config to new mysql map format
  https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1971444&group_id=191583
- changed example password to match the password used in POSTFIX_CONF.txt


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@371 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin 370e8fef6c 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
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@363 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin c4ff134c5a DOCUMENTS/POSTFIXADMIN.txt: updated
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@350 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 819672bb1f UPGRADE.txt
- replace upgrade.php with setup.php
- some small text changes


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@345 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 8887a45edc BACKUP_MX.txt
- remove reference to (deleted) TABLE_BACKUP_MX.TXT


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@333 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz 7f67a21243 LANGUAGE.txt:
- updated to explain the current translation method
- removed superfluous list of new strings in 2.1


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@330 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin 5b2bc3c475 SECURITY.txt: Adding
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@329 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin f14f20705f FAQ.txt: updating following aldin\'s questions on #postfixadmin
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@323 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
David Goodwin a5a14afd4b updates to docs
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@321 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
Christian Boltz da62b757e1 UPGRADE.txt:
- removed references to TABLE_CHANGES.txt and TABLE_BACKUP_MX.txt
- added reference to setup.php (superadmin creation) and upgrade.php
- made the "change permissions" section easier
- swapped "configure" and "database update" sections
- added "delete setup.php"
- several small changes

TABLE_CHANGES.txt, TABLE_BACKUP_MX.txt:
- obsoleted by upgrade.php - DELETED


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@238 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 5559c4f26c file extensions should be lower case ;)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@226 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin dbc9debb66 HORDE.TXT: Adding
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@225 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 7e76c24df3 SUPERADMIN.TXT: updating docs
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@178 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin a6e0e9e9cc SUPERADMIN.TXT: updating docs
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@177 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin fd67e6b120 screenshots: adding
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@96 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Greg 97aeb7a567 Added optional feature to indicate broken aliases and where mailboxes deliver to. Includes
new language variables:
$PALANG['pStatus_undeliverable'] = 'maybe UNDELIVERABLE ';
$PALANG['pStatus_custom'] = 'Delivers to ';
$PALANG['pStatus_popimap'] = 'POP/IMAP ';

Some bug fixes. Maybe some new bugs added.



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@46 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Greg 1f047cccec New document
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@11 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Greg 8b26d70ae6 Minor documentation updates
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@10 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
Mischa Peters 85dc57beee Initial Import in SourceForge
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1 a1433add-5e2c-0410-b055-b7f2511e0802
18 years ago