[vhffs-dev] [GIT] vhffs4/vhffs.git branch 4.5 updated. 2b361b3e6ced3fd888e0009a9b5e44e42e17b696 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch 4.5 updated. 2b361b3e6ced3fd888e0009a9b5e44e42e17b696
- From: git@xxxxxxxxxxxxx
- Date: Tue, 26 Jul 2016 09:14:41 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "vhffs4/vhffs.git" repository.
The branch, 4.5 has been updated
via 2b361b3e6ced3fd888e0009a9b5e44e42e17b696 (commit)
via 7eb8278053b16ae17b13d303aaaf61930be0b6f3 (commit)
via 032bdcf172c6a4677d8c7c893741a96547955666 (commit)
via a467869d5d33899ed948743a69b5cef034f2297e (commit)
from 05edecd546a344c122efa92a708ba240a1735de3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b361b3e6ced3fd888e0009a9b5e44e42e17b696
Author: Sébastien Le Ray <beuss@xxxxxxxxxxxxx>
Date: Tue Jul 26 09:14:03 2016 +0200
Add an option to toggle use of autoreplies
commit 7eb8278053b16ae17b13d303aaaf61930be0b6f3
Author: Sébastien Le Ray <beuss@xxxxxxxxxxxxx>
Date: Tue Jul 26 08:36:05 2016 +0200
Full integration of vhffs-autoreply
Instead of maintaining autoreplies into a separated, partial patch,
integrate them into main sources. We'll add an option to toggle their
use.
commit 032bdcf172c6a4677d8c7c893741a96547955666
Author: Sébastien Le Ray <beuss@xxxxxxxxxxxxx>
Date: Tue Jul 26 08:15:07 2016 +0200
Updated MX2 configuration
Updated splitted conf with new DB schema. Renamed PGSQL_* to VHFFS_* for
consistency with MX1 conf.
commit a467869d5d33899ed948743a69b5cef034f2297e
Author: Sébastien Le Ray <beuss@xxxxxxxxxxxxx>
Date: Sat Jul 23 13:41:24 2016 +0200
Update exim4 splitted conf
When the cat's away, the mice will play :-)
Updated and simplified splitted configuration, added comments on both
splitted and single-file configuration.
Beware that all routers are now in the same file (same for transports)
so you'll probably have to cleanup old files.
(cherry picked from commit 5c99729c9133b2ab57036a3795beb90c01842a36)
-----------------------------------------------------------------------
Summary of changes:
vhffs-api/src/Vhffs/Panel/Mail.pm | 113 +++++-
vhffs-api/src/Vhffs/Services/Mail.pm | 389 ++++++++++++++++++++
vhffs-backend/src/pgsql/initdb.sql.in | 29 ++
vhffs-compat/from-4.4-to-4.5.sql | 23 ++
vhffs-doc/Makefile.am | 7 +-
vhffs-doc/config/exim4-mx1/00_vhffs-main | 48 ++-
vhffs-doc/config/exim4-mx1/350_vhffs-routers | 121 ++++++
.../exim4-mx1/350_vhffs-virtual_boxes-router | 12 -
.../config/exim4-mx1/351_vhffs-forwards-router | 12 -
vhffs-doc/config/exim4-mx1/352_vhffs-lists-router | 11 -
.../config/exim4-mx1/40_vhffs-lists-transport | 13 -
vhffs-doc/config/exim4-mx1/40_vhffs-transports | 38 ++
.../exim4-mx1/40_vhffs-vhffs_local-transport | 15 -
vhffs-doc/config/exim4-mx1/exim4.conf | 95 +++--
vhffs-doc/config/exim4-mx2/00_vhffs | 18 +-
vhffs-doc/config/exim4-mx2/exim4.conf | 14 +-
vhffs-doc/config/exim4-mx2/splitted-conf.patch | 10 +-
vhffs-panel/templates/mail/prefs.tt | 56 +++
18 files changed, 865 insertions(+), 159 deletions(-)
create mode 100644 vhffs-doc/config/exim4-mx1/350_vhffs-routers
delete mode 100644 vhffs-doc/config/exim4-mx1/350_vhffs-virtual_boxes-router
delete mode 100644 vhffs-doc/config/exim4-mx1/351_vhffs-forwards-router
delete mode 100644 vhffs-doc/config/exim4-mx1/352_vhffs-lists-router
delete mode 100644 vhffs-doc/config/exim4-mx1/40_vhffs-lists-transport
create mode 100644 vhffs-doc/config/exim4-mx1/40_vhffs-transports
delete mode 100644 vhffs-doc/config/exim4-mx1/40_vhffs-vhffs_local-transport
hooks/post-receive
--
vhffs4/vhffs.git