|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
### Network ### |
|
|
|
# interfaces & protocols to listen on |
|
|
|
inet_interfaces = all |
|
|
@ -73,3 +74,5 @@ biff = no |
|
|
|
# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on |
|
|
|
# fresh installs. |
|
|
|
compatibility_level = 2 |
|
|
|
# maximum size allowed for sent messages, in bytes |
|
|
|
message_size_limit = 104857600 |
|
|
|