Skip to content

Commit

Permalink
Added: localhost' to mydestination' parameter (Postfix)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nuxwin committed Aug 8, 2016
1 parent 9efe25d commit c3ea09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -5,6 +5,7 @@ Git 1.3.x
------------------------------------------------------------------------------------------------------------------------

CONFIG
Added: `localhost' to `mydestination' parameter (Postfix)
Added: `PHP_OPCODE_CACHE_ENABLED' and `PHP_OPCODE_CACHE_MAX_MEMORY' in php/php.data conffile
Fixed: FastCGI handler name for PHP must be static
Fixed: PHP opcode cache should be enabled by default (OPcache, APC)
Expand Down
2 changes: 1 addition & 1 deletion configs/debian/postfix/main.cf
Expand Up @@ -15,7 +15,7 @@ recipient_delimiter = +
message_size_limit = 0

# Local delivery parameters
mydestination = $myhostname, $mydomain
mydestination = $myhostname localhost.$mydomain localhost $mydomain
alias_database = hash:{MTA_LOCAL_ALIAS_HASH}
alias_maps = hash:{MTA_LOCAL_ALIAS_HASH}
local_transport = local
Expand Down

0 comments on commit c3ea09e

Please sign in to comment.