Make sure that postfix only acccepts virtual domains
This commit is contained in:
parent
3a8536e6bf
commit
4d3a309df1
|
@ -54,6 +54,7 @@ in
|
|||
enableSmtp = true;
|
||||
enableSubmission = true;
|
||||
config = {
|
||||
mydestination = "";
|
||||
myhostname = config.variables.myFQDN;
|
||||
mynetworks_style = "host";
|
||||
recipient_delimiter = "+";
|
||||
|
|
Loading…
Reference in a new issue