Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Postfix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Infrastructure
Ansible Roles
Postfix
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
a27c7524aae307253570ecd1ae522a711ec59fe8
Select Git revision
Selected
a27c7524aae307253570ecd1ae522a711ec59fe8
Branches
4
master
default
protected
aliases-and-virtual-aliases
refactor-to-improve-flexibility
sasl-support
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
11
May
18
Jul
29
Jun
25
24
19
18
17
Remove the main.cf template because we're not using it
master
master
Add better support for check_mode
Always generate lookup tables, even if they're empty
Pass the full list of packages to the 'apt' and 'dnf' modules
Only create lookup tables if they have content
Merge branch 'refactor-to-improve-flexibility'
Update the README
refactor-to-imp…
refactor-to-improve-flexibility
Add support for Fedora, Redhat, and Centos
Refactor the task that installs OS specific packages
Refactor the lookup tables to be more flexible
Refactor the lookup tables to be more flexible and DRY
Change the naming scheme for OS specific files
Merge branch 'sasl-support'
Only place the transport_map file if we're using transport maps
sasl-support
sasl-support
Removing the generic 'make postfix' handler.
Adding the transport_maps attribute to main.cf so that it actually works
Adding support for SASL authentication
Reorganizing the defaults file
Fixing an issue where Ansible/Jinja was casting 'yes'/'no' into True/False in main.cf
Fixing a typo in template extension
Working on adding support for aliases and virtual aliases. It's just placeholders for now.
aliases-and-vir…
aliases-and-virtual-aliases
Adding support for transport mapping
Adding a task list to install Postfix on Debian
Adding a task to generate main.cf from a template. Also including default vars
Updating the reload and restart handlers to check the config files first
Adding handlers to reload and restart postfix service
Adding the meta file
Loading