vagrant-mail.git
7 years agoInstall build-essential to build pfixtools master
Nicolas Iooss [Mon, 12 Sep 2016 22:04:16 +0000 (00:04 +0200)]
Install build-essential to build pfixtools

7 years agoAdd more Postfix configuration files
Nicolas Iooss [Mon, 12 Sep 2016 21:51:22 +0000 (23:51 +0200)]
Add more Postfix configuration files

7 years agoUse onchange and add postfix/conversion_underscore.regex
Nicolas Iooss [Mon, 12 Sep 2016 21:19:30 +0000 (23:19 +0200)]
Use onchange and add postfix/conversion_underscore.regex

7 years agoAdd Postfix client_access and helo_access
Nicolas Iooss [Mon, 12 Sep 2016 20:56:57 +0000 (22:56 +0200)]
Add Postfix client_access and helo_access

While at it, introduce for loops

7 years agoAdd /etc/postfix/header_checks/
Nicolas Iooss [Mon, 12 Sep 2016 20:08:05 +0000 (22:08 +0200)]
Add /etc/postfix/header_checks/

7 years agoSalt config to install pfixtools (postlicyd & pfix-srsd)
Pierre-Alain Dupont [Mon, 12 Sep 2016 21:45:22 +0000 (23:45 +0200)]
Salt config to install pfixtools (postlicyd & pfix-srsd)

7 years agoClean-up of x2042blah & add 'builder' account
Pierre-Alain Dupont [Mon, 12 Sep 2016 21:43:41 +0000 (23:43 +0200)]
Clean-up of x2042blah & add 'builder' account

7 years agoAdds basic gitignore
Pierre-Alain Dupont [Mon, 12 Sep 2016 21:42:24 +0000 (23:42 +0200)]
Adds basic gitignore

7 years agoTest a minimal Postfix configuration for now
Nicolas Iooss [Mon, 12 Sep 2016 18:26:54 +0000 (20:26 +0200)]
Test a minimal Postfix configuration for now

7 years agoAdd rsync & provision command
Nicolas Iooss [Mon, 12 Sep 2016 17:27:20 +0000 (19:27 +0200)]
Add rsync & provision command

7 years agoAdd iptables rules to testvm
Nicolas Iooss [Sun, 11 Sep 2016 14:54:07 +0000 (16:54 +0200)]
Add iptables rules to testvm

7 years agoMake Vagrantfile work again
Nicolas Iooss [Thu, 8 Sep 2016 21:28:24 +0000 (23:28 +0200)]
Make Vagrantfile work again

Debian Vagrant base images no longer include python and ca-certificates,
which are useful to bootstrap salt. Also the support of the salt
provider in Vagrant changed slightly and no longer worked with Vagrant
1.8.5.

While at it, document the command line to run Vagrant with a libvirt
backend.

8 years agoStart writing postfix configuration
Nicolas Iooss [Mon, 9 Nov 2015 20:20:16 +0000 (21:20 +0100)]
Start writing postfix configuration

8 years agoCreate a 2-VMs architecture
Nicolas Iooss [Sat, 17 Oct 2015 08:29:11 +0000 (10:29 +0200)]
Create a 2-VMs architecture

8 years agoWorking vagrant-salt configuration
Nicolas Iooss [Fri, 16 Oct 2015 21:34:01 +0000 (23:34 +0200)]
Working vagrant-salt configuration

* One VM
* Three packages
* Debian Jessie

8 years agoPopulate account table
Nicolas Iooss [Thu, 24 Sep 2015 13:06:53 +0000 (15:06 +0200)]
Populate account table

8 years agoWork on testing data
Nicolas Iooss [Wed, 23 Sep 2015 13:17:04 +0000 (15:17 +0200)]
Work on testing data

8 years agoAdd requirements and install-deps target
Nicolas Iooss [Wed, 23 Sep 2015 12:51:59 +0000 (14:51 +0200)]
Add requirements and install-deps target

8 years agoAdd db/Makefile
Nicolas Iooss [Wed, 23 Sep 2015 12:48:48 +0000 (14:48 +0200)]
Add db/Makefile

8 years agoSchemas for mail DB done.
Nicolas Iooss [Wed, 23 Sep 2015 12:45:53 +0000 (14:45 +0200)]
Schemas for mail DB done.

8 years agoCopy the full model and start working only on the email tables
Nicolas Iooss [Wed, 23 Sep 2015 12:36:45 +0000 (14:36 +0200)]
Copy the full model and start working only on the email tables

8 years agoFinish converting models.CompositeField to Meta.unique_together
Nicolas Iooss [Sun, 20 Sep 2015 20:20:56 +0000 (22:20 +0200)]
Finish converting models.CompositeField to Meta.unique_together

8 years agoIn the middle of making "manage.py" at least show help
Nicolas Iooss [Sun, 20 Sep 2015 17:14:20 +0000 (19:14 +0200)]
In the middle of making "manage.py" at least show help

8 years agoStart making things work, with unique_together instead of CompositeField
Nicolas Iooss [Sun, 20 Sep 2015 16:50:56 +0000 (18:50 +0200)]
Start making things work, with unique_together instead of CompositeField

8 years agoPython3 compatibility
Nicolas Iooss [Fri, 18 Sep 2015 16:50:56 +0000 (18:50 +0200)]
Python3 compatibility

8 years agoFirst commit, not working
Nicolas Iooss [Wed, 16 Sep 2015 22:20:32 +0000 (00:20 +0200)]
First commit, not working

8 years agoImport Django model for the database
Nicolas Iooss [Wed, 16 Sep 2015 22:08:25 +0000 (00:08 +0200)]
Import Django model for the database