Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
servers-config
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Sistemisti
servers-config
Commits
6488fade
Commit
6488fade
authored
Mar 16, 2018
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postfix: allow the correct subnet in mynetworks
Signed-off-by:
Mattia Rizzolo
<
mapreri@ubuntu.com
>
parent
894019ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
roles/postfix/templates/main.cf
roles/postfix/templates/main.cf
+1
-1
No files found.
roles/postfix/templates/main.cf
View file @
6488fade
...
...
@@ -23,7 +23,7 @@ myorigin = /etc/mailname
# yes, it's not accepting stuff for @ubuntu-it.org, that will go into a virtual alias map, maybe.
mydestination = {{ inventory_hostname }}, localhost
virtual_alias_maps = hash:/etc/postfix/virtual_domains
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
10.8.0
.0/24
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
{{ lxd_subnet }}
.0/24
message_size_limit = 52428800
mailbox_size_limit = 0
recipient_delimiter = +
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment