On 9/24/2017 2:05 PM, Benny Pedersen wrote:
Kirk Bocek skrev den 2017-09-24 22:27:
Here is postconf -n:
mydestination = $myhostname, localhost.$mydomain, localhost, pvt,
bocek.org, bocekrealty.com
relay_domains = $mydestination, localhost, $myhostname
relay_recipient_maps = hash:/etc/postfix/relay_recipients
do not list $mydestination, @myhostname, localhost as relay_domains
this is only need maps if you are active backup mx
to solve it:
relay_domains=
relay_recipient_maps=
Several complex things are happening. I need to accept mail from
localhost for messages from an array controller. This host needs to
relay mail from workstations on the LAN. This host is also accepting
mail from several listed domains via the router.
This part always confuses me in Postfix.