|
@@ -1,11 +1,6 @@
|
1
|
1
|
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
|
2
|
2
|
# Modified as per http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/
|
3
|
3
|
|
4
|
|
-# Debian specific: Specifying a file name will cause the first
|
5
|
|
-# line of that file to be used as the name. The Debian default
|
6
|
|
-# is /etc/mailname.
|
7
|
|
-#myorigin = /etc/mailname
|
8
|
|
-
|
9
|
4
|
smtpd_banner = $myhostname ESMTP $mail_name
|
10
|
5
|
biff = no
|
11
|
6
|
|
|
@@ -80,6 +75,7 @@ smtpd_recipient_restrictions =
|
80
|
75
|
# information on enabling SSL in the smtp client.
|
81
|
76
|
|
82
|
77
|
myhostname = {{ mail_server_hostname }}
|
|
78
|
+myorigin = $mydomain
|
83
|
79
|
alias_maps = hash:/etc/aliases
|
84
|
80
|
alias_database = hash:/etc/aliases
|
85
|
81
|
mydestination = localhost
|