File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
integration/default/controls Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3838 its ( 'mynetworks' ) { should cmp '127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128' }
3939 its ( 'mailbox_size_limit' ) { should cmp '0' }
4040 its ( 'recipient_delimiter' ) { should cmp '+' }
41- its ( 'inet_interfaces' ) { should cmp 'all ' }
41+ its ( 'inet_interfaces' ) { should cmp '127.0.0.1 ' }
4242 its ( 'inet_protocols' ) { should cmp 'all' }
4343 its ( 'message_size_limit' ) { should cmp '41943040' }
4444 its ( 'smtpd_recipient_restrictions' ) do
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ postfix:
4545 mynetworks : 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
4646 mailbox_size_limit : 0
4747 recipient_delimiter : +
48- inet_interfaces : all
48+ # using all has problems in centos with ipv6
49+ inet_interfaces : 127.0.0.1
4950 inet_protocols : all
5051
5152 # Alias
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ postfix:
5050 mynetworks : 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
5151 mailbox_size_limit : 0
5252 recipient_delimiter : +
53- inet_interfaces : all
53+ # using all has problems in centos with ipv6
54+ inet_interfaces : 127.0.0.1
5455 inet_protocols : all
5556
5657 # Alias
You can’t perform that action at this time.
0 commit comments