Use wildcard instead of explicit specification
As in example at https://www.postfix.org/transport.5.html Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
56577193f0
commit
c70da9cac6
|
@ -1190,10 +1190,7 @@ in
|
||||||
|
|
||||||
environment.etc."postfix/sender_relay".text = ''
|
environment.etc."postfix/sender_relay".text = ''
|
||||||
@m-labs-intl.com [localhost]:1587
|
@m-labs-intl.com [localhost]:1587
|
||||||
@m-labs.hk :
|
* :
|
||||||
@m-labs.ph :
|
|
||||||
@193thz.com :
|
|
||||||
@malloctech.fr :
|
|
||||||
'';
|
'';
|
||||||
systemd.services.postfix-rebuild-sender-relay = {
|
systemd.services.postfix-rebuild-sender-relay = {
|
||||||
description = "Postfix Rebuild Sender Dependent Relayhost Maps";
|
description = "Postfix Rebuild Sender Dependent Relayhost Maps";
|
||||||
|
|
Loading…
Reference in New Issue