0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/ADDITIONS
Christian Boltz b985816baa fetchmail: add sslcertck, sslcertpath, sslfingerprint
ADDITIONS/fetchmail.pl
- add sslcertck, sslcertpath and sslfingerprint to fetchmail config
- some whitespace fixes

fetchmail.php
- add sslcertck, sslcertpath, sslfingerprint fields
  (sslcertpath and sslfingerprint require $CONF[fetchmail_extra_options]
  because they don't have input validation)

languages/*.lang
- add new texts needed for the added fields

templates/fetchmail.tpl:
- add the new fields
- also add extra_options and mda fields - they were not displayed yet

upgrade.php
- fix _db_add_field() to call _db_field_exists() with correct table name
- upgrade_1519(): add sslcertck, sslcertpath, sslfingerprint fields to the
  fetchmail table


Most parts of this commit are based on the work of Lars Engelhard
(modified files sent on the mailinglist 2013-07-30)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1519 a1433add-5e2c-0410-b055-b7f2511e0802
2013-08-18 18:40:57 +00:00
..
cyrus list-virtual.php: 2010-09-26 23:14:42 +00:00
squirrelmail-plugin ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
change_password.tgz Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
cleanupdirs.pl cleanupdirs.pl: 2009-05-03 16:14:14 +00:00
convert-passwd-to-postfixadmin.pl convert-passwd-to-postfixadmin.pl: initial attempt; wrote due to request by plip0 on irc 2007-10-05 08:58:36 +00:00
delete-mailq-by-domain.pl ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
fetchmail.pl fetchmail: add sslcertck, sslcertpath, sslfingerprint 2013-08-18 18:40:57 +00:00
import_users_from_csv.py import_users_from_csv.py: 2011-08-01 23:31:03 +00:00
mailbox_remover.pl enabled expansion of $Id$ and $Rev$ on all non-binary files 2007-11-11 23:36:46 +00:00
mkeveryone.pl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
pfa_maildir_cleanup.pl Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
postfixadmin-domain-postdeletion.sh Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
postfixadmin-mailbox-postcreation.sh error handling fixes - see also http://sourceforge.net/forum/forum.php?thread_id=2349320&forum_id=676076 2008-10-19 18:27:14 +00:00
postfixadmin-mailbox-postdeletion.sh Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
quota_usage.pl quota_usage.pl: update from Jose Nilton <jniltinho@gmail.com> - add print of total domain and total mailbox 2009-01-24 15:44:41 +00:00
README.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
virtualmaildel.php Initial Import in SourceForge 2007-03-24 07:27:00 +00:00

#
# Postfix Admin ADDITIONS
#

BEFORE YOU START
----------------

**** ALL THESE SCRIPTS ARE CREATED BY THIRD PARTIES ****
     **** THEY ARE AS IS, USE AT YOUR OWN RISK! ****

ADDITIONS
---------

In this directory you will find additional scripts that are build by others.

- change_password.tgz
by George Vieira <george at citadelcomputer dot com dot au>
SquirrelMail plugin to change your passwor

- cleanupdirs.pl
by jared bell <jared at beol dot net>
Displays a list of mailboxes that need to be deleted

- mailbox_remover.pl
by Petr Znojemsky
Deletes all unused mailboxes

- mkeveryone.pl
by Joshua Preston
Generate an 'everybody' alias for a domain.

- pfa_maildir_cleanup.pl
by Stephen Fulton <sfulton at esoteric dot ca>
Deletes all unused mailboxes

- postfixadmin-0.3-1.4.tar.gz
by Florian Kimmerl <info at spacekoeln dot de>
The Postfixadmin SquirrelMail plugin let users change their virtual alias,
vacation status/message and password.

- virtualmaildel.php
by George Vieira <george at citadelcomputer dot com dot au>
Deletes all unused mailboxes

- postfixadmin-mailbox-postcreation.sh
- postfixadmin-mailbox-postdeletion.sh
- postfixadmin-domain-postdeletion.sh
by Troels Arvin <troels@arvin.dk>
Examples of scripts relevant to the optional 
$CONF['mailbox_postcreation_script'],
$CONF['mailbox_postdeletion_script'] and
$CONF['domain_postdeletion_script']  configuration options.