mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-24 20:54:43 +02:00
8 lines
106 B
Text
8 lines
106 B
Text
|
use strict;
|
||
|
|
||
|
@local_domains_maps = (
|
||
|
read_hash('/etc/postfix/vhost')
|
||
|
);
|
||
|
|
||
|
1; # ensure a defined return
|