`myorigin` specifies the address of outgoing email (user@domain). It
defaults to `$myhostname = gethostname()`. This allows rewriting the
sender of outgoing email without changing configuration.
$ apt install postfix
```
+Notes
+-----
+
+Set MTA server hostname, which is used by `$myhostname`.
+
+```
+$ hostname <hostname>
+```
+
Resources
---------
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
-
-# Debian specific: Specifying a file name will cause the first
-# line of that file to be used as the name. The Debian default
-# is /etc/mailname.
-#myorigin = /etc/mailname
-
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no