Skip to content

Commit e882f77

Browse files
committed
minor refactor
1 parent dcec374 commit e882f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/main.cf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Debian specific: Specifying a file name will cause the first
55
# line of that file to be used as the name. The Debian default
66
# is /etc/mailname.
7-
#myorigin = /etc/mailname
7+
myorigin = /etc/mailname
88

99
smtpd_banner = $myhostname ESMTP
1010
biff = no
@@ -36,7 +36,6 @@ smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
3636
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
3737
alias_maps = hash:/etc/aliases
3838
alias_database = hash:/etc/aliases
39-
myorigin = /etc/mailname
4039
mydestination = $myhostname, localhost.localdomain, localhost
4140
mynetworks_style = subnet
4241
mailbox_size_limit = 0

0 commit comments

Comments
 (0)