FILL BLANK - Which option in the Postfix configuration makes Postfix pass email to external destinations to another SMTP-server? (Specify ONLY the option name without any values.)
relayhost
http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_to
What delivery method: direct or indirect
By default, Postfix tries to deliver mail directly to the Internet. Depending on your local conditions this may not be possible or desirable. For example, your system may be turned off outside office hours, it may be behind a firewall, or it may be connected via a provider who does not allow direct mail to the Internet. In those cases you need to configure Postfix to deliver mail indirectly via a relay host.
Examples (specify only one of the following):
/etc/postfix/main.cf:
relayhost = (default: direct delivery to Internet)
relayhost = $mydomain (deliver via local mailhub)
relayhost = [mail.$mydomain] (deliver via local mailhub)
relayhost = [mail.isp.tld] (deliver via provider mailhub)
I agree with usandoati. Moreover the provided answer seems suspicious, as postfix does not used a white space between words of a configuration parameter, it uses "_" to conect words. e.g.: relay_domains
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
usandoati
Highly Voted 2 years, 1 month agousandoati
Highly Voted 2 years, 1 month agoArmina
Most Recent 6 months, 3 weeks agozztiger66
1 year, 4 months agoMBison
1 year, 5 months agofrantic25
1 year, 10 months ago