-
Notifications
You must be signed in to change notification settings - Fork 5
Code review: real-postfix #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
dehnert
wants to merge
29
commits into
mit-scripts:master
Choose a base branch
from
dehnert:ansible-mail
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ffe8bf6
Configure Postfix
quentinmit de4437e
Make /etc/scripts
quentinmit 0c88576
Enable postfix
quentinmit 579ff3c
Only accept mail on some VIPs
quentinmit cda3e5b
Install Postfix LDAP plugin
quentinmit 7368b54
Use non-deprecated way to specify multiple packages
quentinmit f0f5272
Specify now-required smtpd_relay_restrictions
quentinmit f35bd7f
Configure Postfix with variable LDAP server
quentinmit 05f8473
Reload postfix when config changes
quentinmit 003949f
Install procmail
quentinmit 53968ae
Install scripts's version of /etc/aliases
quentinmit e4eedf1
Delay postfix startup until network is online
quentinmit 39ec12c
Create postfix unit override directory
quentinmit fa65200
Install and run Spamassassin
quentinmit c2a11ac
Configure spamass-milter
quentinmit a055fa1
Configure spamassassin
quentinmit fa72caa
Section null must be specified explicitly
quentinmit 6c72056
Install prune-mailq
quentinmit e17d0e5
Generate postfix virtual_alias_domains from vips
quentinmit f532d23
Incoming mail blocks are now in LDAP
quentinmit c599ee6
authorized_submit_users is now in LDAP
quentinmit f7053d5
Install a bunch of packages from F20 on F30
quentinmit a7b99f9
Updating Postfix conf to forward messages to other server if current …
jkoppel ca1cf48
Only bind the VIPs for the current codename
quentinmit 492fbb0
Adding transport-maps-ldap.cf to template list
jkoppel 89eb801
Disable virtual_alias_maps for vhosts on another pool. Otherwise the …
quentinmit 17af442
Make other pools into relay domains
quentinmit 6d28907
cleanup checks virtual_alias_maps before both relay_domains and trans…
quentinmit 8af2d41
Route mail for user@scripts.mit.edu based on user.scripts.mit.edu's pool
quentinmit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable virtual_alias_maps for vhosts on another pool. Otherwise the …
…rewrite -> @scripts.mit.edu happens before transport_maps.
- Loading branch information
commit 89eb8018fb3ee61d564bf5586640e0600c8f2c57
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fear my ongoing fondness for line breaks is once more flaring up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also going to observe that I find it slightly disconcerting that Postfix uses %s and %d since I'm pretty used to printf, so %d "should" be an int, but this is obviously not your fault (and if I were more used to, say,
strftimeand less used toprintfit'd probably feel less weird).