Make sure that postfix only acccepts virtual domains

This commit is contained in:
Daniel Frank 2019-05-17 22:39:51 +02:00
parent 3a8536e6bf
commit 4d3a309df1
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -54,6 +54,7 @@ in
enableSmtp = true;
enableSubmission = true;
config = {
mydestination = "";
myhostname = config.variables.myFQDN;
mynetworks_style = "host";
recipient_delimiter = "+";