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