We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcec374 commit e882f77Copy full SHA for e882f77
configs/main.cf
@@ -4,7 +4,7 @@
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
+myorigin = /etc/mailname
8
9
smtpd_banner = $myhostname ESMTP
10
biff = no
@@ -36,7 +36,6 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
36
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
37
alias_maps = hash:/etc/aliases
38
alias_database = hash:/etc/aliases
39
-myorigin = /etc/mailname
40
mydestination = $myhostname, localhost.localdomain, localhost
41
mynetworks_style = subnet
42
mailbox_size_limit = 0
0 commit comments