Skip to content
Merged
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
1 change: 1 addition & 0 deletions templates/sysconfig/opendkim.erb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#SOCKET="inet:54321" # listen on all interfaces on port 54321
#SOCKET="inet:8891@localhost" # listen on loopback on port 12345
#SOCKET="inet:12345@192.0.2.1" # listen on 192.0.2.1 on port 12345
SOCKET="<%= @socket %>"

# Set the necessary startup options
#OPTIONS="-x <%= @configfile %> -P /var/run/opendkim/opendkim.pid"
Expand Down