Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions templates/main.cf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ myhostname = <%= @myhostname %>
mydomain = <%= @mydomain %>
<% end -%>

# Use nsswitch if no dns record is found
smtp_host_lookup = dns, native

# SENDING MAIL
#
# The myorigin parameter specifies the domain that locally-posted
Expand Down